GET https://grandalsmyra.com/

Query Metrics

98 Database Queries
6 Different statements
23.36 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.93 ms
(46.79%)
24
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"
]
4.61 ms
(19.74%)
21
UPDATE elprice SET time_start = ?, time_end = ? WHERE id = ?
Parameters:
[
  "2025-08-21 00:00:00"
  "2025-08-21 01:00:00"
  937
]
2.80 ms
(12.01%)
24
"COMMIT"
Parameters:
[]
2.69 ms
(11.54%)
24
"START TRANSACTION"
Parameters:
[]
1.70 ms
(7.29%)
2
select count(*) as numrows from elprice where date(time_start) = :dato
Parameters:
[
  "dato" => "2025/08-21"
]
0.62 ms
(2.64%)
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.