Query Metrics
3
Database Queries
3
Different statements
3.71 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.77 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.illustration AS illustration_4, t0.subtitle AS subtitle_5, t0.description AS description_6, t0.price AS price_7, t0.is_best AS is_best_8, t0.stock AS stock_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.sku AS sku_12, t0.dimensions AS dimensions_13, t0.weight AS weight_14, t0.gallery1 AS gallery1_15, t0.gallery2 AS gallery2_16, t0.gallery3 AS gallery3_17, t0.category_id AS category_id_18 FROM product t0 WHERE t0.is_best = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||
| 2 | 0.92 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.role AS role_4, t0.illustration AS illustration_5, t0.description AS description_6, t0.quote AS quote_7, t0.expertise1 AS expertise1_8, t0.expertise2 AS expertise2_9, t0.expertise3 AS expertise3_10, t0.career_steps AS career_steps_11, t0.project1 AS project1_12, t0.project2 AS project2_13, t0.project3 AS project3_14, t0.facebook_link AS facebook_link_15, t0.twitter_link AS twitter_link_16, t0.instagram_link AS instagram_link_17, t0.linkedin_link AS linkedin_link_18, t0.content_expertise1 AS content_expertise1_19, t0.content_expertise2 AS content_expertise2_20, t0.content_expertise3 AS content_expertise3_21 FROM team t0
Parameters:
[]
|
||||||||||||||||||||||||||
| 3 | 1.02 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.illustration AS illustration_5, t0.author AS author_6, t0.created_at AS created_at_7, t0.slug AS slug_8, t0.second_illustration AS second_illustration_9, t0.latest_blog AS latest_blog_10, t0.category_id AS category_id_11 FROM blog t0 WHERE t0.latest_blog = ?
Parameters:
[
1
]
|
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\Category | No errors. |
| App\Entity\Color | No errors. |
| App\Entity\TagProduct | No errors. |
| App\Entity\Team | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\BlogCategory | No errors. |
| App\Entity\Comment | No errors. |
| App\Entity\TagBlog | No errors. |