Query Metrics
21
Database Queries
8
Different statements
17.09 ms
Query time
0
Invalid entities
50
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.41 ms (43.37%) |
12 |
SELECT t0.id AS id_1, t0.value AS value_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM bolt_field_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
1755
]
|
|
2.77 ms (16.19%) |
1 |
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', 'imagelist', 'text', 'markdown', 'html', 'hidden', 'templateselect', 'image', 'email', 'block', 'data', 'set', 'textarea', 'embed', 'number', 'checkbox', 'slug', 'collection', 'file', 'date', 'filelist', '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 CAST(JSON_UNQUOTE(JSON_EXTRACT(b3_.value, '$[0]')) AS CHAR) = ? AND b0_.content_type = ? LIMIT 1
Parameters:
[ "dermafresh-odor-control-96h" "products" ] |
|
2.54 ms (14.88%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.sortorder AS sortorder_3, t0.version AS version_4, t0.content_id AS content_id_5, t7.id AS id_6, t7.content_type AS content_type_8, t7.status AS status_9, t7.created_at AS created_at_10, t7.modified_at AS modified_at_11, t7.published_at AS published_at_12, t7.depublished_at AS depublished_at_13, t7.title AS title_14, t7.list_format AS list_format_15, t7.author_id AS author_id_16, t0.parent_id AS parent_id_17, t0.type FROM bolt_field t0 INNER JOIN bolt_content t7 ON t0.content_id = t7.id WHERE t0.content_id = ? AND t0.type IN ('generic', 'select', 'imagelist', 'text', 'markdown', 'html', 'hidden', 'templateselect', 'image', 'email', 'block', 'data', 'set', 'textarea', 'embed', 'number', 'checkbox', 'slug', 'collection', 'file', 'date', 'filelist', 'article', 'redactor') ORDER BY t0.sortorder ASC
Parameters:
[
276
]
|
|
1.40 ms (8.17%) |
1 |
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', 'imagelist', 'text', 'markdown', 'html', 'hidden', 'templateselect', 'image', 'email', 'block', 'data', 'set', 'textarea', 'embed', 'number', 'checkbox', 'slug', 'collection', 'file', 'date', 'filelist', '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 CAST(JSON_UNQUOTE(JSON_EXTRACT(b3_.value, '$[0]')) AS CHAR) = ? LIMIT 1
Parameters:
[
"dermafresh-odor-control-96h"
]
|
|
1.02 ms (5.98%) |
1 |
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, b1_.id AS id_9, b1_.display_name AS display_name_10, b1_.username AS username_11, b1_.email AS email_12, b1_.password AS password_13, b1_.roles AS roles_14, b1_.lastseen_at AS lastseen_at_15, b1_.last_ip AS last_ip_16, b1_.locale AS locale_17, b1_.backend_theme AS backend_theme_18, b1_.status AS status_19, b1_.avatar AS avatar_20, b1_.about AS about_21, b0_.author_id AS author_id_22 FROM bolt_content b0_ INNER JOIN bolt_user b1_ ON b0_.author_id = b1_.id WHERE b0_.id < ? AND b0_.status = ? AND b0_.content_type = ? ORDER BY b0_.id DESC LIMIT 1
Parameters:
[ 276 "published" "products" ] |
|
0.87 ms (5.11%) |
1 |
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, b1_.id AS id_9, b1_.display_name AS display_name_10, b1_.username AS username_11, b1_.email AS email_12, b1_.password AS password_13, b1_.roles AS roles_14, b1_.lastseen_at AS lastseen_at_15, b1_.last_ip AS last_ip_16, b1_.locale AS locale_17, b1_.backend_theme AS backend_theme_18, b1_.status AS status_19, b1_.avatar AS avatar_20, b1_.about AS about_21, b0_.author_id AS author_id_22 FROM bolt_content b0_ INNER JOIN bolt_user b1_ ON b0_.author_id = b1_.id WHERE b0_.id > ? AND b0_.status = ? AND b0_.content_type = ? ORDER BY b0_.id ASC LIMIT 1
Parameters:
[ 276 "published" "products" ] |
|
0.59 ms (3.45%) |
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.slug AS slug_3, t0.name AS name_4, t0.sortorder AS sortorder_5 FROM bolt_taxonomy t0 INNER JOIN bolt_taxonomy_content ON t0.id = bolt_taxonomy_content.taxonomy_id WHERE bolt_taxonomy_content.content_id = ?
Parameters:
[
276
]
|
|
0.49 ms (2.84%) |
1 |
SELECT t0.id AS id_1, t0.useragent AS useragent_2, t0.validity AS validity_3, t0.user_id AS user_id_4 FROM bolt_user_auth_token t0 WHERE t0.user_id = ?
Parameters:
[
13
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Bolt\Entity\Field | 30 |
| Bolt\Entity\FieldTranslation | 12 |
| Bolt\Entity\Content | 3 |
| Bolt\Entity\UserAuthToken | 3 |
| Bolt\Entity\Taxonomy | 1 |
| Bolt\Entity\User | 1 |