1
43.26 ms
SELECT c0_ . id AS id_0 , c0_ . code AS code_1 , c0_ . nombre AS nombre_2 , c0_ . enabled AS enabled_3 , c0_ . disabletranslation AS disabletranslation_4 , c0_ . descripcion_corta AS descripcion_corta_5 , c0_ . descripcion_larga AS descripcion_larga_6 , c0_ . destacada AS destacada_7 , c0_ . localizacion AS localizacion_8 , c0_ . position AS position_9 , ST_AsEWKT (c0_ . point ) AS point_10 , c0_ . deleted_at AS deleted_at_11 FROM ciudad c0_ WHERE (c0_ . code = ? AND c0_ . enabled = true ) AND (c0_ . deleted_at IS NULL ) ORDER BY c0_ . position ASC
SELECT c0_ . id AS id_0 , c0_ . code AS code_1 , c0_ . nombre AS nombre_2 , c0_ . enabled AS enabled_3 , c0_ . disabletranslation AS disabletranslation_4 , c0_ . descripcion_corta AS descripcion_corta_5 , c0_ . descripcion_larga AS descripcion_larga_6 , c0_ . destacada AS destacada_7 , c0_ . localizacion AS localizacion_8 , c0_ . position AS position_9 , ST_AsEWKT (c0_ . point ) AS point_10 , c0_ . deleted_at AS deleted_at_11 FROM ciudad c0_ WHERE (c0_ . code = 'burgos' AND c0_ . enabled = true ) AND (c0_ . deleted_at IS NULL ) ORDER BY c0_ . position ASC ;
Copy
2
1.11 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ciudad_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ciudad_translations t0 WHERE t0 . object_id = 5 ;
Copy
3
1.19 ms
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = ? AND c0_ . locale = ? AND c0_ . field = 'descripcionCorta' ORDER BY c0_ . id DESC
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = 5 AND c0_ . locale = 'en' AND c0_ . field = 'descripcionCorta' ORDER BY c0_ . id DESC ;
Copy
4
0.57 ms
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = ? AND c0_ . locale = ? AND c0_ . field = 'descripcionLarga' ORDER BY c0_ . id DESC
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = 5 AND c0_ . locale = 'en' AND c0_ . field = 'descripcionLarga' ORDER BY c0_ . id DESC ;
Copy
5
1.34 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . color AS color_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . folleto AS folleto_9 , t0 . folleto_url AS folleto_url_10 , t0 . folletopdf AS folletopdf_11 , t0 . folletopdf_url AS folletopdf_url_12 , t0 . geojson AS geojson_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . linestring ) AS linestring_16 , t0 . distancia AS distancia_17 , t0 . deleted_at AS deleted_at_18 , t0 . ciudad_id AS ciudad_id_19 FROM ruta t0 WHERE t0 . ciudad_id = ? AND ((t0 . deleted_at IS NULL ))
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . color AS color_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . folleto AS folleto_9 , t0 . folleto_url AS folleto_url_10 , t0 . folletopdf AS folletopdf_11 , t0 . folletopdf_url AS folletopdf_url_12 , t0 . geojson AS geojson_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . linestring ) AS linestring_16 , t0 . distancia AS distancia_17 , t0 . deleted_at AS deleted_at_18 , t0 . ciudad_id AS ciudad_id_19 FROM ruta t0 WHERE t0 . ciudad_id = 5 AND ((t0 . deleted_at IS NULL ));
Copy
6
1.01 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ruta_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ruta_translations t0 WHERE t0 . object_id = 7 ;
Copy
7
0.58 ms
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = ? AND r0_ . locale = ? AND r0_ . field = 'descripcionLarga' ORDER BY r0_ . id DESC
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = 7 AND r0_ . locale = 'en' AND r0_ . field = 'descripcionLarga' ORDER BY r0_ . id DESC ;
Copy
8
0.44 ms
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = ? AND r0_ . locale = ? AND r0_ . field = 'descripcionCorta' ORDER BY r0_ . id DESC
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = 7 AND r0_ . locale = 'en' AND r0_ . field = 'descripcionCorta' ORDER BY r0_ . id DESC ;
Copy
9
0.87 ms
SELECT f0_ . id AS id_0 , f0_ . nombre AS nombre_1 , f0_ . enabled AS enabled_2 , f0_ . disabletranslation AS disabletranslation_3 , f0_ . url AS url_4 , f0_ . nolocal AS nolocal_5 , f0_ . auth AS auth_6 , f0_ . position AS position_7 , f0_ . deleted_at AS deleted_at_8 , f0_ . parent_id AS parent_id_9 FROM front_menu f0_ WHERE f0_ . parent_id IS NULL AND f0_ . enabled = true ORDER BY f0_ . position ASC
SELECT f0_ . id AS id_0 , f0_ . nombre AS nombre_1 , f0_ . enabled AS enabled_2 , f0_ . disabletranslation AS disabletranslation_3 , f0_ . url AS url_4 , f0_ . nolocal AS nolocal_5 , f0_ . auth AS auth_6 , f0_ . position AS position_7 , f0_ . deleted_at AS deleted_at_8 , f0_ . parent_id AS parent_id_9 FROM front_menu f0_ WHERE f0_ . parent_id IS NULL AND f0_ . enabled = true ORDER BY f0_ . position ASC ;
Copy
10
0.76 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 2 ;
Copy
11
0.43 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 1 ;
Copy
12
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 7 ;
Copy
13
0.32 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 12 ;
Copy
14
0.26 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 22 ;
Copy
15
0.26 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 18 ;
Copy
16
0.29 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 24 ;
Copy
17
0.52 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 2 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
18
0.41 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 2 ;
Copy
19
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 3 ;
Copy
20
0.29 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 4 ;
Copy
21
0.28 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 5 ;
Copy
22
0.32 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 6 ;
Copy
23
0.45 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 3 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
24
0.46 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 4 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
25
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 5 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
26
0.37 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 6 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
27
0.33 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 1 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
28
0.32 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 1 ;
Copy
29
0.35 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 7 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
30
0.30 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 7 ;
Copy
31
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 8 ;
Copy
32
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 9 ;
Copy
33
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 10 ;
Copy
34
0.31 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 11 ;
Copy
35
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 8 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
36
0.35 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 9 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
37
0.37 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 10 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
38
0.44 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 11 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
39
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 12 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
40
0.32 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 12 ;
Copy
41
0.34 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 23 ;
Copy
42
0.34 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 16 ;
Copy
43
0.31 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 13 ;
Copy
44
0.30 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 14 ;
Copy
45
0.31 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 15 ;
Copy
46
0.41 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 23 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
47
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 16 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
48
0.37 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 13 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
49
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 14 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
50
0.38 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 15 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
51
0.36 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 22 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
52
0.31 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 22 ;
Copy
53
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 18 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
54
0.32 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 18 ;
Copy
55
0.30 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 19 ;
Copy
56
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 20 ;
Copy
57
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 21 ;
Copy
58
0.43 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 19 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
59
0.42 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 20 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
60
0.39 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 21 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
61
0.39 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 24 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
62
0.33 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 24 ;
Copy
63
0.36 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 25 ;
Copy
64
0.44 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 25 AND f0_ . locale = 'en' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
65
2.26 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . descripcion_corta AS descripcion_corta_6 , t0 . descripcion_larga AS descripcion_larga_7 , t0 . direccion AS direccion_8 , t0 . telefono AS telefono_9 , t0 . horario AS horario_10 , t0 . web AS web_11 , t0 . localizacion AS localizacion_12 , t0 . destacada AS destacada_13 , t0 . position AS position_14 , ST_AsEWKT (t0 . point ) AS point_15 , t0 . deleted_at AS deleted_at_16 , t0 . ciudad_id AS ciudad_id_17 , t0 . tipo_poi_id AS tipo_poi_id_18 , t0 . ruta_id AS ruta_id_19 , t0 . visitavirtual_id AS visitavirtual_id_20 FROM poi t0 WHERE t0 . ciudad_id = ? AND ((t0 . deleted_at IS NULL ))
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . descripcion_corta AS descripcion_corta_6 , t0 . descripcion_larga AS descripcion_larga_7 , t0 . direccion AS direccion_8 , t0 . telefono AS telefono_9 , t0 . horario AS horario_10 , t0 . web AS web_11 , t0 . localizacion AS localizacion_12 , t0 . destacada AS destacada_13 , t0 . position AS position_14 , ST_AsEWKT (t0 . point ) AS point_15 , t0 . deleted_at AS deleted_at_16 , t0 . ciudad_id AS ciudad_id_17 , t0 . tipo_poi_id AS tipo_poi_id_18 , t0 . ruta_id AS ruta_id_19 , t0 . visitavirtual_id AS visitavirtual_id_20 FROM poi t0 WHERE t0 . ciudad_id = 5 AND ((t0 . deleted_at IS NULL ));
Copy
66
0.85 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 158 ;
Copy
67
0.49 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 143 ;
Copy
68
0.46 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 141 ;
Copy
69
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 142 ;
Copy
70
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 117 ;
Copy
71
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 148 ;
Copy
72
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 105 ;
Copy
73
0.46 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 145 ;
Copy
74
0.57 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 132 ;
Copy
75
0.36 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 139 ;
Copy
76
0.35 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 133 ;
Copy
77
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 106 ;
Copy
78
0.45 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 108 ;
Copy
79
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 155 ;
Copy
80
0.36 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 156 ;
Copy
81
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 121 ;
Copy
82
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 118 ;
Copy
83
0.41 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 112 ;
Copy
84
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 126 ;
Copy
85
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 127 ;
Copy
86
0.41 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 122 ;
Copy
87
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 128 ;
Copy
88
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 115 ;
Copy
89
0.34 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 146 ;
Copy
90
0.35 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 147 ;
Copy
91
0.43 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 107 ;
Copy
92
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 109 ;
Copy
93
0.34 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 110 ;
Copy
94
0.29 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 114 ;
Copy
95
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 119 ;
Copy
96
0.41 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 102 ;
Copy
97
0.42 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 135 ;
Copy
98
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 123 ;
Copy
99
0.31 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 140 ;
Copy
100
0.26 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 157 ;
Copy
101
0.32 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 101 ;
Copy
102
0.42 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 124 ;
Copy
103
0.43 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 104 ;
Copy
104
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 111 ;
Copy
105
0.46 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 130 ;
Copy
106
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 125 ;
Copy
107
0.42 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 144 ;
Copy
108
0.43 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 138 ;
Copy
109
0.79 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 7 ;
Copy
110
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 149 ;
Copy
111
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 150 ;
Copy
112
0.41 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 151 ;
Copy
113
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 152 ;
Copy
114
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 153 ;
Copy
115
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 154 ;
Copy
116
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 103 ;
Copy
117
0.54 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 129 ;
Copy
118
0.52 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 131 ;
Copy
119
0.40 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 137 ;
Copy
120
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 120 ;
Copy
121
0.39 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 116 ;
Copy
122
0.37 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 113 ;
Copy
123
0.38 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 134 ;
Copy
124
0.41 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 136 ;
Copy