GET https://7arfti.com/ar/requests-client/imm21appt4ruezellakav-nmeknes

Query Metrics

6 Database Queries
6 Different statements
22.41 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 4.67 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.budget AS budget_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.expires_on AS expires_on_7, t0.slug AS slug_8, t0.deleted_at AS deleted_at_9, t0.views AS views_10, t0.phone_click_count AS phone_click_count_11, t0.phone_reveal_count AS phone_reveal_count_12, t0.client_id AS client_id_13, t0.service_category_id AS service_category_id_14, t0.ville_id AS ville_id_15, t0.region_id AS region_id_16, t0.status_id AS status_id_17, t0.assigned_artisan_id AS assigned_artisan_id_18 FROM client_request t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "imm21appt4ruezellakav-nmeknes"
]
2 1.02 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 WHERE t0.id = ?
Parameters:
[
  79
]
3 3.82 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.user_id AS user_id_4 FROM client t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 9.99 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.whatsapp_number AS whatsapp_number_7, t0.phone AS phone_8, t0.address AS address_9, t0.avatar AS avatar_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.username AS username_13, t14.id AS id_15, t14.speciality AS speciality_16, t14.created_at AS created_at_17, t14.updated_at AS updated_at_18, t14.user_id AS user_id_19, t0.ville_id AS ville_id_20, t0.region_id AS region_id_21, t22.id AS id_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.user_id AS user_id_26 FROM user t0 LEFT JOIN artisan t14 ON t14.user_id = t0.id LEFT JOIN client t22 ON t22.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  19
]
5 1.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.postal_code AS postal_code_3 FROM ville t0 WHERE t0.id = ?
Parameters:
[
  6
]
6 1.75 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\ClientRequest No errors.
App\Entity\Client No errors.
App\Entity\Category No errors.
App\Entity\Ville No errors.
App\Entity\Region No errors.
App\Entity\Status No errors.
App\Entity\Artisan 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.
App\Entity\Review No errors.
App\Entity\Wishlist 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.