Query Metrics
11
Database Queries
5
Different statements
3.84 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.82 ms (47.49%) |
1 |
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:
[] |
|
1.23 ms (31.94%) |
7 |
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"
]
|
|
0.29 ms (7.64%) |
1 |
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:
[] |
|
0.28 ms (7.17%) |
1 |
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:
[] |
|
0.22 ms (5.76%) |
1 |
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:
[] |
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. |