Query Metrics
5
Database Queries
5
Different statements
2.34 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.74 ms (31.71%) |
1 |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.is_active AS is_active_2, a0_.date AS date_3, a0_.title AS title_4, a0_.abstract AS abstract_5, a0_.content AS content_6, a0_.has_template AS has_template_7, a0_.category_id AS category_id_8 FROM archimede_solutions_news a0_ WHERE a0_.is_active = ? ORDER BY a0_.date DESC, a0_.id DESC
Parameters:
[
1
]
|
|
0.44 ms (18.81%) |
1 |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.is_active AS is_active_2, a0_.date AS date_3, a0_.title AS title_4, a0_.abstract AS abstract_5, a0_.content AS content_6, a0_.has_template AS has_template_7, a0_.category_id AS category_id_8 FROM archimede_solutions_news a0_ WHERE a0_.is_active = ? AND ((a0_.date < ? OR (a0_.date = ? AND a0_.id < ?))) ORDER BY a0_.date DESC, a0_.id DESC LIMIT 1
Parameters:
[ 1 "2020-11-02 00:00:00" "2020-11-02 00:00:00" 3 ] |
|
0.44 ms (18.62%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.is_active AS is_active_3, t0.date AS date_4, t0.title AS title_5, t0.abstract AS abstract_6, t0.content AS content_7, t0.has_template AS has_template_8, t0.category_id AS category_id_9 FROM archimede_solutions_news t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"diritto-protezione-dati"
]
|
|
0.37 ms (15.69%) |
1 |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.is_active AS is_active_2, a0_.date AS date_3, a0_.title AS title_4, a0_.abstract AS abstract_5, a0_.content AS content_6, a0_.has_template AS has_template_7, a0_.category_id AS category_id_8 FROM archimede_solutions_news a0_ WHERE a0_.is_active = ? AND ((a0_.date > ? OR (a0_.date = ? AND a0_.id > ?))) ORDER BY a0_.date ASC, a0_.id ASC LIMIT 1
Parameters:
[ 1 "2020-11-02 00:00:00" "2020-11-02 00:00:00" 3 ] |
|
0.36 ms (15.17%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.image_path AS image_path_4 FROM archimede_solutions_category t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\News | 3 |
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\NewsMaterial | No errors. |