Query Metrics
1582
Database Queries
12
Different statements
363.29 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
207.31 ms (57.06%) |
1127 |
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:
[
9
]
|
122.46 ms (33.71%) |
396 |
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', 'date', 'number', 'html', 'image', 'set', 'file', 'hidden', 'collection', 'checkbox', 'markdown', 'embed', 'data', 'filelist', 'textarea', 'templateselect', 'text', 'block', 'slug', 'imagelist', 'email', 'article', 'redactor') ORDER BY t0.sortorder ASC
Parameters:
[
1
]
|
14.75 ms (4.06%) |
4 |
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 IN (?) AND t0.type IN ('generic', 'select', 'date', 'number', 'html', 'image', 'set', 'file', 'hidden', 'collection', 'checkbox', 'markdown', 'embed', 'data', 'filelist', 'textarea', 'templateselect', 'text', 'block', 'slug', 'imagelist', 'email', 'article', 'redactor')
Parameters:
[ [ 1 2 3 4 5 6 7 8 9 10 11 12 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 ] ] |
6.05 ms (1.66%) |
25 |
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', 'date', 'number', 'html', 'image', 'set', 'file', 'hidden', 'collection', 'checkbox', 'markdown', 'embed', 'data', 'filelist', 'textarea', 'templateselect', 'text', 'block', 'slug', 'imagelist', 'email', 'article', 'redactor') ORDER BY b0_.sortorder ASC
Parameters:
[
5934
]
|
5.21 ms (1.43%) |
23 |
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.id = ? AND t0.type IN ('generic', 'select', 'date', 'number', 'html', 'image', 'set', 'file', 'hidden', 'collection', 'checkbox', 'markdown', 'embed', 'data', 'filelist', 'textarea', 'templateselect', 'text', 'block', 'slug', 'imagelist', 'email', 'article', 'redactor')
Parameters:
[
3707
]
|
2.87 ms (0.79%) |
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_ WHERE (b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ?) AND b0_.status = ? AND b0_.id IN (?) ORDER BY b0_.id ASC
Parameters:
[ "pages" "news" "judicial" "experts" "archive" "published" [ 1 2 3 4 5 6 7 8 9 10 11 12 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 143 144 145 146 147 148 149 150 152 153 154 156 157 158 159 160 161 162 163 164 165 166 168 169 170 172 173 174 175 176 178 180 182 183 184 185 186 188 189 190 191 192 193 194 195 196 198 199 200 201 202 203 204 205 206 207 208 210 211 213 214 215 216 218 219 220 221 222 223 224 225 226 227 228 229 230 231 233 234 235 236 237 238 239 240 241 242 243 244 245 247 248 249 250 251 252 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 284 285 286 287 288 289 291 292 293 294 295 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 315 317 318 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 398 399 400 401 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 ] ] |
1.13 ms (0.31%) |
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, b0_.title AS title_7, b0_.list_format AS list_format_8 FROM bolt_content b0_ WHERE (b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ?) AND b0_.status = ? ORDER BY b0_.id ASC) dctrn_result) dctrn_table
Parameters:
[ "pages" "news" "judicial" "experts" "archive" "published" ] |
0.87 ms (0.24%) |
1 |
update bolt_content SET status = 'published', published_at = :now WHERE status = 'timed' AND published_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1717 : "2024-11-25 12:36:45" } ] |
0.87 ms (0.24%) |
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, b0_.title AS title_7, b0_.list_format AS list_format_8 FROM bolt_content b0_ WHERE (b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ? OR b0_.content_type = ?) AND b0_.status = ?) dctrn_result_inner ORDER BY id_0 ASC) dctrn_result LIMIT 10000
Parameters:
[ "pages" "news" "judicial" "experts" "archive" "published" ] |
0.69 ms (0.19%) |
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 IN (?)
Parameters:
[
[
1
]
]
|
0.61 ms (0.17%) |
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, t0.about AS about_13 FROM bolt_user t0 WHERE t0.id IN (?)
Parameters:
[
[
1
]
]
|
0.48 ms (0.13%) |
1 |
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[ ":now" => Carbon\Carbon {#1717 : "2024-11-25 12:36:45" } ] |
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\UserAuthToken | No errors. |
Bolt\Entity\Field\SelectField | No errors. |
Bolt\Entity\Field\DateField | No errors. |
Bolt\Entity\Field\NumberField | No errors. |
Bolt\Entity\Field\HtmlField | No errors. |
Bolt\Entity\Field\ImageField | No errors. |
Bolt\Entity\Field\SetField | No errors. |
Bolt\Entity\Field\FileField | No errors. |
Bolt\Entity\Field\HiddenField | No errors. |
Bolt\Entity\Field\CollectionField | No errors. |
Bolt\Entity\Field\CheckboxField | No errors. |
Bolt\Entity\Field\MarkdownField | No errors. |
Bolt\Entity\Field\EmbedField | No errors. |
Bolt\Entity\Field\DataField | No errors. |
Bolt\Entity\Field\FilelistField | No errors. |
Bolt\Entity\Field\TextareaField | No errors. |
Bolt\Entity\Field\TemplateselectField | No errors. |
Bolt\Entity\Field\TextField | No errors. |
Bolt\Entity\Field\BlockField | No errors. |
Bolt\Entity\Field\SlugField | No errors. |
Bolt\Entity\Field\ImagelistField | No errors. |
Bolt\Entity\Field\EmailField | No errors. |
Bolt\Article\Entity\ArticleField | No errors. |
Bolt\Redactor\Entity\RedactorField | No errors. |
Bolt\Entity\FieldTranslation | No errors. |