Query Metrics
39
Database Queries
6
Different statements
108.09 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
49.62 ms (45.91%) |
24 |
SELECT p0_.id AS id_0, p0_.description AS description_1, p0_.price AS price_2, p0_.is_active AS is_active_3, p0_.created_at AS created_at_4, p0_.updated_at AS updated_at_5, p0_.title AS title_6, p0_.category_id AS category_id_7, p0_.user_id AS user_id_8, p0_.parent_id AS parent_id_9 FROM price p0_ WHERE p0_.is_active = 1 AND p0_.category_id = ? AND p0_.title = ? ORDER BY p0_.id ASC LIMIT 20
Parameters:
[ 5 "Poids/Volume" ] |
17.38 ms (16.08%) |
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"
]
|
15.13 ms (14.00%) |
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:
[
"tarifs-fret-aerien"
]
|
12.82 ms (11.86%) |
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
]
|
7.05 ms (6.53%) |
1 |
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.slug = ? LIMIT 1
Parameters:
[
"tarifs-fret-aerien"
]
|
6.08 ms (5.62%) |
1 |
SELECT p0_.id AS id_0, p0_.description AS description_1, p0_.price AS price_2, p0_.is_active AS is_active_3, p0_.created_at AS created_at_4, p0_.updated_at AS updated_at_5, p0_.title AS title_6, p0_.category_id AS category_id_7, p0_.user_id AS user_id_8, p0_.parent_id AS parent_id_9 FROM price p0_ WHERE p0_.is_active = 1 AND p0_.category_id = ? GROUP BY p0_.title ORDER BY p0_.id ASC LIMIT 20
Parameters:
[ [ "category" => 5 ] ] |
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\Price | No errors. |
App\Entity\Faq | No errors. |
App\Entity\Language |
|
App\Entity\Partner | No errors. |