GET https://test.graystorm.xyz/

Query Metrics

3 Database Queries
2 Different statements
3.42 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.38 ms
SELECT t0.id AS id_1, t0.key_name AS key_name_2, t0.value AS value_3, t0.locked AS locked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM config t0 WHERE t0.key_name = ? LIMIT 1
Parameters:
[
  "cache.pages"
]
2 1.41 ms
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.title AS title_3, t0.content AS content_4, t0.status AS status_5, t0.template AS template_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.meta_image AS meta_image_9, t0.featured_image AS featured_image_10, t0.featured AS featured_11, t0.sort AS sort_12, t0.options AS options_13, t0.published_at AS published_at_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.deleted_at AS deleted_at_19, t0.parent_id AS parent_id_20 FROM cms_page t0 WHERE t0.uri = ? LIMIT 1
Parameters:
[
  "home"
]
3 0.63 ms
SELECT t0.id AS id_1, t0.key_name AS key_name_2, t0.value AS value_3, t0.locked AS locked_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM config t0 WHERE t0.key_name = ? LIMIT 1
Parameters:
[
  "theme"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Config No errors.
App\Bundle\BoltCms\Entity\Page No errors.