GET https://bladeerp.wedoit-group.com/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.39 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.is_global AS is_global_3, s0_.is_system AS is_system_4 FROM settings s0_ WHERE s0_.is_global = ? ORDER BY s0_.id DESC
Parameters:
[
  1
]
2 1.25 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.is_global AS is_global_3, s0_.is_system AS is_system_4 FROM settings s0_ WHERE s0_.is_global = ? ORDER BY s0_.id DESC
Parameters:
[
  1
]
3 0.91 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.is_global AS is_global_3, s0_.is_system AS is_system_4 FROM settings s0_ WHERE s0_.is_global = ? ORDER BY s0_.id DESC
Parameters:
[
  1
]
4 0.88 ms
SELECT t0.id AS id_1, t0.ip_address AS ip_address_2, t0.try_last_date AS try_last_date_3, t0.try_counter AS try_counter_4, t0.status AS status_5 FROM banned_ips t0
Parameters:
[]
5 0.80 ms
SELECT t0.id AS id_1, t0.ip_address AS ip_address_2, t0.try_last_date AS try_last_date_3, t0.try_counter AS try_counter_4, t0.status AS status_5 FROM banned_ips t0 WHERE t0.ip_address = ? LIMIT 1
Parameters:
[
  3628718332
]

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\Setting No errors.
App\Entity\BannedIp No errors.