GET https://7arfti.com/fr/listing/lts-yr-lys-thabt

Query Metrics

13 Database Queries
11 Different statements
14.50 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.04 ms
(20.95%)
3
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5"
  "fr"
  "App\Entity\ArtisanPost"
]
2.48 ms
(17.10%)
1
"COMMIT"
Parameters:
[]
1.47 ms
(10.12%)
1
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:
[]
1.16 ms
(8.02%)
1
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.status AS status_6, t0.user_id AS user_id_7, t0.artisan_post_id AS artisan_post_id_8 FROM review t0 WHERE t0.artisan_post_id = ?
Parameters:
[
  5
]
1.15 ms
(7.96%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM tag t0 INNER JOIN artisan_post_tag ON t0.id = artisan_post_tag.tag_id WHERE artisan_post_tag.artisan_post_id = ?
Parameters:
[
  5
]
1.13 ms
(7.76%)
1
UPDATE artisan_post SET price = ?, max_price = ?, views = ? WHERE id = ?
Parameters:
[
  2000.0
  1000.0
  25
  5
]
1.11 ms
(7.69%)
1
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.slug = ? LIMIT 1
Parameters:
[
  "lts-yr-lys-thabt"
]
0.85 ms
(5.86%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM feature t0 INNER JOIN feature_artisan_post ON t0.id = feature_artisan_post.feature_id WHERE feature_artisan_post.artisan_post_id = ?
Parameters:
[
  5
]
0.84 ms
(5.79%)
1
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:
[
  101
]
0.83 ms
(5.73%)
1
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:
[
  10
]
0.44 ms
(3.01%)
1
"START TRANSACTION"
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\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\Category No errors.
App\Entity\Artisan No errors.
App\Entity\Ville 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.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation 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.