Query Metrics
2
Database Queries
2
Different statements
1.35 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.93 ms |
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_ INNER JOIN archimede_solutions_category a1_ ON a0_.category_id = a1_.id WHERE a1_.slug = ? AND a0_.is_active = ? ORDER BY a0_.date DESC LIMIT 3
Parameters:
[ "privacy" 1 ] |
| 2 | 0.42 ms |
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. |