Query Metrics
7
Database Queries
6
Different statements
1057.91 ms
Query time
0
Invalid entities
16
Cache hits
0
Cache misses
0
Cache puts
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 372.91 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM "user" u0_ WHERE u0_.ap_id IS NULL
Parameters:
[] |
| 2 | 0.86 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM "user" u0_ WHERE u0_.ap_id IS NULL AND u0_.last_active >= ?
Parameters:
[
"2025-05-26 07:08:15"
]
|
| 3 | 0.36 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM "user" u0_ WHERE u0_.ap_id IS NULL AND u0_.last_active >= ?
Parameters:
[
"2025-10-26 07:08:15"
]
|
| 4 | 215.22 ms |
SELECT COUNT(e0_.id) AS sclr_0 FROM entry e0_ WHERE e0_.ap_id IS NULL
Parameters:
[] |
| 5 | 19.81 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM post p0_ WHERE p0_.ap_id IS NULL
Parameters:
[] |
| 6 | 352.46 ms |
SELECT COUNT(e0_.id) AS sclr_0 FROM entry_comment e0_ WHERE e0_.ap_id IS NULL
Parameters:
[] |
| 7 | 96.29 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM post_comment p0_ WHERE p0_.ap_id IS NULL
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
16
Hits
0
Misses
0
Puts
Number of cache hits
| Region | Hits |
|---|---|
| app_entity_settings | 16 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Settings | No errors. |
| App\Entity\Site | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Entry | No errors. |
| App\Entity\Post | No errors. |
| App\Entity\EntryComment | No errors. |
| App\Entity\PostComment | No errors. |