Query Metrics
14
Database Queries
4
Different statements
31.78 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
23.73 ms (74.67%) |
8 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.summary AS summary_2, p0_.description AS description_3, p0_.slug AS slug_4, p0_.image AS image_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.published_at AS published_at_8, p0_.status AS status_9, p0_.type AS type_10, p0_.view AS view_11, p0_.is_translated AS is_translated_12, p0_.lang AS lang_13, p0_.icon AS icon_14, p0_.user_id AS user_id_15, p0_.author_id AS author_id_16, p0_.parent_id AS parent_id_17 FROM post p0_ WHERE p0_.title = ?
Parameters:
[
"TLDI Logistique Services"
]
|
3.48 ms (10.96%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.summary AS summary_3, t0.description AS description_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.published_at AS published_at_9, t0.status AS status_10, t0.type AS type_11, t0.view AS view_12, t0.is_translated AS is_translated_13, t0.lang AS lang_14, t0.icon AS icon_15, t0.user_id AS user_id_16, t0.author_id AS author_id_17, t0.parent_id AS parent_id_18 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"questions-reponses"
]
|
3.25 ms (10.24%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.response AS response_3, t0.create_at AS create_at_4, t0.updated_at AS updated_at_5, t0.is_active AS is_active_6, t0.category_id AS category_id_7, t0.user_id AS user_id_8 FROM faq t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
1.31 ms (4.12%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.status AS status_7, t0.view AS view_8, t0.type AS type_9, t0.is_translated AS is_translated_10, t0.lang AS lang_11, t0.created_by_id AS created_by_id_12, t0.updated_by_id AS updated_by_id_13, t0.parent_id AS parent_id_14 FROM category t0 WHERE t0.parent_id = ?
Parameters:
[
3
]
|
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\Post |
|
App\Entity\User | No errors. |
App\Entity\Category |
|
App\Entity\Media | No errors. |
App\Entity\Faq | No errors. |
App\Entity\Language |
|
App\Entity\Partner | No errors. |
App\Entity\Price | No errors. |