GET http://185.101.35.107/

Query Metrics

194 Database Queries
6 Different statements
62.31 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
31.32 ms
(50.26%)
48
SELECT t0.id AS id_1, t0.time_start AS time_start_2, t0.time_end AS time_end_3, t0.price AS price_4 FROM elprice t0 WHERE t0.time_start = ?
Parameters:
[
  "2025-08-21 00:00:00"
]
14.55 ms
(23.35%)
45
UPDATE elprice SET time_start = ?, time_end = ? WHERE id = ?
Parameters:
[
  "2025-08-21 00:00:00"
  "2025-08-21 01:00:00"
  937
]
7.09 ms
(11.38%)
48
"COMMIT"
Parameters:
[]
6.97 ms
(11.18%)
48
"START TRANSACTION"
Parameters:
[]
1.65 ms
(2.64%)
2
select count(*) as numrows from elprice where date(time_start) = :dato
Parameters:
[
  "dato" => "2025/08-21"
]
0.74 ms
(1.19%)
3
UPDATE elprice SET time_start = ?, time_end = ?, price = ? WHERE id = ?
Parameters:
[
  "2025-08-21 01:00:00"
  "2025-08-21 02:00:00"
  "1.0734"
  938
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Elprice No errors.