Query Metrics
25
Database Queries
16
Different statements
280.89 ms
Query time
0
Invalid entities
20
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.73 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_.updated_at DESC LIMIT 25
Parameters:
[] |
| 2 | 0.34 ms |
SELECT count(1) AS sclr_0 FROM news n0_
Parameters:
[] |
| 3 | 149.62 ms |
SELECT p.id, p.slug, p.name, p.description_short, p.price_sell, p.price_offer, p.tax_type, p.on_offer, b.id AS brand_id, b.name AS brand_name, b.slug AS brand_slug FROM products p LEFT JOIN products_brands b ON b.id = p.brand_id WHERE p.status = ? AND p.showcase = ? ORDER BY p.updated_at DESC LIMIT ?
Parameters:
[ 1 1 25 ] |
| 4 | 64.75 ms |
SELECT p.id, p.slug, p.name, p.description_short, p.price_sell, p.price_offer, p.tax_type, p.on_offer, b.id AS brand_id, b.name AS brand_name, b.slug AS brand_slug FROM products p LEFT JOIN products_brands b ON b.id = p.brand_id WHERE p.status = ? AND p.on_offer = ? AND p.show_on_home_deals = ? ORDER BY p.updated_at DESC LIMIT ?
Parameters:
[ 1 1 1 25 ] |
| 5 | 59.79 ms |
SELECT p.id, p.slug, p.name, p.description_short, p.price_sell, p.price_offer, p.tax_type, p.on_offer, b.id AS brand_id, b.name AS brand_name, b.slug AS brand_slug FROM products p LEFT JOIN products_brands b ON b.id = p.brand_id WHERE p.status = ? AND p.new = ? AND p.show_on_home_new_products = ? ORDER BY p.updated_at DESC LIMIT ?
Parameters:
[ 1 1 1 25 ] |
| 6 | 0.83 ms |
SELECT pc.product_id, c.id, c.name FROM products_rel_categories pc INNER JOIN products_categories c ON c.id = pc.category_id WHERE pc.product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 86273 71170 85511 71967 69924 2115 2170 68731 74665 71141 70894 86254 71678 81412 84996 87826 87827 87829 82966 87830 88089 82972 86049 82978 83496 83497 83498 69679 81455 82224 87857 88114 82227 87860 86582 85816 88065 83714 83715 83716 87556 85509 87045 85510 83207 88839 85512 85768 88072 88840 82185 85513 85514 88075 82446 87566 80911 84239 81936 ] |
| 7 | 1.14 ms |
SELECT pm.product_id, COALESCE(mw.path, m.path) AS image_path FROM products_medias pm INNER JOIN media m ON m.id = pm.media_id LEFT JOIN media_watermark mw ON mw.id = m.media_watermark_id WHERE pm.product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY pm.product_id ASC, pm.is_main DESC, pm.position ASC
Parameters:
[ 86273 71170 85511 71967 69924 2115 2170 68731 74665 71141 70894 86254 71678 81412 84996 87826 87827 87829 82966 87830 88089 82972 86049 82978 83496 83497 83498 69679 81455 82224 87857 88114 82227 87860 86582 85816 88065 83714 83715 83716 87556 85509 87045 85510 83207 88839 85512 85768 88072 88840 82185 85513 85514 88075 82446 87566 80911 84239 81936 ] |
| 8 | 0.33 ms |
SELECT b0_.name AS name_0, b0_.link_to AS link_to_1, b0_.status AS status_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.id AS id_5 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ? ORDER BY b1_.position ASC LIMIT 25
Parameters:
[ 2 1 ] |
| 9 | 0.25 ms |
SELECT count(1) AS sclr_0 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ?
Parameters:
[ 2 1 ] |
| 10 | 0.25 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"
]
|
| 11 | 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"
]
|
| 12 | 0.21 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"
]
|
| 13 | 0.21 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"
]
|
| 14 | 0.25 ms |
SELECT t0.location AS location_1, t0.position AS position_2, t0.id AS id_3, t0.banner_id AS banner_id_4, t0.brand_id AS brand_id_5, t0.category_id AS category_id_6 FROM banner_location_position t0 WHERE t0.banner_id = ?
Parameters:
[
"cf443ada-c557-4361-98dc-3dc5949a9f40"
]
|
| 15 | 0.23 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.banner_id AS banner_id_6, t0.media_id AS media_id_7 FROM banners_medias t0 WHERE t0.banner_id = ?
Parameters:
[
"cf443ada-c557-4361-98dc-3dc5949a9f40"
]
|
| 16 | 0.17 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:
[
"0d019414-469b-43e8-a079-a3aca1a4aa75"
]
|
| 17 | 0.16 ms |
SELECT t0.location AS location_1, t0.position AS position_2, t0.id AS id_3, t0.banner_id AS banner_id_4, t0.brand_id AS brand_id_5, t0.category_id AS category_id_6 FROM banner_location_position t0 WHERE t0.banner_id = ?
Parameters:
[
"34daaef3-cecd-4cf4-927a-3114608d0bf6"
]
|
| 18 | 0.16 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.banner_id AS banner_id_6, t0.media_id AS media_id_7 FROM banners_medias t0 WHERE t0.banner_id = ?
Parameters:
[
"34daaef3-cecd-4cf4-927a-3114608d0bf6"
]
|
| 19 | 0.15 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:
[
"f8941def-8654-4488-a8a2-93fb47f9a124"
]
|
| 20 | 0.23 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"
]
|
| 21 | 0.16 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"
]
|
| 22 | 0.16 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"
]
|
| 23 | 0.16 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"
]
|
| 24 | 0.24 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
]
|
| 25 | 0.16 ms |
SELECT count(1) AS sclr_0 FROM promotions p0_ WHERE p0_.status = ?
Parameters:
[
1
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| legacy | doctrine.dbal.legacy_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\Media\Domain\Media | 4 |
| Fotoboom\Configuration\Domain\Configuration | 4 |
| Fotoboom\Banner\Domain\BannerLocationPosition | 3 |
| Fotoboom\News\Domain\News | 2 |
| Fotoboom\Banner\Domain\Banner | 2 |
| Fotoboom\News\Domain\Media | 2 |
| Fotoboom\Banner\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\Banner\Domain\Banner | No errors. |
| Fotoboom\Banner\Domain\BannerLocationPosition | No errors. |
| Fotoboom\Banner\Domain\Media | No errors. |
| Fotoboom\Media\Domain\Media | No errors. |
| Fotoboom\Media\Domain\MediaWatermark | No errors. |
| Fotoboom\Product\Domain\Brand | No errors. |
| Fotoboom\Product\Domain\Category | No errors. |
| Fotoboom\Configuration\Domain\Configuration | No errors. |
| Fotoboom\Promotion\Domain\Promotion | No errors. |