Query Metrics
3
Database Queries
3
Different statements
6.41 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.03 ms (47.18%) |
1 |
SELECT t0.id AS id_1, t0.sort_order AS sort_order_2, t0.active AS active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.article_id AS article_id_6, t0.image_id AS image_id_7 FROM carousel_item t0 WHERE t0.active = ? ORDER BY t0.sort_order ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
2.73 ms (42.60%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.body AS body_5, t0.tier AS tier_6, t0.source_urls AS source_urls_7, t0.domain AS domain_8, t0.raw_data AS raw_data_9, t0.status AS status_10, t0.edited_at AS edited_at_11, t0.crawled_at AS crawled_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.author_id AS author_id_15 FROM article t0 WHERE t0.status = ? AND t0.tier = ? ORDER BY t0.updated_at DESC LIMIT 12
Parameters:
[ "published" "card" ]
|
||||||||||||||||||||||||
|
0.66 ms (10.22%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.body AS body_5, t0.tier AS tier_6, t0.source_urls AS source_urls_7, t0.domain AS domain_8, t0.raw_data AS raw_data_9, t0.status AS status_10, t0.edited_at AS edited_at_11, t0.crawled_at AS crawled_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.author_id AS author_id_15 FROM article t0 WHERE t0.status = ? AND t0.tier = ? ORDER BY t0.updated_at DESC LIMIT 20
Parameters:
[ "published" "brief" ]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| gaokao | doctrine.dbal.gaokao_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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CarouselItem | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\User | No errors. |