GET http://7arfti.com/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Query Metrics

5 Database Queries
5 Different statements
7.58 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.21 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.pricing_type AS pricing_type_3, t0.price_type AS price_type_4, t0.price AS price_5, t0.max_price AS max_price_6, t0.description AS description_7, t0.business_hours AS business_hours_8, t0.special_business_hours AS special_business_hours_9, t0.images AS images_10, t0.phone AS phone_11, t0.whatsapp_number AS whatsapp_number_12, t0.social_profiles AS social_profiles_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.expires_on AS expires_on_16, t0.slug AS slug_17, t0.views AS views_18, t0.phone_click_count AS phone_click_count_19, t0.phone_reveal_count AS phone_reveal_count_20, t0.avg_rating AS avg_rating_21, t0.deleted_at AS deleted_at_22, t0.category_id AS category_id_23, t0.artisan_id AS artisan_id_24, t0.ville_id AS ville_id_25, t0.region_id AS region_id_26, t0.status_id AS status_id_27 FROM artisan_post t0 WHERE t0.deleted_at IS NULL AND t0.status_id = ? ORDER BY t0.created_at DESC LIMIT 9
Parameters:
[
  1
]
2 1.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.menu_order AS menu_order_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.status AS status_7, t0.icon AS icon_8, t0.parent_category_id AS parent_category_id_9 FROM category t0 ORDER BY t0.menu_order ASC LIMIT 9
Parameters:
[]
3 1.02 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.menu_order AS menu_order_3, c0_.created_at AS created_at_4, c0_.updated_at AS updated_at_5, c0_.status AS status_6, c0_.icon AS icon_7, c0_.parent_category_id AS parent_category_id_8 FROM category c0_
Parameters:
[]
4 1.31 ms
SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.postal_code AS postal_code_2 FROM ville v0_
Parameters:
[]
5 1.58 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, COUNT(a1_.id) AS sclr_2 FROM artisan_post a1_ INNER JOIN category c0_ ON a1_.category_id = c0_.id GROUP BY c0_.id, c0_.name ORDER BY sclr_2 DESC LIMIT 5
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Ville No errors.
App\Entity\ArtisanPost
  • The field 'App\Entity\ArtisanPost#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\ArtisanPost#maxPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Artisan No errors.
App\Entity\Region No errors.
App\Entity\Status No errors.
App\Entity\Tag No errors.
App\Entity\Feature No errors.
App\Entity\Review No errors.
App\Entity\Wishlist No errors.
App\Entity\ClientRequest No errors.
App\Entity\User
  • The field App\Entity\User#artisan is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Artisan#user does not contain the required 'inversedBy="artisan"' attribute.