Query Metrics
11
Database Queries
6
Different statements
3.03 ms
Query time
0
Invalid entities
11
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.85 ms |
SELECT n0_.title AS title_0, n0_.body AS body_1, n0_.short AS short_2, n0_.status AS status_3, n0_.slug AS slug_4, n0_.created_at AS created_at_5, n0_.updated_at AS updated_at_6, n0_.id AS id_7, n0_.user_id AS user_id_8 FROM news n0_ ORDER BY n0_.created_at DESC LIMIT 25
Parameters:
[] |
| 2 | 0.25 ms |
SELECT count(1) AS sclr_0 FROM news n0_
Parameters:
[] |
| 3 | 0.28 ms |
SELECT t0.position AS position_1, t0.is_main AS is_main_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.id AS id_5, t0.news_id AS news_id_6, t0.media_id AS media_id_7 FROM news_medias t0 WHERE t0.news_id = ?
Parameters:
[
"955bfa3e-03ec-4634-8de4-d483c7d62c95"
]
|
| 4 | 0.24 ms |
SELECT t0.content_type AS content_type_1, t0.filename AS filename_2, t0.file_extension AS file_extension_3, t0.path AS path_4, t0.md5 AS md5_5, t0.file_size AS file_size_6, t0.width AS width_7, t0.height AS height_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.id AS id_11, t0.media_watermark_id AS media_watermark_id_12 FROM media t0 WHERE t0.id = ?
Parameters:
[
"92dfcf6f-7df6-4cb5-8259-83b5f8376c5c"
]
|
| 5 | 0.24 ms |
SELECT t0.position AS position_1, t0.is_main AS is_main_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.id AS id_5, t0.news_id AS news_id_6, t0.media_id AS media_id_7 FROM news_medias t0 WHERE t0.news_id = ?
Parameters:
[
"c1d775db-2e70-4e23-957e-b95819111e10"
]
|
| 6 | 0.23 ms |
SELECT t0.content_type AS content_type_1, t0.filename AS filename_2, t0.file_extension AS file_extension_3, t0.path AS path_4, t0.md5 AS md5_5, t0.file_size AS file_size_6, t0.width AS width_7, t0.height AS height_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.id AS id_11, t0.media_watermark_id AS media_watermark_id_12 FROM media t0 WHERE t0.id = ?
Parameters:
[
"e8b4b6bb-1c74-4529-a738-cc445fbef22c"
]
|
| 7 | 0.22 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_header_contact_1"
]
|
| 8 | 0.17 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_header_contact_2"
]
|
| 9 | 0.17 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_opening_hours_1"
]
|
| 10 | 0.15 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_opening_hours_2"
]
|
| 11 | 0.21 ms |
SELECT p0_.name AS name_0, p0_.url AS url_1, p0_.status AS status_2, p0_.date_start AS date_start_3, p0_.date_end AS date_end_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.id AS id_7 FROM promotions p0_ WHERE p0_.status = ? ORDER BY p0_.date_start ASC LIMIT 30
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Fotoboom\Configuration\Domain\Configuration | 4 |
| Fotoboom\News\Domain\News | 2 |
| Fotoboom\News\Domain\Media | 2 |
| Fotoboom\Media\Domain\Media | 2 |
| Fotoboom\User\Domain\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\News\Domain\News | No errors. |
| Fotoboom\User\Domain\User | No errors. |
| Fotoboom\News\Domain\Media | No errors. |
| Fotoboom\Media\Domain\Media | No errors. |
| Fotoboom\Media\Domain\MediaWatermark | No errors. |
| Fotoboom\Configuration\Domain\Configuration | No errors. |
| Fotoboom\Promotion\Domain\Promotion | No errors. |