Query Metrics
7
Database Queries
3
Different statements
1.67 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.19 ms (71.45%) |
5 |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.modified_at AS modified_at_5, t0.published_at AS published_at_6, t0.depublished_at AS depublished_at_7, t0.author_id AS author_id_8, t9.id AS id_10, t9.display_name AS display_name_11, t9.username AS username_12, t9.email AS email_13, t9.password AS password_14, t9.roles AS roles_15, t9.lastseen_at AS lastseen_at_16, t9.last_ip AS last_ip_17, t9.locale AS locale_18, t9.backend_theme AS backend_theme_19, t9.status AS status_20, t9.avatar AS avatar_21 FROM bolt_content t0 LEFT JOIN bolt_user t9 ON t0.author_id = t9.id WHERE t0.id = ?
Parameters:
[
2
]
|
0.25 ms (15.23%) |
1 |
update bolt_content SET status = "published", published_at = :now WHERE status = "timed" AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1758 : "2025-01-22 16:47:31" } ] |
0.22 ms (13.32%) |
1 |
update bolt_content SET status = "held", depublished_at = :now WHERE status = "published" AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1758 : "2025-01-22 16:47:31" } ] |
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\Field | No errors. |