| 1 |
0.09 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.welcome_message AS welcome_message_4, t0.default_locale AS default_locale_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.logo_filename AS logo_filename_8, t0.cover_mode AS cover_mode_9, t0.cover_default AS cover_default_10, t0.cover_filename AS cover_filename_11, t0.theme AS theme_12, t0.color_mode AS color_mode_13, t0.custom_css AS custom_css_14, t0.contact_email AS contact_email_15, t0.contact_phone AS contact_phone_16, t0.contact_whatsapp AS contact_whatsapp_17, t0.qr_code_filename AS qr_code_filename_18, t0.is_published AS is_published_19, t0.view_count AS view_count_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.mode AS mode_23, t0.property_id AS property_id_24 FROM guidebook t0 WHERE t0.is_published = ? ORDER BY t0.view_count DESC LIMIT 4
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.welcome_message AS welcome_message_4, t0.default_locale AS default_locale_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.logo_filename AS logo_filename_8, t0.cover_mode AS cover_mode_9, t0.cover_default AS cover_default_10, t0.cover_filename AS cover_filename_11, t0.theme AS theme_12, t0.color_mode AS color_mode_13, t0.custom_css AS custom_css_14, t0.contact_email AS contact_email_15, t0.contact_phone AS contact_phone_16, t0.contact_whatsapp AS contact_whatsapp_17, t0.qr_code_filename AS qr_code_filename_18, t0.is_published AS is_published_19, t0.view_count AS view_count_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.mode AS mode_23, t0.property_id AS property_id_24 FROM guidebook t0 WHERE t0.is_published = 1 ORDER BY t0.view_count DESC LIMIT 4;
|
| 2 |
0.55 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.price_monthly AS price_monthly_4, t0.stripe_price_id AS stripe_price_id_5, t0.max_guidebooks AS max_guidebooks_6, t0.max_modules AS max_modules_7, t0.max_pois AS max_pois_8, t0.features AS features_9, t0.max_checkin_photos AS max_checkin_photos_10, t0.max_checkout_photos AS max_checkout_photos_11, t0.is_popular AS is_popular_12, t0.is_quote AS is_quote_13, t0.is_active AS is_active_14, t0.position AS position_15, t0.description AS description_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plan t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.price_monthly AS price_monthly_4, t0.stripe_price_id AS stripe_price_id_5, t0.max_guidebooks AS max_guidebooks_6, t0.max_modules AS max_modules_7, t0.max_pois AS max_pois_8, t0.features AS features_9, t0.max_checkin_photos AS max_checkin_photos_10, t0.max_checkout_photos AS max_checkout_photos_11, t0.is_popular AS is_popular_12, t0.is_quote AS is_quote_13, t0.is_active AS is_active_14, t0.position AS position_15, t0.description AS description_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plan t0 WHERE t0.is_active = 1 ORDER BY t0.position ASC;
|
| 3 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.head_scripts AS head_scripts_5, t0.body_scripts AS body_scripts_6, t0.is_required AS is_required_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cookie_category t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.head_scripts AS head_scripts_5, t0.body_scripts AS body_scripts_6, t0.is_required AS is_required_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cookie_category t0 WHERE t0.is_active = 1 ORDER BY t0.position ASC;
|
| 4 |
0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = 4;
|
| 5 |
0.07 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = 4 ORDER BY t0.position ASC;
|
| 6 |
0.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = 3;
|
| 7 |
0.05 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = 3 ORDER BY t0.position ASC;
|
| 8 |
0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = 1;
|
| 9 |
0.05 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = 1 ORDER BY t0.position ASC;
|
| 10 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = 2;
|
| 11 |
0.05 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = 2 ORDER BY t0.position ASC;
|