Query Metrics
11
Database Queries
5
Different statements
3.84 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.82 ms |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.job AS job_2, e0_.position AS position_3, e0_.facebook AS facebook_4, e0_.twitter AS twitter_5, e0_.linkedin AS linkedin_6, e0_.instagram AS instagram_7, e0_.image AS image_8, e0_.sort_order AS sort_order_9 FROM employee e0_ ORDER BY e0_.sort_order ASC, e0_.name ASC
Parameters:
[] |
| 2 | 0.28 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.content AS content_2, t0_.created_at AS created_at_3, t0_.image AS image_4, t0_.rating AS rating_5 FROM testimonial t0_ ORDER BY t0_.created_at DESC
Parameters:
[] |
| 3 | 0.29 ms |
SELECT s0_.id AS id_0, s0_.icon AS icon_1, s0_.title AS title_2, s0_.teaser AS teaser_3, s0_.content AS content_4, s0_.sort_order AS sort_order_5 FROM skill s0_ ORDER BY s0_.sort_order ASC, s0_.title ASC
Parameters:
[] |
| 4 | 0.22 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.logo AS logo_2, p0_.description AS description_3, p0_.link AS link_4, p0_.sort_order AS sort_order_5 FROM partner p0_ ORDER BY p0_.sort_order ASC, p0_.name ASC
Parameters:
[] |
| 5 | 0.27 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"team_intro"
]
|
| 6 | 0.23 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"about_us"
]
|
| 7 | 0.18 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"feature_1"
]
|
| 8 | 0.13 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"feature_2"
]
|
| 9 | 0.17 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"feature_3"
]
|
| 10 | 0.14 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"employer_cta"
]
|
| 11 | 0.11 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.sort_order AS sort_order_5 FROM content_block t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"hero_text"
]
|
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\Employee | No errors. |
| App\Entity\Testimonial | No errors. |
| App\Entity\Skill | No errors. |
| App\Entity\Partner | No errors. |
| App\Entity\ContentBlock | No errors. |