GET http://teeverse-photography.com/shop/product/8

Query Metrics

3 Database Queries
3 Different statements
0.69 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.31 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.price AS price_3, t0.price_unit AS price_unit_4, t0.date_creation AS date_creation_5, t0.quantity AS quantity_6, t0.size AS size_7, t0.paper AS paper_8, t0.format AS format_9, t0.legend AS legend_10, t0.detail AS detail_11, t0.delivery AS delivery_12, t0.online AS online_13, t0.thumbnail_image_id_id AS thumbnail_image_id_id_14, t0.thumbnail_image_id AS thumbnail_image_id_15 FROM product t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  8
]
2 0.22 ms
SELECT i0_.id AS id_0, i0_.width AS width_1, i0_.height AS height_2, i0_.date_capture AS date_capture_3, i0_.date_upload AS date_upload_4, i0_.name AS name_5, i0_.legend AS legend_6, i0_.display_quality AS display_quality_7, i0_.homepage AS homepage_8, i0_.shop AS shop_9, i0_.price AS price_10, i0_.filename AS filename_11 FROM image i0_ INNER JOIN product_image p2_ ON i0_.id = p2_.image_id INNER JOIN product p1_ ON p1_.id = p2_.product_id WHERE p1_.id = ?
Parameters:
[
  8
]
3 0.16 ms
SELECT t0.id AS id_1, t0.width AS width_2, t0.height AS height_3, t0.date_capture AS date_capture_4, t0.date_upload AS date_upload_5, t0.name AS name_6, t0.legend AS legend_7, t0.display_quality AS display_quality_8, t0.homepage AS homepage_9, t0.shop AS shop_10, t0.price AS price_11, t0.filename AS filename_12 FROM image t0 WHERE t0.id = ?
Parameters:
[
  9
]

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\Product No errors.
App\Entity\Image No errors.
App\Entity\Project No errors.