Query Metrics
3
Database Queries
3
Different statements
1.31 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.00 ms |
update bolt_content SET status = "published", published_at = :now WHERE status = "timed" AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#4345 : "2025-06-17 15:26:22" } ] |
2 | 0.16 ms |
update bolt_content SET status = "held", depublished_at = :now WHERE status = "published" AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#4345 : "2025-06-17 15:26:22" } ] |
3 | 0.14 ms |
SELECT t0.id AS id_1, t0.display_name AS display_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.lastseen_at AS lastseen_at_7, t0.last_ip AS last_ip_8, t0.locale AS locale_9, t0.backend_theme AS backend_theme_10, t0.status AS status_11, t0.avatar AS avatar_12, t13.id AS id_14, t13.useragent AS useragent_15, t13.validity AS validity_16, t13.user_id AS user_id_17 FROM bolt_user t0 LEFT JOIN bolt_user_auth_token t13 ON t13.user_id = t0.id WHERE t0.id = ?
Parameters:
[
7
]
|
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 |
---|---|
Bolt\Entity\Content | No errors. |
Bolt\Entity\Taxonomy | No errors. |
Bolt\Entity\Media | No errors. |
Bolt\Entity\Relation | No errors. |
Bolt\Entity\User | No errors. |
Bolt\Entity\UserAuthToken | No errors. |
Bolt\Entity\Field | No errors. |