Query Metrics
5
Database Queries
5
Different statements
2.10 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
"26"
]
|
2 | 0.41 ms |
SELECT t0.id AS id_1, t0.document AS document_2, t0.document_size AS document_size_3, t0.updated_at AS updated_at_4, t0.date AS date_5 FROM newspaper t0 ORDER BY t0.date DESC
Parameters:
[] |
3 | 0.31 ms |
SELECT t0.id AS id_1, t0.date AS date_2 FROM newspaper2 t0 ORDER BY t0.date DESC
Parameters:
[] |
4 | 0.49 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.text AS text_4, t0.picture AS picture_5, t0.picture_size AS picture_size_6, t0.updated_at AS updated_at_7, t0.writer AS writer_8, t0.category_id AS category_id_9 FROM content t0 WHERE t0.category_id = ? ORDER BY t0.date DESC
Parameters:
[
26
]
|
5 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0
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\Category | No errors. |
App\Entity\Content | No errors. |
App\Entity\Newspaper | No errors. |
App\Entity\Newspaper2 | No errors. |
App\Entity\NewspaperSubject2 | No errors. |
App\Entity\NewspaperSubject | No errors. |
App\Entity\Partyroom | No errors. |
App\Entity\Teammate | No errors. |
App\Entity\ReportSubject | No errors. |
App\Entity\Report | No errors. |
App\Entity\Vcard | No errors. |
App\Entity\NewsletterEmail | No errors. |
App\Entity\Event | No errors. |
App\Entity\Restaurant | No errors. |
App\Entity\User | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |