Query Metrics
9
Database Queries
7
Different statements
12.07 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.website_link AS website_link_3, t0.is_active AS is_active_4, t0.allow_starter AS allow_starter_5, t0.allow_dish AS allow_dish_6 FROM city t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
| 2 | 1.43 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.header_logo_file AS header_logo_file_4, t0.footer_logo_file AS footer_logo_file_5, t0.updated_at AS updated_at_6 FROM website_configuration t0
Parameters:
[] |
| 3 | 1.33 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.link AS link_3, t0.link_order AS link_order_4 FROM mega_menu t0 ORDER BY t0.link_order ASC
Parameters:
[] |
| 4 | 1.85 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.starter AS starter_4, t0.filename AS filename_5, t0.updated_at AS updated_at_6, t0.is_active AS is_active_7, t0.city_id AS city_id_8 FROM activity t0 WHERE t0.city_id = ? AND t0.is_active = ?
Parameters:
[ b"—\x175œZ;Kæ‘+ᯮwîë" 1 ] |
| 5 | 1.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.starter AS starter_4, t0.filename AS filename_5, t0.updated_at AS updated_at_6, t0.is_active AS is_active_7, t0.city_id AS city_id_8 FROM activity t0 WHERE t0.city_id = ? AND t0.is_active = ?
Parameters:
[ b"¦‹Ï¹ŽîB£’Ç1ld”\x1Fd" 1 ] |
| 6 | 0.90 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.header_logo_file AS header_logo_file_4, t0.footer_logo_file AS footer_logo_file_5, t0.updated_at AS updated_at_6 FROM website_configuration t0
Parameters:
[] |
| 7 | 0.93 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.is_active AS is_active_3 FROM footer_category t0
Parameters:
[] |
| 8 | 1.21 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.link AS link_3, t0.is_active AS is_active_4, t0.logo_file AS logo_file_5, t0.updated_at AS updated_at_6, t0.category_id AS category_id_7 FROM footer_link t0 WHERE t0.category_id = ?
Parameters:
[
b")–j\e\x03eN©¡w(-*¨Â"
]
|
| 9 | 0.72 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.website_link AS website_link_3, t0.is_active AS is_active_4, t0.allow_starter AS allow_starter_5, t0.allow_dish AS allow_dish_6 FROM city t0
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\City | No errors. |
| App\Entity\Volunteer | No errors. |
| App\Entity\Activity | No errors. |
| App\Entity\Starter | No errors. |
| App\Entity\StarterSchedule | No errors. |
| App\Entity\StarterBooking | No errors. |
| App\Entity\Dish | No errors. |
| App\Entity\DishBooking | No errors. |
| App\Entity\User | No errors. |
| App\Entity\WebsiteConfiguration | No errors. |
| App\Entity\BookingHelicopter | No errors. |
| App\Entity\MegaMenu | No errors. |
| App\Entity\FooterCategory | No errors. |
| App\Entity\FooterLink | No errors. |