GET https://grandalsmyra.com/fetchdata

Query Metrics

192 Database Queries
5 Different statements
38.52 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
29.26 ms
(75.96%)
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:
[
  "2026-01-15 00:00:00"
]
3.78 ms
(9.82%)
45
UPDATE elprice SET time_start = ?, time_end = ? WHERE id = ?
Parameters:
[
  "2026-01-15 00:00:00"
  "2026-01-15 01:00:00"
  4465
]
2.67 ms
(6.93%)
48
"START TRANSACTION"
Parameters:
[]
2.55 ms
(6.63%)
48
"COMMIT"
Parameters:
[]
0.26 ms
(0.66%)
3
UPDATE elprice SET time_start = ?, time_end = ?, price = ? WHERE id = ?
Parameters:
[
  "2026-01-15 04:00:00"
  "2026-01-15 05:00:00"
  "0.9473"
  4469
]

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.