Query Metrics
22
Database Queries
5
Different statements
10.30 ms
Query time
0
Invalid entities
97
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.99 ms (58.15%) |
18 |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.blog_id AS blog_id_5 FROM blog_photo t0 WHERE t0.blog_id = ?
Parameters:
[
1
]
|
|
1.35 ms (13.06%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.name_en AS name_en_2, b0_.client AS client_3, b0_.client_en AS client_en_4, b0_.description AS description_5, b0_.description_en AS description_en_6, b0_.created_at AS created_at_7, b0_.updated_at AS updated_at_8 FROM blog b0_ ORDER BY b0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[] |
|
1.29 ms (12.52%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.name_en AS name_en_2, b0_.client AS client_3, b0_.client_en AS client_en_4, b0_.description AS description_5, b0_.description_en AS description_en_6, b0_.created_at AS created_at_7, b0_.updated_at AS updated_at_8 FROM blog b0_ WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY b0_.created_at DESC
Parameters:
[ 1 29 28 27 26 25 24 23 22 30 31 39 38 37 36 35 34 33 ] |
|
0.98 ms (9.55%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_7 FROM (SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.name_en AS name_en_2, b0_.client AS client_3, b0_.client_en AS client_en_4, b0_.description AS description_5, b0_.description_en AS description_en_6, b0_.created_at AS created_at_7, b0_.updated_at AS updated_at_8 FROM blog b0_) dctrn_result_inner ORDER BY created_at_7 DESC) dctrn_result LIMIT 18
Parameters:
[] |
|
0.69 ms (6.72%) |
1 |
SELECT r0_.id AS id_0, r0_.link_from AS link_from_1, r0_.link_to AS link_to_2, r0_.code AS code_3, r0_.created_at AS created_at_4, r0_.updated_at AS updated_at_5 FROM redirect r0_ WHERE r0_.link_from = '/blog/'
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\BlogPhoto | 73 |
| App\Entity\Blog | 18 |
| App\Entity\ShopItemCakeCategory | 6 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Redirect | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\ShopItemCakeCategory | No errors. |
| App\Entity\ShopCategory | No errors. |
| App\Entity\ShopItemCakeSubCategory | No errors. |
| App\Entity\ShopItemCake | No errors. |
| App\Entity\BlogPhoto | No errors. |