http://preprod.abkingdom.com/page/guide

Query Metrics

4 Database Queries
3 Different statements
3.22 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.field_type AS field_type_4, t0.field_params AS field_params_5, t0.value AS value_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM parameters t0
Parameters:
[]
2 1.18 ms
SELECT u0_.id AS id_0, u0_.domain AS domain_1, u0_.ip AS ip_2, u0_.iprange AS iprange_3, u0_.comment AS comment_4, u0_.dateadded AS dateadded_5, u0_.hitsblocked AS hitsblocked_6 FROM users_ipbanned u0_ WHERE u0_.iprange IS NOT NULL AND u0_.iprange = LEFT(?, LENGTH(u0_.iprange)) OR u0_.ip = ?
Parameters:
[
  "172.18.0.42"
  "172.18.0.42"
]
3 0.78 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.code AS code_3, p0_.content AS content_4, p0_.comment AS comment_5, p0_.status AS status_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.image_filename AS image_filename_9, p0_.picid AS picid_10, p0_.created_by AS created_by_11, p0_.updated_by AS updated_by_12 FROM pages p0_ WHERE (p0_.slug = ? OR p0_.code = ?) AND p0_.status = 1
Parameters:
[
  "guide"
  "guide"
]
4 0.73 ms
SELECT u0_.id AS id_0, u0_.domain AS domain_1, u0_.ip AS ip_2, u0_.iprange AS iprange_3, u0_.comment AS comment_4, u0_.dateadded AS dateadded_5, u0_.hitsblocked AS hitsblocked_6 FROM users_ipbanned u0_ WHERE u0_.iprange IS NOT NULL AND u0_.iprange = LEFT(?, LENGTH(u0_.iprange)) OR u0_.ip = ?
Parameters:
[
  "172.18.0.42"
  "172.18.0.42"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Entities Mapping

Class Mapping errors
App\Entity\Parameter No errors.
App\Entity\UserIpBanned No errors.
App\Entity\Page No errors.