GET https://preprod.pomidor.io/

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
215.60 ms
(55.42%)
1
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:
[]
88.51 ms
(22.75%)
1
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:
[]
42.93 ms
(11.03%)
4
SELECT COUNT(*) FROM status WHERE (status = 0) AND (updated_at >= ?) AND (updated_at <= ?)
Parameters:
[
  "2026-07-09 00:00:00"
  "2026-07-09 16:49:34"
]
20.25 ms
(5.21%)
1
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:
[]
14.43 ms
(3.71%)
1
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:
[]
3.92 ms
(1.01%)
1
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"
]
1.49 ms
(0.38%)
1
SELECT available, busy, unavailable, unknown, busy_ac, busy_dc FROM stats_global_status ORDER BY updated_at DESC LIMIT 1
Parameters:
[]
1.05 ms
(0.27%)
1
SELECT month, new_points_any_status, new_points_status_0
             FROM stats_global_new_points
             ORDER BY month ASC
Parameters:
[]
0.87 ms
(0.22%)
1
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
]

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