Query Metrics
4
Database Queries
3
Different statements
3.72 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.93 ms (51.99%) |
2 |
SELECT p0_.id AS id_0, p0_.content_type AS content_type_1, p0_.status AS status_2, p0_.created_at AS created_at_3, p0_.modified_at AS modified_at_4, p0_.published_at AS published_at_5, p0_.depublished_at AS depublished_at_6, p0_.author_id AS author_id_7 FROM p_content p0_ INNER JOIN p_field p1_ ON p0_.id = p1_.content_id AND p1_.type IN ('generic', 'select', 'email', 'file', 'filelist', 'text', 'date', 'embed', 'block', 'html', 'templateselect', 'collection', 'data', 'set', 'number', 'imagelist', 'markdown', 'textarea', 'hidden', 'slug', 'image', 'checkbox', 'article', 'seo', 'redactor') INNER JOIN p_field p2_ ON (p1_.id = p2_.id) AND p2_.type IN ('slug') INNER JOIN p_field_translation p3_ ON p1_.id = p3_.translatable_id WHERE CAST(JSON_UNQUOTE(JSON_EXTRACT(p3_.value, '$[0]')) AS CHAR) = ? AND p0_.content_type = ? LIMIT 1
Parameters:
[ "404-not-found" "blocks" ] |
|
1.24 ms (33.36%) |
1 |
update p_content SET status = 'published', published_at = :now WHERE status = 'timed' AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1960 : "2026-01-12 03:15:08" } ] |
|
0.55 ms (14.65%) |
1 |
update p_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1960 : "2026-01-12 03:15:08" } ] |
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. |
| Bolt\Entity\Field\SlugField | No errors. |
| Bolt\Entity\FieldTranslation | No errors. |
| Bolt\Entity\Field\SelectField | No errors. |
| Bolt\Entity\Field\EmailField | No errors. |
| Bolt\Entity\Field\FileField | No errors. |
| Bolt\Entity\Field\FilelistField | No errors. |
| Bolt\Entity\Field\TextField | No errors. |
| Bolt\Entity\Field\DateField | No errors. |
| Bolt\Entity\Field\EmbedField | No errors. |
| Bolt\Entity\Field\BlockField | No errors. |
| Bolt\Entity\Field\HtmlField | No errors. |
| Bolt\Entity\Field\TemplateselectField | No errors. |
| Bolt\Entity\Field\CollectionField | No errors. |
| Bolt\Entity\Field\DataField | No errors. |
| Bolt\Entity\Field\SetField | No errors. |
| Bolt\Entity\Field\NumberField | No errors. |
| Bolt\Entity\Field\ImagelistField | No errors. |
| Bolt\Entity\Field\MarkdownField | No errors. |
| Bolt\Entity\Field\TextareaField | No errors. |
| Bolt\Entity\Field\HiddenField | No errors. |
| Bolt\Entity\Field\ImageField | No errors. |
| Bolt\Entity\Field\CheckboxField | No errors. |
| Bolt\Article\Entity\ArticleField | No errors. |
| Appolo\BoltSeo\Field\SeoField | No errors. |
| Bolt\Redactor\Entity\RedactorField | No errors. |