Query Metrics
2
Database Queries
2
Different statements
1.91 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.41 ms (74.07%) |
1 |
SELECT i0_.id AS id_0, i0_.publishedAt AS publishedAt_1, i0_.disabledAt AS disabledAt_2, i0_.body AS body_3, i0_.url AS url_4, i0_.created_at AS created_at_5, i0_.updated_at AS updated_at_6, i0_.dtype AS dtype_7 FROM information i0_ WHERE (i0_.disabledAt IS NULL OR i0_.disabledAt >= ?) AND i0_.dtype IN ('information') ORDER BY i0_.publishedAt DESC LIMIT 1
Parameters:
[
"2025-12-23 03:49:20"
]
|
|
0.49 ms (25.93%) |
1 |
SELECT f0_.id AS id_0, f0_.publishedAt AS publishedAt_1, f0_.disabledAt AS disabledAt_2, f0_.body AS body_3, f0_.created_at AS created_at_4, f0_.updated_at AS updated_at_5 FROM feature f0_ WHERE f0_.publishedAt <= ? AND (f0_.disabledAt IS NULL OR f0_.disabledAt > ?) ORDER BY f0_.publishedAt DESC, f0_.id DESC LIMIT 1
Parameters:
[ "2025-12-23 03:49:20" "2025-12-23 03:49:20" ] |
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 |
|---|---|
| Xearts\Bundle\TaobaoDaikoBundle\Entity\AbstractInformation | No errors. |
| Xearts\Bundle\TaobaoDaikoBundle\Entity\Information | No errors. |
| Xearts\Bundle\TaobaoDaikoBundle\Entity\Feature | No errors. |