Query Metrics
5
Database Queries
3
Different statements
58.59 ms
Query time
0
Invalid entities
18
Cache hits
0
Cache misses
0
Cache puts
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
43.48 ms (74.20%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.lang AS lang_5, t0.is_active AS is_active_6 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"supportUs"
]
|
|
14.47 ms (24.69%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.url AS url_4, t0.is_active AS is_active_5, t0.user_id AS user_id_6 FROM donor t0 WHERE t0.email IS NULL LIMIT 1
Parameters:
[] |
|
0.65 ms (1.11%) |
1 |
SELECT d0_.id AS id_0, d0_.username AS username_1, d0_.email AS email_2, d0_.url AS url_3, d0_.is_active AS is_active_4, d0_.user_id AS user_id_5 FROM donor d0_ WHERE d0_.is_active = true
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
18
Hits
0
Misses
0
Puts
Number of cache hits
| Region | Hits |
|---|---|
| app_entity_settings | 16 |
| app_entity_magazine | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Donor | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\Magazine | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\Moderator | No errors. |
| App\Entity\MagazineOwnershipRequest | No errors. |
| App\Entity\ModeratorRequest | No errors. |
| App\Entity\Entry | No errors. |
| App\Entity\Post | No errors. |
| App\Entity\MagazineSubscription | No errors. |
| App\Entity\MagazineBan | No errors. |
| App\Entity\Report | No errors. |
| App\Entity\Badge | No errors. |
| App\Entity\MagazineLog | No errors. |
| App\Entity\Award | No errors. |
| App\Entity\CategoryMagazine | No errors. |