Query Metrics
827
Database Queries
55
Different statements
285.83 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
67.10 ms (23.47%) |
318 |
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:
[
43977
]
|
53.00 ms (18.54%) |
48 |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
47.91 ms (16.76%) |
161 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.sortorder AS sortorder_2, b0_.version AS version_3, b0_.type AS type_4, b0_.content_id AS content_id_5, b0_.parent_id AS parent_id_6 FROM bolt_field b0_ WHERE (b0_.parent_id = ?) AND b0_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') ORDER BY b0_.sortorder ASC
Parameters:
[
284397
]
|
37.29 ms (13.05%) |
138 |
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.author_id AS author_id_14, t0.parent_id AS parent_id_15, t0.type FROM bolt_field t0 INNER JOIN bolt_content t7 ON t0.content_id = t7.id WHERE t0.id = ? AND t0.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor')
Parameters:
[
284405
]
|
29.61 ms (10.36%) |
72 |
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.author_id AS author_id_14, t0.parent_id AS parent_id_15, 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', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') ORDER BY t0.sortorder ASC
Parameters:
[
2
]
|
9.62 ms (3.36%) |
12 |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) = ? AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC LIMIT 1
Parameters:
[ "settings" "search:phrases_popular" "key_name" "published" ] |
2.66 ms (0.93%) |
2 |
UPDATE bolt_content SET STATUS = 'held', depublished_at = :now WHERE STATUS = 'published' AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#4039 : "2025-09-01 21:36:33" } ] |
1.89 ms (0.66%) |
3 |
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:
[
1
]
|
1.70 ms (0.59%) |
7 |
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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND (b0_.id = ? AND b0_.status = ?) ORDER BY b0_.published_at DESC LIMIT 1
Parameters:
[ "pages" "61" "published" ] |
1.63 ms (0.57%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id LEFT JOIN bolt_field b3_ ON b0_.id = b3_.content_id AND b3_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b3_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b3_.name = ? AND b0_.id IN (?) ORDER BY CAST(SUBSTRING(b2_.value FROM 3 FOR LENGTH(b2_.value) - 4) AS decimal) ASC, LOWER(b4_.value) ASC
Parameters:
[ "boxes" "3" "5" "391" "published" "sortorder" "title" [ 391 3 5 ] ] |
1.56 ms (0.55%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id LEFT JOIN bolt_field b3_ ON b0_.id = b3_.content_id AND b3_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b3_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b3_.name = ? AND b0_.id IN (?) ORDER BY CAST(SUBSTRING(b2_.value FROM 3 FOR LENGTH(b2_.value) - 4) AS decimal) ASC, LOWER(b4_.value) ASC
Parameters:
[ "boxes" "8" "7" "9" "10" "published" "sortorder" "title" [ 10 9 8 7 ] ] |
1.53 ms (0.53%) |
4 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND b0_.status = ? ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "productcategories" "published" ] |
1.39 ms (0.49%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id LEFT JOIN bolt_field b3_ ON b0_.id = b3_.content_id AND b3_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b3_.id = b4_.translatable_id WHERE (b0_.content_type = ? OR b0_.content_type = ?) AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) = ? AND b1_.parent_id IS NULL AND b1_.name = ?) AND (b0_.id <> ? AND b0_.id <> ? AND b0_.id <> ?) AND b0_.status = ?) AND b3_.name = ? ORDER BY LOWER(b4_.value) DESC) dctrn_result) dctrn_table
Parameters:
[ "news" "educations" "" "newscategory" "327" "132" "886" "published" "date" ] |
1.38 ms (0.48%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ?) AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "settings" "header%" "cookiebar%" "ga%" "key_name" "published" ] |
1.36 ms (0.48%) |
4 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND b0_.status = ?) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 20
Parameters:
[ "productcategories" "published" ] |
1.32 ms (0.46%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ?) AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "settings" "header%" "cookiebar%" "ga%" "key_name" "published" [ 1115 1114 605 523 521 522 506 504 503 505 267 266 264 265 254 217 216 215 220 214 97 95 ] ] |
1.24 ms (0.43%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, CAST(SUBSTRING(value_16 FROM 3 FOR LENGTH(value_16) - 4) AS decimal), LOWER(value_19) FROM (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, b1_.id AS id_7, b1_.name AS name_8, b1_.sortorder AS sortorder_9, b1_.version AS version_10, b2_.id AS id_11, b2_.name AS name_12, b2_.sortorder AS sortorder_13, b2_.version AS version_14, b3_.id AS id_15, b3_.value AS value_16, b3_.locale AS locale_17, b4_.id AS id_18, b4_.value AS value_19, b4_.locale AS locale_20, b1_.type AS type_21, b2_.type AS type_22 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b3_ ON b1_.id = b3_.translatable_id LEFT JOIN bolt_field b2_ ON b0_.id = b2_.content_id AND b2_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b2_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b2_.name = ? ORDER BY b1_.sortorder ASC, b2_.sortorder ASC) dctrn_result_inner ORDER BY CAST(SUBSTRING(value_16 FROM 3 FOR LENGTH(value_16) - 4) AS decimal) ASC, LOWER(value_19) ASC) dctrn_result LIMIT 20
Parameters:
[ "boxes" "8" "7" "9" "10" "published" "sortorder" "title" ] |
1.12 ms (0.39%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id LEFT JOIN bolt_field b3_ ON b0_.id = b3_.content_id AND b3_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b3_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b3_.name = ? ORDER BY CAST(SUBSTRING(b2_.value FROM 3 FOR LENGTH(b2_.value) - 4) AS decimal) ASC, LOWER(b4_.value) ASC) dctrn_result) dctrn_table
Parameters:
[ "boxes" "8" "7" "9" "10" "published" "sortorder" "title" ] |
1.08 ms (0.38%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND b0_.status = ? AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "productcategories" "published" [ 224 231 60 59 58 56 57 12 ] ] |
1.07 ms (0.38%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ?) AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "settings" "footer%" "seo%" "key_name" "published" ] |
1.05 ms (0.37%) |
4 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND (b0_.id = ? AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "specialoffers" "508" "published" ] |
1.02 ms (0.36%) |
4 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND (b0_.id = ? AND b0_.status = ?)) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 20
Parameters:
[ "specialoffers" "508" "published" ] |
1.01 ms (0.35%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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, b1_.id AS id_7, b1_.value AS value_8, b1_.locale AS locale_9, b2_.id AS id_10, b2_.name AS name_11, b2_.sortorder AS sortorder_12, b2_.version AS version_13, b2_.type AS type_14 FROM bolt_content b0_ LEFT JOIN bolt_field b2_ ON b0_.id = b2_.content_id AND b2_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b1_ ON b2_.id = b1_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ?) AND b2_.parent_id IS NULL AND b2_.name = ?) AND b0_.status = ?) ORDER BY b2_.sortorder ASC) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 1000
Parameters:
[ "settings" "header%" "cookiebar%" "ga%" "key_name" "published" ] |
0.98 ms (0.34%) |
4 |
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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND (b0_.id = ? AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "specialoffers" "508" "published" [ 508 ] ] |
0.95 ms (0.33%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id LEFT JOIN bolt_field b3_ ON b0_.id = b3_.content_id AND b3_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b3_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b3_.name = ? ORDER BY CAST(SUBSTRING(b2_.value FROM 3 FOR LENGTH(b2_.value) - 4) AS decimal) ASC, LOWER(b4_.value) ASC) dctrn_result) dctrn_table
Parameters:
[ "boxes" "3" "5" "391" "published" "sortorder" "title" ] |
0.86 ms (0.30%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ?) AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "settings" "footer%" "seo%" "key_name" "published" [ 138 137 136 111 103 112 63 ] ] |
0.85 ms (0.30%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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, b1_.id AS id_7, b1_.value AS value_8, b1_.locale AS locale_9, b2_.id AS id_10, b2_.name AS name_11, b2_.sortorder AS sortorder_12, b2_.version AS version_13, b2_.type AS type_14 FROM bolt_content b0_ LEFT JOIN bolt_field b2_ ON b0_.id = b2_.content_id AND b2_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b1_ ON b2_.id = b1_.translatable_id WHERE b0_.content_type = ? AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ? AND b2_.parent_id IS NULL AND b2_.name = ?) AND b0_.status = ?) ORDER BY b2_.sortorder ASC) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 20
Parameters:
[ "settings" "chat%" "key_name" "published" ] |
0.85 ms (0.30%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC LIMIT 1
Parameters:
[ "settings" "floatingicons%" "key_name" "published" ] |
0.83 ms (0.29%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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, b1_.id AS id_7, b1_.value AS value_8, b1_.locale AS locale_9, b2_.id AS id_10, b2_.name AS name_11, b2_.sortorder AS sortorder_12, b2_.version AS version_13, b2_.type AS type_14 FROM bolt_content b0_ LEFT JOIN bolt_field b2_ ON b0_.id = b2_.content_id AND b2_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b1_ ON b2_.id = b1_.translatable_id WHERE b0_.content_type = ? AND (((CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ? OR CAST(JSON_UNQUOTE(JSON_EXTRACT(b1_.value, '$[0]')) AS CHAR) LIKE ?) AND b2_.parent_id IS NULL AND b2_.name = ?) AND b0_.status = ?) ORDER BY b2_.sortorder ASC) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 1000
Parameters:
[ "settings" "footer%" "seo%" "key_name" "published" ] |
0.80 ms (0.28%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, CAST(SUBSTRING(value_16 FROM 3 FOR LENGTH(value_16) - 4) AS decimal), LOWER(value_19) FROM (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, b1_.id AS id_7, b1_.name AS name_8, b1_.sortorder AS sortorder_9, b1_.version AS version_10, b2_.id AS id_11, b2_.name AS name_12, b2_.sortorder AS sortorder_13, b2_.version AS version_14, b3_.id AS id_15, b3_.value AS value_16, b3_.locale AS locale_17, b4_.id AS id_18, b4_.value AS value_19, b4_.locale AS locale_20, b1_.type AS type_21, b2_.type AS type_22 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b3_ ON b1_.id = b3_.translatable_id LEFT JOIN bolt_field b2_ ON b0_.id = b2_.content_id AND b2_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b4_ ON b2_.id = b4_.translatable_id WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b2_.name = ? ORDER BY b1_.sortorder ASC, b2_.sortorder ASC) dctrn_result_inner ORDER BY CAST(SUBSTRING(value_16 FROM 3 FOR LENGTH(value_16) - 4) AS decimal) ASC, LOWER(value_19) ASC) dctrn_result LIMIT 20
Parameters:
[ "boxes" "3" "5" "391" "published" "sortorder" "title" ] |
0.77 ms (0.27%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ INNER JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') INNER JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) = ? AND b1_.name = ? AND b0_.content_type = ? LIMIT 1
Parameters:
[ "csp::text" "key_name" "settings" ] |
0.75 ms (0.26%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "settings" "chat%" "key_name" "published" ] |
0.74 ms (0.26%) |
2 |
UPDATE bolt_content SET STATUS = 'published', published_at = :now WHERE STATUS = 'timed' AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#4039 : "2025-09-01 21:36:33" } ] |
0.69 ms (0.24%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE (b0_.content_type = ? OR b0_.content_type = ?) AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? AND b0_.id IN (?) ORDER BY LOWER(b2_.value) DESC
Parameters:
[ "news" "educations" "327" "132" "886" "published" "date" [ 132 327 886 ] ] |
0.66 ms (0.23%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE b0_.content_type = ? AND ((CAST(JSON_UNQUOTE(JSON_EXTRACT(b2_.value, '$[0]')) AS CHAR) LIKE ? AND b1_.parent_id IS NULL AND b1_.name = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "settings" "chat%" "key_name" "published" [ 135 134 ] ] |
0.58 ms (0.20%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, LOWER(value_12) FROM (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, b1_.id AS id_7, b1_.name AS name_8, b1_.sortorder AS sortorder_9, b1_.version AS version_10, b2_.id AS id_11, b2_.value AS value_12, b2_.locale AS locale_13, b1_.type AS type_14 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE (b0_.content_type = ? OR b0_.content_type = ?) AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? ORDER BY b1_.sortorder ASC) dctrn_result_inner ORDER BY LOWER(value_12) DESC) dctrn_result LIMIT 20
Parameters:
[ "news" "educations" "327" "132" "886" "published" "date" ] |
0.52 ms (0.18%) |
2 |
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, t0.psn AS psn_13, t0.itsm AS itsm_14, t0.description AS description_15 FROM bolt_user t0 WHERE t0.id IN (?)
Parameters:
[
[
4
]
]
|
0.50 ms (0.18%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) ORDER BY b0_.id ASC) dctrn_result) dctrn_table
Parameters:
[ "products" "14" "64" "65" "66" "73" "174" "published" ] |
0.50 ms (0.17%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.parent AS parent_2, b0_.url_slug AS url_slug_3, b0_.sortorder AS sortorder_4 FROM bolt_footer_menu b0_ ORDER BY b0_.parent ASC, b0_.sortorder ASC
Parameters:
[] |
0.48 ms (0.17%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ LEFT JOIN bolt_field b1_ ON b0_.id = b1_.content_id AND b1_.type IN ('generic', 'select', 'block', 'checkbox', 'collection', 'data', 'date', 'email', 'embed', 'file', 'filelist', 'hidden', 'html', 'image', 'imagelist', 'markdown', 'number', 'set', 'slug', 'templateselect', 'text', 'textarea', 'article', 'redactor') LEFT JOIN bolt_field_translation b2_ ON b1_.id = b2_.translatable_id WHERE (b0_.content_type = ? OR b0_.content_type = ?) AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b1_.name = ? ORDER BY LOWER(b2_.value) DESC) dctrn_result) dctrn_table
Parameters:
[ "news" "educations" "327" "132" "886" "published" "date" ] |
0.46 ms (0.16%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?)) dctrn_result_inner ORDER BY id_0 ASC) dctrn_result LIMIT 20
Parameters:
[ "products" "14" "64" "65" "66" "73" "174" "published" ] |
0.43 ms (0.15%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.parent AS parent_2, b0_.url_slug AS url_slug_3, b0_.sortorder AS sortorder_4, b0_.more_links AS more_links_5, b0_.only_mobile AS only_mobile_6 FROM bolt_main_menu b0_ ORDER BY b0_.parent ASC, b0_.more_links ASC, b0_.sortorder ASC
Parameters:
[] |
0.43 ms (0.15%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.id ASC
Parameters:
[ "products" "14" "64" "65" "66" "73" "174" "published" [ 14 64 65 66 73 174 ] ] |
0.35 ms (0.12%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?)) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 20
Parameters:
[ "specialoffers" "390" "508" "812" "published" ] |
0.34 ms (0.12%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "specialoffers" "390" "508" "812" "published" ] |
0.34 ms (0.12%) |
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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "specialoffers" "390" "508" "812" "published" [ 812 508 390 ] ] |
0.34 ms (0.12%) |
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.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, t9.psn AS psn_22, t9.itsm AS itsm_23, t9.description AS description_24 FROM bolt_content t0 LEFT JOIN bolt_user t9 ON t0.author_id = t9.id WHERE t0.content_type = ? AND t0.id = ? LIMIT 1
Parameters:
[ "homepage" 1 ] |
0.31 ms (0.11%) |
1 |
SELECT * FROM bolt_microservice WHERE active=1
Parameters:
[] |
0.30 ms (0.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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND b0_.status = ? ORDER BY b0_.published_at DESC LIMIT 1
Parameters:
[ "floatingicons" "published" ] |
0.30 ms (0.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_.author_id AS author_id_7 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) AND b0_.id IN (?) ORDER BY b0_.published_at DESC
Parameters:
[ "specialoffers" "186" "508" "published" [ 508 186 ] ] |
0.30 ms (0.10%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_at_5 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ?) AND b0_.status = ?)) dctrn_result_inner ORDER BY published_at_5 DESC) dctrn_result LIMIT 20
Parameters:
[ "specialoffers" "186" "508" "published" ] |
0.30 ms (0.10%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM bolt_content b0_ WHERE b0_.content_type = ? AND ((b0_.id = ? OR b0_.id = ?) AND b0_.status = ?) ORDER BY b0_.published_at DESC) dctrn_result) dctrn_table
Parameters:
[ "specialoffers" "186" "508" "published" ] |
0.29 ms (0.10%) |
2 |
SELECT CAST(1.1 AS DECIMAL)
Parameters:
[] |
0.27 ms (0.10%) |
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.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, t9.psn AS psn_22, t9.itsm AS itsm_23, t9.description AS description_24 FROM bolt_content t0 LEFT JOIN bolt_user t9 ON t0.author_id = t9.id WHERE t0.content_type = ? LIMIT 1
Parameters:
[
"homepage"
]
|
0.21 ms (0.07%) |
1 |
SELECT b0_.prefix AS prefix_0 FROM bolt_microservice b0_ WHERE b0_.domain = ? AND b0_.active = ?
Parameters:
[ "stage.santander.testuj.org.pl" 1 ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
eraty_manager | doctrine.orm.eraty_manager_entity_manager |
kariera_manager | doctrine.orm.kariera_manager_entity_manager |
formularze_manager | doctrine.orm.formularze_manager_entity_manager |
blog_manager | doctrine.orm.blog_manager_entity_manager |
formularze-in_manager | doctrine.orm.formularze-in_manager_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
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\SelectField | 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\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\Article\Entity\ArticleField | No errors. |
Bolt\Redactor\Entity\RedactorField | No errors. |
Bolt\Entity\FieldTranslation | No errors. |
Bolt\Entity\UserAuthToken | No errors. |
App\Entity\Branch | No errors. |
App\Entity\FooterMenu | No errors. |
App\Entity\Lead | No errors. |
App\Entity\LeadReport | No errors. |
App\Entity\MainMenu | No errors. |
App\Entity\Microservice | No errors. |
App\Entity\Opinion | No errors. |
App\Entity\QuizGroup | No errors. |
App\Entity\QuizQuestion | No errors. |
App\Entity\Redirection | No errors. |
Bolt\Entity\Log | No errors. |
Bolt\Entity\ResetPasswordRequest | No errors. |
eraty_manager entity manager
Class | Mapping errors |
---|---|
Bolt\Entity\Field | No errors. |
kariera_manager entity manager
Class | Mapping errors |
---|---|
Bolt\Entity\Field | No errors. |
formularze_manager entity manager
Class | Mapping errors |
---|---|
Bolt\Entity\Field | No errors. |
blog_manager entity manager
Class | Mapping errors |
---|---|
Bolt\Entity\Field | No errors. |
formularze-in_manager entity manager
Class | Mapping errors |
---|---|
Bolt\Entity\Field | No errors. |