Query Metrics
30
Database Queries
10
Different statements
11.45 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.42 ms (47.36%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sortorder AS sortorder_2, b0_.version AS version_3, b1_.id AS id_4, b1_.value AS value_5, b1_.locale AS locale_6, b0_.type AS type_7, b0_.content_id AS content_id_8, b0_.parent_id AS parent_id_9, b1_.translatable_id AS translatable_id_10 FROM bolt_field b0_ INNER JOIN bolt_field_translation b1_ ON b0_.id = b1_.translatable_id WHERE (CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) = ? AND b0_.type IN (?)) AND b0_.type IN ('generic', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'select', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'seo', 'redactor')
Parameters:
[ "peringatan-nuzulul-qur-an-dan-doa-bersama-dalam-rangka-hut-ke-79-persit-kartika-chandra-kirana" "slug" ] |
|
1.29 ms (11.26%) |
10 |
INSERT INTO bolt_field_translation (value, locale, translatable_id) VALUES (?, ?, ?)
Parameters:
[ 1 => "["PERINGATAN NUZULUL QUR'AN DAN DOA BERSAMA DALAM RANGKA HUT KE-79 PERSIT KARTIKA CHANDRA KIRANA "]" 2 => "en" 3 => 15888 ] |
|
1.29 ms (11.24%) |
10 |
INSERT INTO bolt_field (name, sortorder, version, content_id, parent_id, type) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "seo" 2 => 0 3 => null 4 => 552 5 => null 6 => "seo" ] |
|
0.91 ms (7.98%) |
2 |
"COMMIT"
Parameters:
[] |
|
0.79 ms (6.90%) |
1 |
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:
[
1
]
|
|
0.71 ms (6.18%) |
1 |
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1852 : "2026-06-26 03:02:48" } ] |
|
0.38 ms (3.28%) |
1 |
update bolt_content SET status = 'published', published_at = :now WHERE status = 'timed' AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1852 : "2026-06-26 03:02:48" } ] |
|
0.27 ms (2.33%) |
1 |
INSERT INTO bolt_log (message, context, level, level_name, created_at, extra, `user`, content, location) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "Saved content "{title}" ({content_type} № {content_id})" 2 => "a:3:{s:10:"content_id";i:552;s:12:"content_type";s:5:"pages";s:5:"title";s:82:"PERINGATAN NUZULUL QUR'AN DAN DOA BERSAMA DALAM RANGKA HUT KE-79 PERSIT KARTIKA…";}" 3 => 200 4 => "INFO" 5 => "2026-06-26 03:02:48" 6 => "a:5:{s:9:"client_ip";s:15:"103.165.128.173";s:11:"client_port";i:80;s:3:"uri";s:38:"http://ppid.rspadgs.net/bolt/new/pages";s:12:"query_string";N;s:6:"method";s:4:"POST";}" 7 => "a:3:{s:2:"id";i:1;s:8:"username";s:4:"root";s:5:"roles";a:1:{i:0;s:14:"ROLE_DEVELOPER";}}" 8 => 552 9 => "a:5:{s:4:"file";s:61:"…/vendor/symfony/event-dispatcher/Debug/WrappedListener.php";s:4:"line";i:118;s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";s:8:"function";s:8:"__invoke";}" ] |
|
0.22 ms (1.90%) |
1 |
INSERT INTO bolt_content (content_type, status, created_at, modified_at, published_at, depublished_at, author_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "pages" 2 => "published" 3 => "2026-06-26 03:02:48" 4 => "2026-06-26 03:02:48" 5 => "2026-06-26 10:00:16" 6 => null 7 => 1 ] |
|
0.18 ms (1.57%) |
2 |
"START TRANSACTION"
Parameters:
[] |
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. |
| Bolt\Entity\Field\BlockField | No errors. |
| Bolt\Entity\Field\CheckboxField | No errors. |
| Bolt\Entity\Field\CollectionField | No errors. |
| Bolt\Entity\Field\DataField | No errors. |
| Bolt\Entity\Field\DateField | No errors. |
| Bolt\Entity\Field\EmailField | No errors. |
| Bolt\Entity\Field\EmbedField | No errors. |
| Bolt\Entity\Field\FileField | No errors. |
| Bolt\Entity\Field\FilelistField | No errors. |
| Bolt\Entity\Field\HiddenField | No errors. |
| Bolt\Entity\Field\HtmlField | No errors. |
| Bolt\Entity\Field\ImageField | No errors. |
| Bolt\Entity\Field\ImagelistField | No errors. |
| Bolt\Entity\Field\MarkdownField | No errors. |
| Bolt\Entity\Field\NumberField | No errors. |
| Bolt\Entity\Field\SelectField | No errors. |
| Bolt\Entity\Field\SetField | No errors. |
| Bolt\Entity\Field\SlugField | No errors. |
| Bolt\Entity\Field\TemplateselectField | No errors. |
| Bolt\Entity\Field\TextField | No errors. |
| Bolt\Entity\Field\TextareaField | No errors. |
| Bolt\Entity\FieldTranslation | No errors. |
| Bolt\Entity\Log | No errors. |
| Bolt\Entity\ResetPasswordRequest | No errors. |
| Bolt\Article\Entity\ArticleField | No errors. |
| Appolo\BoltSeo\Field\SeoField | No errors. |
| Bolt\Redactor\Entity\RedactorField | No errors. |