Query Metrics
2
Database Queries
2
Different statements
3.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.64 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.image_file AS image_file_4, t0.is_public AS is_public_5, t0.ordering AS ordering_6, t0.speech_date AS speech_date_7, t0.in_homepage AS in_homepage_8, t0.location AS location_9, t0.judge_code AS judge_code_10, t0.created_at AS created_at_11, t0.deleted_at AS deleted_at_12, t0.publishing_status AS publishing_status_13 FROM speeches t0 WHERE t0.deleted_at IS NULL AND t0.judge_code = ? ORDER BY t0.speech_date DESC
Parameters:
[
"18"
]
|
||||||||||||||||||||||
| 2 | 1.30 ms |
SELECT t0.id AS id_1, t0.permalink AS permalink_2, t0.name AS name_3, t0.surname AS surname_4, t0.appointed_date AS appointed_date_5, t0.swearing_date AS swearing_date_6, t0.qualification AS qualification_7, t0.elected_by AS elected_by_8, t0.status AS status_9, t0.office AS office_10, t0.swearing_in_order AS swearing_in_order_11, t0.biography AS biography_12, t0.extended_biography AS extended_biography_13, t0.english_biography AS english_biography_14, t0.extended_english_biography AS extended_english_biography_15, t0.small_picture AS small_picture_16, t0.extended_picture AS extended_picture_17, t0.created_at AS created_at_18, t0.deleted_at AS deleted_at_19, t0.publishing_status AS publishing_status_20, t0.sigico_id AS sigico_id_21 FROM judge t0 WHERE t0.sigico_id = ? LIMIT 1
Parameters:
[
"18"
]
|
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\Domain\User\Entity\User | No errors. |
| App\Domain\English\Entity\English | No errors. |
| App\Domain\Basic\Entity\Document | No errors. |
| App\Domain\LegalSummary\Entity\LegalSummary | No errors. |
| App\Domain\Podcast\Entity\Podcast | No errors. |
| App\Domain\Release\Entity\Release | No errors. |
| App\Domain\Speech\Entity\Speech | No errors. |
| App\Domain\Judge\Entity\Judge | No errors. |
| App\Domain\Release\Entity\ReleaseImage | No errors. |
| App\Domain\Release\Entity\ReleaseVideo | No errors. |
| App\Domain\Release\Entity\ReleaseLink | No errors. |
| App\Domain\Speech\Entity\SpeechDocument | No errors. |