Query Metrics
11
Database Queries
5
Different statements
9.20 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.03 ms (76.36%) |
3 |
SELECT b0_.id AS id_0, b0_.content_type AS content_type_1, b0_.status AS status_2, b0_.created_at AS created_at_3, b0_.modified_at AS modified_at_4, b0_.published_at AS published_at_5, b0_.depublished_at AS depublished_at_6, b0_.title AS title_7, b0_.list_format AS list_format_8, b0_.author_id AS author_id_9 FROM bolt_content b0_ INNER JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'templateselect', 'slug', 'text', 'hidden', 'number', 'embed', 'imagelist', 'file', 'email', 'checkbox', 'textarea', 'block', 'date', 'image', 'set', 'filelist', 'html', 'markdown', 'data', 'collection', 'article', 'redactor') INNER JOIN bolt_field b2_ ON (b1_.id = b2_.id) AND b2_.type IN ('slug') INNER JOIN bolt_field_translation b3_ ON b1_.id = b3_.translatable_id WHERE JSON_EXTRACT(b3_.value, '$[0]') = ? AND b0_.content_type = ? LIMIT 1
Parameters:
[ "184" "pages" ] |
0.98 ms (10.59%) |
2 |
UPDATE bolt_content SET STATUS = 'published', published_at = :now WHERE STATUS = 'timed' AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1908 : "2024-11-05 07:57:10" } ] |
0.58 ms (6.26%) |
1 |
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.title AS title_8, t0.list_format AS list_format_9, t0.author_id AS author_id_10, t11.id AS id_12, t11.display_name AS display_name_13, t11.username AS username_14, t11.email AS email_15, t11.password AS password_16, t11.roles AS roles_17, t11.lastseen_at AS lastseen_at_18, t11.last_ip AS last_ip_19, t11.locale AS locale_20, t11.backend_theme AS backend_theme_21, t11.status AS status_22, t11.avatar AS avatar_23, t11.about AS about_24 FROM bolt_content t0 LEFT JOIN bolt_user t11 ON t0.author_id = t11.id WHERE t0.id = ? LIMIT 1
Parameters:
[
184
]
|
0.39 ms (4.26%) |
3 |
SELECT JSON_EXTRACT('{"jsonfunctionalitytest":["succes"]}', '$.jsonfunctionalitytest') AS value
Parameters:
[] |
0.23 ms (2.53%) |
2 |
UPDATE bolt_content SET STATUS = 'held', depublished_at = :now WHERE STATUS = 'published' AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1908 : "2024-11-05 07:57:10" } ] |
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\TemplateselectField | No errors. |
Bolt\Entity\Field\TextField | No errors. |
Bolt\Entity\Field\HiddenField | No errors. |
Bolt\Entity\Field\NumberField | No errors. |
Bolt\Entity\Field\EmbedField | No errors. |
Bolt\Entity\Field\ImagelistField | No errors. |
Bolt\Entity\Field\FileField | No errors. |
Bolt\Entity\Field\EmailField | No errors. |
Bolt\Entity\Field\CheckboxField | No errors. |
Bolt\Entity\Field\TextareaField | No errors. |
Bolt\Entity\Field\BlockField | No errors. |
Bolt\Entity\Field\DateField | No errors. |
Bolt\Entity\Field\ImageField | No errors. |
Bolt\Entity\Field\SetField | No errors. |
Bolt\Entity\Field\FilelistField | No errors. |
Bolt\Entity\Field\HtmlField | No errors. |
Bolt\Entity\Field\MarkdownField | No errors. |
Bolt\Entity\Field\DataField | No errors. |
Bolt\Entity\Field\CollectionField | No errors. |
Bolt\Article\Entity\ArticleField | No errors. |
Bolt\Redactor\Entity\RedactorField | No errors. |