http://ppid.rspadgs.net/pages?order=-1%20OR%205%2A5%3D25&page=42&status=published

Query Metrics

5 Database Queries
3 Different statements
5.80 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.56 ms
update bolt_content SET status = 'published', published_at = :now  WHERE status = 'timed' AND published_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#1852
    __toString(): "2026-07-12 16:02:17"
  }
]
2 1.29 ms
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#1852
    __toString(): "2026-07-12 16:02:17"
  }
]
3 2.20 ms
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 = ?) dctrn_result) dctrn_table
Parameters:
[
  "pages"
  "published"
]
4 0.47 ms
update bolt_content SET status = 'published', published_at = :now  WHERE status = 'timed' AND published_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#4889
    __toString(): "2026-07-12 16:02:17"
  }
]
5 1.29 ms
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#4889
    __toString(): "2026-07-12 16:02:17"
  }
]

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.