HEAD https://preprod.pomidor.io/

Query Metrics

12 Database Queries
9 Different statements
235.83 ms Query time
0 Invalid entities
41 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 15.64 ms
SELECT COUNT(*) FROM status WHERE (status = 0) AND (updated_at >= ?) AND (updated_at <= ?)
Parameters:
[
  "2026-07-09 00:00:00"
  "2026-07-09 21:07:12"
]
2 19.11 ms
SELECT COUNT(*) FROM status WHERE (status = 0) AND (updated_at >= ?) AND (updated_at <= ?)
Parameters:
[
  "2026-07-02 00:00:00"
  "2026-07-02 21:07:12"
]
3 2.35 ms
SELECT COUNT(*) FROM status WHERE (status = 0) AND (updated_at >= ?) AND (updated_at <= ?)
Parameters:
[
  "2026-07-09 20:07:12"
  "2026-07-09 21:07:12"
]
4 3.18 ms
SELECT COUNT(*) FROM status WHERE (status = 0) AND (updated_at >= ?) AND (updated_at <= ?)
Parameters:
[
  "2026-07-09 19:07:12"
  "2026-07-09 20:07:12"
]
5 68.38 ms
SELECT o.id id, o.short_name short_name, o.name name, count(`p`.`id`) pool_cnt, logo FROM operator o INNER JOIN pool p ON o.id = p.operator_id AND p.is_deleted IS NULL WHERE o.is_deleted IS NULL GROUP BY o.id, o.name HAVING pool_cnt > 0 ORDER BY pool_cnt DESC, o.name ASC
Parameters:
[]
6 1.33 ms
SELECT month, new_points_any_status, new_points_status_0
             FROM stats_global_new_points
             ORDER BY month ASC
Parameters:
[]
7 16.80 ms
SELECT o.short_name AS name, COUNT(p.id) AS cnt FROM operator o INNER JOIN pool p ON o.id = p.operator_id AND p.is_deleted IS NULL WHERE o.is_deleted IS NULL GROUP BY o.id ORDER BY cnt DESC LIMIT 5
Parameters:
[]
8 71.48 ms
SELECT o.short_name AS name, COUNT(pt.id) AS cnt FROM operator o INNER JOIN pool p ON o.id = p.operator_id INNER JOIN station st ON p.id = st.pool_id INNER JOIN point pt ON st.id = pt.station_id AND pt.is_deleted IS NULL WHERE o.is_deleted IS NULL GROUP BY o.id ORDER BY cnt DESC LIMIT 5
Parameters:
[]
9 1.36 ms
SELECT t0.month AS month_1, t0.ccs AS ccs_2, t0.chademo AS chademo_3, t0.type2_cable AS type2_cable_4, t0.type2_socket AS type2_socket_5, t0.other AS other_6, t0.dc_charging AS dc_charging_7, t0.ac_charging AS ac_charging_8 FROM stats_global_connectors t0 WHERE t0.month = ?
Parameters:
[
  202607
]
10 4.79 ms
SELECT (date DIV 100) AS month, ROUND(SUM(value) / COUNT(*), 1) AS avg_daily FROM stats_global_charging_sessions WHERE (date >= ?) AND (date <= ?) AND (type = ?) GROUP BY month ORDER BY month ASC
Parameters:
[
  20241201
  20260731
  "day"
]
11 1.61 ms
SELECT available, busy, unavailable, unknown, busy_ac, busy_dc FROM stats_global_status ORDER BY updated_at DESC LIMIT 1
Parameters:
[]
12 29.81 ms
SELECT c0_.id AS id_0, c0_.date AS date_1, c0_.pool_id AS pool_id_2, c0_.txt AS txt_3 FROM change_log c0_ ORDER BY c0_.date DESC, c0_.id DESC LIMIT 40
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
import doctrine.dbal.import_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
App\Entity\ChangeLog 40
App\Entity\StatsGlobalConnectors 1

Entities Mapping