https://313-f-29314-show-more-duplicate.review.mechanic.works/moscow/old/page2/

Query Metrics

266 Database Queries
16 Different statements
89.74 ms Query time
5 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

default connection

# Time Info
1 0.74 ms
SELECT p0_.id AS id_0, p0_.uri AS uri_1, p0_.top_html AS top_html_2, p0_.bottom_html AS bottom_html_3, p0_.meta_title AS meta_title_4, p0_.meta_description AS meta_description_5, p0_.meta_keywords AS meta_keywords_6, p0_.page_heading AS page_heading_7, p0_.city_id AS city_id_8 FROM page_seo_texts p0_ WHERE p0_.uri = ? LIMIT 1
Parameters:
[
  "/moscow/old/page2/"
]
2 0.42 ms
SELECT p0_.id AS id_0, p0_.uri AS uri_1, p0_.top_html AS top_html_2, p0_.bottom_html AS bottom_html_3, p0_.meta_title AS meta_title_4, p0_.meta_description AS meta_description_5, p0_.meta_keywords AS meta_keywords_6, p0_.page_heading AS page_heading_7, p0_.city_id AS city_id_8 FROM page_seo_texts p0_ WHERE p0_.uri = ? LIMIT 1
Parameters:
[
  "/moscow/old/"
]
3 0.70 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.uri_identity AS uri_identity_2, c0_.country_code AS country_code_3, c0_.city_group AS city_group_4, c0_.timezone AS timezone_5, c0_.map_latitude AS map_latitude_6, c0_.map_longitude AS map_longitude_7 FROM cities c0_ WHERE c0_.uri_identity = ? LIMIT 1
Parameters:
[
  "moscow"
]
4 0.85 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM profiles p0_ INNER JOIN profile_adboard_placements p1_ ON p0_.id = p1_.profile_id WHERE (p0_.moderation_status IN (?, ?, ?) AND p0_.person_gender IN (?) AND (p0_.city_id = ? AND p0_.person_age >= ?)) AND (p0_.deleted_at IS NULL)
Parameters:
[
  0
  2
  1
  1
  1
  30
]
5 0.83 ms
SELECT p0_.id AS id_0, p0_.is_approved AS is_approved_1, (CASE WHEN (p1_.position_group IS NOT NULL) THEN p1_.position_group ELSE 0 END) AS sclr_2, (CASE WHEN (p1_.position IS NOT NULL) THEN p1_.position ELSE 0 END) AS sclr_3, p0_.id AS id_4 FROM profiles p0_ INNER JOIN profile_adboard_placements p1_ ON p0_.id = p1_.profile_id WHERE (p0_.moderation_status IN (?, ?, ?) AND p0_.person_gender IN (?) AND (p0_.city_id = ? AND p0_.person_age >= ?)) AND (p0_.deleted_at IS NULL) ORDER BY sclr_2 DESC, is_approved_1 DESC, sclr_3 ASC LIMIT 10 OFFSET 10
Parameters:
[
  0
  2
  1
  1
  1
  30
]
6 2.28 ms
SELECT 
                p.*, JSON_UNQUOTE(JSON_EXTRACT(p.name, '$.ru')) 
                    AS `name`, 
                JSON_UNQUOTE(JSON_EXTRACT(p.description, '$.ru')) 
                    AS `description`,
                (SELECT path FROM profile_media_files pmf_avatar WHERE p.id = pmf_avatar.profile_id AND pmf_avatar.type = 'avatar' AND pmf_avatar.is_main = 0 LIMIT 1) 
                    AS `avatar_path`,
                (SELECT TYPE FROM profile_adboard_placements pap WHERE p.id = pap.profile_id LIMIT 1) 
                    AS `adboard_placement_type`,
                (SELECT position FROM profile_adboard_placements pap WHERE p.id = pap.profile_id LIMIT 1) 
                    AS `adboard_placement_position`,
                c.id 
                    AS `city_id`, 
                JSON_UNQUOTE(JSON_EXTRACT(c.name, '$.ru')) 
                    AS `city_name`, 
                c.uri_identity 
                    AS `city_uri_identity`,
                c.country_code 
                    AS `city_country_code`,
                EXISTS(SELECT * FROM profile_top_placements ptp WHERE p.id = ptp.profile_id AND (NOW() BETWEEN ptp.placed_at AND ptp.expires_at))
                    AS `has_top_placement`,
                EXISTS(SELECT * FROM placement_hidings ph WHERE p.id = ph.profile_id AND ph.entity_type = 'profile') 
                    AS `has_placement_hiding`,
                EXISTS(SELECT * FROM profile_comments pc WHERE p.id = pc.profile_id AND pc.deleted_at IS NULL) 
                    AS `has_comments`,
                EXISTS(SELECT * FROM profile_media_files pmf_video WHERE p.id = pmf_video.profile_id AND pmf_video.type = 'video') 
                    AS `has_videos`,
                EXISTS(SELECT * FROM profile_media_files pmf_selfie WHERE p.id = pmf_selfie.profile_id AND pmf_selfie.type = 'selfie') 
                    AS `has_selfies`
            FROM profiles `p`
            JOIN cities `c` ON c.id = p.city_id 
            WHERE p.id IN (39,35,34,33,32,31,30,29,28,27)
            ORDER BY FIELD(p.id,39,35,34,33,32,31,30,29,28,27)
Parameters:
[]
7 0.59 ms
SELECT 
                    cs.id 
                        AS `id`,
                    JSON_UNQUOTE(JSON_EXTRACT(cs.name, '$.ru')) 
                        AS `name`, 
                    cs.uri_identity 
                        AS `uriIdentity`, 
                    ps.profile_id
                        AS `profile_id`,
                    csl.name
                        AS `line_name`,
                    csl.color
                        AS `line_color`
                FROM profile_stations ps
                JOIN city_stations cs ON ps.station_id = cs.id 
                LEFT JOIN city_subway_station_lines cssl ON cssl.station_id = cs.id
                LEFT JOIN city_subway_lines csl ON csl.id = cssl.line_id
                WHERE ps.profile_id IN (39,35,34,33,32,31,30,29,28,27)
Parameters:
[]
8 0.58 ms
SELECT 
                    s.id 
                        AS `id`,
                    JSON_UNQUOTE(JSON_EXTRACT(s.name, '$.ru')) 
                        AS `name`, 
                    s.group 
                        AS `group`, 
                    s.uri_identity 
                        AS `uriIdentity`,
                    pps.profile_id
                        AS `profile_id`,
                    pps.service_condition
                        AS `condition`,
                    pps.extra_charge
                        AS `extra_charge`,
                    pps.comment
                        AS `comment`
                FROM profile_provided_services pps
                JOIN services s ON pps.service_id = s.id 
                WHERE pps.profile_id IN (39,35,34,33,32,31,30,29,28,27)
Parameters:
[]
9 1.56 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.uri_identity AS uri_identity_3, t0.city_id AS city_id_4, t0.county_id AS county_id_5, t0.district_id AS district_id_6 FROM city_stations t0 WHERE t0.city_id = ? ORDER BY t0.name ASC
Parameters:
[
  1
]
10 0.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.uri_identity AS uri_identity_3, t0.city_id AS city_id_4, t0.county_id AS county_id_5 FROM city_districts t0 WHERE t0.city_id = ?
Parameters:
[
  1
]
11 0.61 ms
SELECT s0_.id AS id_0, s0_.`group` AS group_1, s0_.name AS name_2, s0_.uri_identity AS uri_identity_3 FROM services s0_ ORDER BY s0_.`group` ASC, s0_.id ASC
Parameters:
[]
12 1.16 ms
SELECT c0_.id AS id_0, COUNT(p1_.id) AS sclr_1 FROM profiles p1_ INNER JOIN profile_stations p2_ ON p1_.id = p2_.profile_id INNER JOIN city_stations c0_ ON c0_.id = p2_.station_id INNER JOIN profile_adboard_placements p3_ ON p1_.id = p3_.profile_id WHERE (p1_.person_gender IN (?) AND p1_.moderation_status IN (?, ?, ?)) AND (p1_.deleted_at IS NULL) GROUP BY c0_.id
Parameters:
[
  1
  0
  2
  1
]
13 0.70 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.uri_identity AS uri_identity_2, c0_.city_id AS city_id_3, c0_.county_id AS county_id_4, c0_.district_id AS district_id_5 FROM city_stations c0_
Parameters:
[]
14 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  1
]
15 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  2
]
16 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  3
]
17 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  4
]
18 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  5
]
19 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  6
]
20 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  7
]
21 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  8
]
22 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  9
]
23 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  10
]
24 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  11
]
25 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  12
]
26 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  13
]
27 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  14
]
28 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  15
]
29 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  16
]
30 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  17
]
31 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  18
]
32 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  19
]
33 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  20
]
34 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  21
]
35 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  22
]
36 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  23
]
37 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  24
]
38 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  25
]
39 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  26
]
40 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  27
]
41 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  28
]
42 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  29
]
43 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  30
]
44 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  31
]
45 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  32
]
46 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  33
]
47 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  34
]
48 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  35
]
49 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  36
]
50 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  37
]
51 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  38
]
52 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  39
]
53 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  40
]
54 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  41
]
55 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  42
]
56 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  43
]
57 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  44
]
58 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  45
]
59 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  46
]
60 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  47
]
61 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  48
]
62 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  49
]
63 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  50
]
64 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  51
]
65 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  52
]
66 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  53
]
67 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  54
]
68 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  55
]
69 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  56
]
70 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  57
]
71 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  58
]
72 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  59
]
73 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  60
]
74 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  61
]
75 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  62
]
76 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  63
]
77 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  64
]
78 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  65
]
79 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  66
]
80 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  67
]
81 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  68
]
82 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  69
]
83 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  70
]
84 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  71
]
85 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  72
]
86 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  73
]
87 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  74
]
88 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  75
]
89 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  76
]
90 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  77
]
91 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  78
]
92 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  79
]
93 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  80
]
94 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  81
]
95 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  82
]
96 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  83
]
97 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  84
]
98 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  85
]
99 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  86
]
100 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  87
]
101 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  88
]
102 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  89
]
103 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  90
]
104 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  91
]
105 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  92
]
106 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  93
]
107 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  94
]
108 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  95
]
109 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  96
]
110 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  97
]
111 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  98
]
112 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  99
]
113 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  100
]
114 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  101
]
115 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  102
]
116 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  103
]
117 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  104
]
118 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  105
]
119 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  106
]
120 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  107
]
121 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  108
]
122 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  109
]
123 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  110
]
124 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  111
]
125 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  112
]
126 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  113
]
127 0.59 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  114
]
128 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  115
]
129 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  116
]
130 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  117
]
131 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  118
]
132 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  119
]
133 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  120
]
134 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  121
]
135 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  122
]
136 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  123
]
137 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  124
]
138 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  125
]
139 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  126
]
140 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  127
]
141 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  128
]
142 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  129
]
143 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  130
]
144 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  131
]
145 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  132
]
146 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  133
]
147 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  134
]
148 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  135
]
149 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  136
]
150 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  137
]
151 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  138
]
152 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  139
]
153 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  140
]
154 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  141
]
155 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  142
]
156 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  143
]
157 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  144
]
158 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  145
]
159 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  146
]
160 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  147
]
161 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  148
]
162 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  149
]
163 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  150
]
164 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  151
]
165 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  152
]
166 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  153
]
167 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  154
]
168 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  155
]
169 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  156
]
170 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  157
]
171 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  158
]
172 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  159
]
173 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  160
]
174 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  161
]
175 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  162
]
176 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  163
]
177 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  164
]
178 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  165
]
179 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  166
]
180 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  167
]
181 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  168
]
182 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  169
]
183 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  170
]
184 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  171
]
185 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  172
]
186 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  173
]
187 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  174
]
188 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  175
]
189 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  176
]
190 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  177
]
191 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  178
]
192 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  179
]
193 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  180
]
194 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  181
]
195 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  182
]
196 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  183
]
197 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  184
]
198 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  185
]
199 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  186
]
200 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  187
]
201 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  188
]
202 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  189
]
203 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  190
]
204 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  191
]
205 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  192
]
206 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  193
]
207 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  194
]
208 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  195
]
209 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  196
]
210 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  197
]
211 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  198
]
212 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  199
]
213 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  200
]
214 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  201
]
215 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  202
]
216 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  203
]
217 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  204
]
218 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  205
]
219 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  206
]
220 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  207
]
221 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  208
]
222 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  209
]
223 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  210
]
224 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  211
]
225 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  212
]
226 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  213
]
227 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  214
]
228 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  215
]
229 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  216
]
230 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  217
]
231 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  218
]
232 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  219
]
233 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  220
]
234 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  221
]
235 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  222
]
236 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  223
]
237 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  224
]
238 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  225
]
239 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  226
]
240 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  227
]
241 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  228
]
242 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  229
]
243 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  230
]
244 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  231
]
245 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  232
]
246 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  233
]
247 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  234
]
248 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  235
]
249 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  236
]
250 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  237
]
251 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  238
]
252 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  239
]
253 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  240
]
254 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  241
]
255 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  242
]
256 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  243
]
257 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  244
]
258 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  245
]
259 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  246
]
260 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  247
]
261 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  248
]
262 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  249
]
263 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.city_id AS city_id_4 FROM city_subway_lines t0 INNER JOIN city_subway_station_lines ON t0.id = city_subway_station_lines.line_id WHERE city_subway_station_lines.station_id = ?
Parameters:
[
  250
]
264 0.76 ms
SELECT p0_.city_id AS sclr_0, COUNT(p0_.id) AS sclr_1 FROM profiles p0_ INNER JOIN profile_adboard_placements p1_ ON p0_.id = p1_.profile_id WHERE (p0_.person_gender IN (?) AND p0_.moderation_status IN (?, ?, ?)) AND (p0_.deleted_at IS NULL) GROUP BY p0_.city_id
Parameters:
[
  1
  0
  2
  1
]
265 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.uri_identity AS uri_identity_3, t0.country_code AS country_code_4, t0.city_group AS city_group_5, t0.timezone AS timezone_6, t0.map_latitude AS map_latitude_7, t0.map_longitude AS map_longitude_8 FROM cities t0
Parameters:
[]
266 0.64 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.uri_identity AS uri_identity_3, t0.city_id AS city_id_4, t0.county_id AS county_id_5, t0.district_id AS district_id_6 FROM city_stations t0
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
multi_website doctrine.dbal.multi_website_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
multi_website doctrine.orm.multi_website_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Sales\Profile\AdBoardPlacement No errors.
App\Entity\Sales\PaidPlacementPrice
  • The field 'App\Entity\Sales\PaidPlacementPrice#priceAmount' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\SEO\PageMetadata No errors.
App\Entity\Location\MapCoordinate
  • The field 'App\Entity\Location\MapCoordinate#latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Location\MapCoordinate#longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Location\City
  • The field 'App\Entity\Location\City#mapCoordinate.latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Location\City#mapCoordinate.longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Location\County No errors.
App\Entity\Location\District No errors.
App\Entity\Location\Station No errors.
App\Entity\Sales\PaidPlacementsOrder No errors.
App\Entity\Profile\PersonParameters No errors.
App\Entity\Messengers
  • The field 'App\Entity\Messengers#whatsApp' has the property type 'bool' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\PhoneCallRestrictions No errors.
App\Entity\Profile\ClientRestrictions No errors.
App\Entity\ApartmentsPricing No errors.
App\Entity\TakeOutPricing No errors.
App\Entity\ExpressPricing No errors.
App\Entity\Profile\CarPricing No errors.
App\Entity\Profile\Profile
  • The field 'App\Entity\Profile\Profile#messengers.whatsApp' has the property type 'bool' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\Profile\Profile#mapCoordinate.latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Profile\Profile#mapCoordinate.longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Profile\Profile#placementHiding is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sales\Profile\PlacementHiding#profile does not contain the required 'inversedBy="placementHiding"' attribute.
  • The field App\Entity\Profile\Profile#providedServices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Profile\ProfileService#profile does not contain the required 'inversedBy="providedServices"' attribute.
  • The mappings App\Entity\Profile\Profile#selfies and App\Entity\Profile\Selfie#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#videos and App\Entity\Profile\Video#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#adminApprovalPhoto and App\Entity\Profile\AdminApprovalPhoto#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#avatar and App\Entity\Profile\Avatar#profile are inconsistent with each other.
App\Entity\Location\Subway\Line No errors.
App\Entity\Service No errors.

multi_website entity manager

No loaded entities.