GET https://api.oceannoak.com/api-front/section/brunch/signature-dishes

Query Metrics

4 Database Queries
2 Different statements
2.56 ms Query time
0 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 1.13 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.tag AS tag_2, s0_.listing_type AS listing_type_3, s0_.list_item_type AS list_item_type_4, s0_.slogan AS slogan_5, s1_.priority AS priority_6, c2_.id AS id_7, c2_.name AS name_8, c2_.img AS img_9, c2_.description AS description_10, c2_.type AS type_11, c2_.priority AS priority_12, c2_.slogan AS slogan_13, c2_.created_at AS created_at_14, c2_.deleted_at AS deleted_at_15, s3_.priority AS priority_16, p4_.id AS id_17, p4_.name AS name_18, p4_.thumbnail_type AS thumbnail_type_19, p4_.img AS img_20, p4_.video AS video_21, p4_.price AS price_22, p4_.description AS description_23, p4_.priority AS priority_24, p4_.created_at AS created_at_25, p4_.deleted_at AS deleted_at_26, s0_.section_page_id AS section_page_id_27, s1_.section_id AS section_id_28, s1_.category_id AS category_id_29, s3_.section_id AS section_id_30, s3_.product_id AS product_id_31, p4_.category_id AS category_id_32 FROM section s0_ INNER JOIN section_page s5_ ON s0_.section_page_id = s5_.id LEFT JOIN section_category s1_ ON s0_.id = s1_.section_id LEFT JOIN category c2_ ON s1_.category_id = c2_.id AND (c2_.deleted_at IS NULL) LEFT JOIN section_product s3_ ON s0_.id = s3_.section_id LEFT JOIN product p4_ ON s3_.product_id = p4_.id AND (p4_.deleted_at IS NULL) WHERE s5_.tag = ? AND s0_.tag = ? ORDER BY s1_.priority ASC, s3_.priority ASC
Parameters:
[
  "brunch"
  "signature-dishes"
]
2 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM tag t0 INNER JOIN product_tag ON t0.id = product_tag.tag_id WHERE product_tag.product_id = ?
Parameters:
[
  5
]
3 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM tag t0 INNER JOIN product_tag ON t0.id = product_tag.tag_id WHERE product_tag.product_id = ?
Parameters:
[
  6
]
4 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM tag t0 INNER JOIN product_tag ON t0.id = product_tag.tag_id WHERE product_tag.product_id = ?
Parameters:
[
  7
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\SectionProduct 3
App\Entity\Product 3
App\Entity\Category 2
App\Entity\Section 1
App\Entity\SectionPage 1

Entities Mapping

Class Mapping errors
App\Entity\Section No errors.
App\Entity\SectionPage No errors.
App\Entity\SectionCategory No errors.
App\Entity\Category No errors.
App\Entity\SectionProduct No errors.
App\Entity\Product No errors.
App\Entity\Tag No errors.