https://98.128.174.188/products?page=https%3A%2F%2Fexample.com

Query Metrics

4 Database Queries
2 Different statements
1.05 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.27 ms
update bolt_content SET status = 'published', published_at = :now  WHERE status = 'timed' AND published_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#1774
    __toString(): "2025-10-28 16:01:00"
  }
]
2 0.29 ms
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#1774
    __toString(): "2025-10-28 16:01:00"
  }
]
3 0.20 ms
update bolt_content SET status = 'published', published_at = :now  WHERE status = 'timed' AND published_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#2460
    __toString(): "2025-10-28 16:01:00"
  }
]
4 0.29 ms
update bolt_content SET status = 'held', depublished_at = :now WHERE status = 'published' AND depublished_at < :now
Parameters:
[
  ":now" => Carbon\Carbon {#2460
    __toString(): "2025-10-28 16:01:00"
  }
]

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.