http://test-www.comparabus.com/fr/bus-Paris-Guingamp-10-2665

Query Metrics

14 Database Queries
9 Different statements
21.71 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.08 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
]
2 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.lang AS lang_3, t0.stop_id AS stop_id_4 FROM stop_lang t0 WHERE t0.stop_id = ? AND t0.lang = ? LIMIT 1
Parameters:
[
  10
  "fr"
]
3 0.70 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:
[
  2665
]
4 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.lang AS lang_3, t0.stop_id AS stop_id_4 FROM stop_lang t0 WHERE t0.stop_id = ? AND t0.lang = ? LIMIT 1
Parameters:
[
  2665
  "fr"
]
5 1.27 ms
SELECT DISTINCT p0_.currency AS currency_0 FROM price p0_ WHERE p0_.stop_id_dep = ? AND p0_.stop_id_arr = ? AND p0_.type = ? AND p0_.created_at > ? AND p0_.currency IS NOT NULL AND p0_.currency <> '' AND p0_.cents > 0
Parameters:
[
  10
  2665
  0
  "2025-03-28 20:48:17"
]
6 0.66 ms
select
                  avg(duration) as avg_dur,
                  min(duration) as min_dur,
                  max(duration) as max_dur,
                  avg(cents) as avg_cents,
                  min(cents) as min_cents,
                  max(cents) as max_cents
                FROM (
                  select
                    duration,
                    (
                      CASE
                      
WHEN currency = 'EUR' THEN cents * :EUR
                      END
                    ) as cents
                  from price p
                  where stop_id_dep = :dep
                  and stop_id_arr = :arr
                  and duration is not null
                  and type = :type
                  and dep_datetime > NOW()
                  and created_at > NOW() - INTERVAL :daysold DAY
                  and currency is not null
                  and currency in (:currencies)
                  and cents > 0
                  
                ) t;
Parameters:
[
  "dep" => 10
  "arr" => 2665
  "type" => 0
  "daysold" => 7
  "currencies" => [
    "EUR"
  ]
  "EUR" => 1
]
7 0.45 ms
SELECT DISTINCT p0_.currency AS currency_0 FROM price p0_ WHERE p0_.stop_id_dep = ? AND p0_.stop_id_arr = ? AND p0_.type = ? AND p0_.created_at > ? AND p0_.currency IS NOT NULL AND p0_.currency <> '' AND p0_.cents > 0
Parameters:
[
  10
  2665
  0
  "2025-03-05 20:48:17"
]
8 0.48 ms
select
                  avg(duration) as avg_dur,
                  min(duration) as min_dur,
                  max(duration) as max_dur,
                  avg(cents) as avg_cents,
                  min(cents) as min_cents,
                  max(cents) as max_cents
                FROM (
                  select
                    duration,
                    (
                      CASE
                      
WHEN currency = 'EUR' THEN cents * :EUR
                      END
                    ) as cents
                  from price p
                  where stop_id_dep = :dep
                  and stop_id_arr = :arr
                  and duration is not null
                  and type = :type
                  and dep_datetime > NOW()
                  and created_at > NOW() - INTERVAL :daysold DAY
                  and currency is not null
                  and currency in (:currencies)
                  and cents > 0
                  
                ) t;
Parameters:
[
  "dep" => 10
  "arr" => 2665
  "type" => 0
  "daysold" => 30
  "currencies" => [
    "EUR"
  ]
  "EUR" => 1
]
9 0.48 ms
select p.*
                from price p
                where stop_id_dep = :dep
                and stop_id_arr = :arr
                and type = :type
                and cents > 0
                and currency is not null
                order by id desc
                limit 15
Parameters:
[
  "dep" => 10
  "arr" => 2665
  "type" => 0
]
10 0.35 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.content AS content_3, t0.meta AS meta_4 FROM block t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
  "/fr/bus-o-d-10-2665"
]
11 0.46 ms
SELECT p0_.carrier_name AS carrier_name_0, count(p0_.carrier_name) AS sclr_1 FROM price p0_ WHERE p0_.stop_id_dep = ? AND p0_.stop_id_arr = ? AND p0_.type = ? AND p0_.carrier_name IS NOT NULL GROUP BY p0_.carrier_name ORDER BY sclr_1 DESC LIMIT 10
Parameters:
[
  10
  2665
  0
]
12 13.97 ms
SELECT DISTINCT
              sA.name AS stop_name_dep,
              sA.id AS stop_id_dep,
              sB.name AS stop_name_arr,
              sB.id AS stop_id_arr
            FROM route r
              JOIN stop sA ON r.stop_id_dep = sA.id and sA.country = 'fr'
              JOIN stop sB ON r.stop_id_arr = sB.id and sB.country = 'fr'
            WHERE stop_id_dep = :depStopId AND company_id IN (:companies)
Parameters:
[
  "depStopId" => 10
  "companies" => [
    1
    2
    3
    6
    13
    14
    15
    18
    19
    21
    22
    23
    25
    28
    29
    31
    32
    33
    34
    35
    36
    38
    39
    40
    41
    42
    43
    44
    49
    51
    52
    53
    54
    56
    57
    59
    60
    61
    62
    63
    64
    66
    67
    70
    71
    72
    74
    75
    76
    77
    78
    79
    82
    86
    89
    91
    94
    95
    96
    98
    99
    100
    102
    103
    104
    105
    107
    109
    110
    111
    112
    113
    115
    117
    119
    121
    123
    124
    125
    126
    127
    128
    129
    130
    132
    133
    134
    135
    138
    139
    140
    141
    142
    143
    144
    145
    147
    148
    149
    150
    151
    152
    153
    155
    156
    157
    159
    160
    162
    163
    164
    165
    166
    169
    170
    171
    172
    173
    174
    176
    177
    178
    179
    180
    181
    182
    184
    185
    187
    192
    194
    195
    999
  ]
]
13 0.61 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.content AS content_3, t0.meta AS meta_4 FROM block t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
  "/fr/bus-o-d/destination/2665"
]
14 0.38 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.author AS author_3, t0.flickr_id AS flickr_id_4, t0.stop_id AS stop_id_5 FROM picture_stop t0 WHERE t0.stop_id = ?
Parameters:
[
  "2665"
]

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\Route 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\Price No errors.
App\Entity\model\StatPriceDuration No errors.
App\Entity\Block No errors.
App\Entity\model\RouteSeo No errors.