Query Metrics

11 Database Queries
8 Different statements
55.33 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.79 ms
SELECT t0.company_id AS company_id_1, t0.code AS code_2, t0.name AS name_3, t0.country AS country_4, t0.lat AS lat_5, t0.lon AS lon_6, t0.stop_id AS stop_id_7 FROM stop_ext t0 WHERE t0.stop_id = ? AND t0.code = ? AND t0.company_id = ? LIMIT 1
Parameters:
[
  10
  "10"
  26
]
2 0.30 ms
SELECT t0.company_id AS company_id_1, t0.code AS code_2, t0.name AS name_3, t0.country AS country_4, t0.lat AS lat_5, t0.lon AS lon_6, t0.stop_id AS stop_id_7 FROM stop_ext t0 WHERE t0.stop_id = ? AND t0.code = ? AND t0.company_id = ? LIMIT 1
Parameters:
[
  1
  "1"
  26
]
3 0.46 ms
SELECT t0.company_id AS company_id_1, t0.code AS code_2, t0.name AS name_3, t0.country AS country_4, t0.lat AS lat_5, t0.lon AS lon_6, t0.stop_id AS stop_id_7 FROM stop_ext t0 WHERE t0.code = ? AND t0.company_id = ? LIMIT 1
Parameters:
[
  "10"
  26
]
4 0.25 ms
SELECT t0.company_id AS company_id_1, t0.code AS code_2, t0.name AS name_3, t0.country AS country_4, t0.lat AS lat_5, t0.lon AS lon_6, t0.stop_id AS stop_id_7 FROM stop_ext t0 WHERE t0.code = ? AND t0.company_id = ? LIMIT 1
Parameters:
[
  "1"
  26
]
5 1.90 ms
select p.*
                from price p
                where p.company_id = :companyId
                and p.stop_id_dep = :depStopId
                and p.stop_id_arr= :arrStopId
                and p.stop_ext_dep = :depStopExt
                and p.stop_ext_arr= :arrStopExt
                and p.dep_datetime >= :d and p.dep_datetime < :d + INTERVAL 1 DAY
                and created_at > timestampadd(MINUTE , :minutes, now())
Parameters:
[
  "companyId" => 26
  "depStopId" => 10
  "arrStopId" => 1
  "depStopExt" => "10"
  "arrStopExt" => "1"
  "minutes" => -1440.0
  "d" => "2025-04-11"
]
6 1.05 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.country AS country_3, t0.lat AS lat_4, t0.lon AS lon_5, t0.geoname_id AS geoname_id_6, t0.population AS population_7, t8.id AS id_9, t8.population AS population_10, t8.stop_id AS stop_id_11 FROM stop t0 LEFT JOIN stop_info t8 ON t8.stop_id = t0.id WHERE t0.id = ?
Parameters:
[
  "10"
]
7 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.country AS country_3, t0.lat AS lat_4, t0.lon AS lon_5, t0.geoname_id AS geoname_id_6, t0.population AS population_7, t8.id AS id_9, t8.population AS population_10, t8.stop_id AS stop_id_11 FROM stop t0 LEFT JOIN stop_info t8 ON t8.stop_id = t0.id WHERE t0.id = ?
Parameters:
[
  "1"
]
8 4.86 ms
DELETE FROM price WHERE company_id = ? AND stop_ext_dep = ? AND stop_ext_arr = ? AND stop_id_dep = ? AND stop_id_arr = ? AND dep_datetime >= ? AND dep_datetime < DATE_ADD(?, INTERVAL 1 DAY)
Parameters:
[
  26
  "10"
  "1"
  10
  1
  "2025-04-11"
  "2025-04-11"
]
9 1.50 ms
"START TRANSACTION"
Parameters:
[]
10 21.94 ms
INSERT INTO price (created_at, company_id, stop_ext_dep, stop_ext_arr, cents, duration, dep_datetime, arr_datetime, currency, full, link, dep_stop_name, arr_stop_name, carrier_name, carrier_code, connection, type, stop_id_dep, stop_id_arr) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => "2025-04-08 02:35:09"
  2 => 26
  3 => "10"
  4 => "1"
  5 => null
  6 => null
  7 => "2025-04-11 00:00:00"
  8 => null
  9 => null
  10 => null
  11 => null
  12 => null
  13 => null
  14 => null
  15 => null
  16 => null
  17 => null
  18 => 10
  19 => 1
]
11 18.64 ms
"COMMIT"
Parameters:
[]

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\Price No errors.
App\Entity\StopExt No errors.
App\Entity\Stop No errors.
App\Entity\StopInfo No errors.
App\Entity\PictureStop No errors.
App\Entity\StopLang No errors.
App\Entity\StopAlias No errors.
App\Entity\Block No errors.