1 |
3.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM page t0 WHERE t0.name = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM page t0 WHERE t0.name = 'global' LIMIT 1;
|
2 |
5.26 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.name AS name_4, t0.type AS type_5, t0.instrument_id AS instrument_id_6, t0.package_id AS package_id_7 FROM course t0
SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.name AS name_4, t0.type AS type_5, t0.instrument_id AS instrument_id_6, t0.package_id AS package_id_7 FROM course t0;
|
3 |
0.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.availability AS availability_3, t0.category AS category_4, t0.description AS description_5, t0.image AS image_6, t0.book_online AS book_online_7 FROM instrument t0;
|
4 |
0.54 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.name AS name_4, t0.type AS type_5, t0.instrument_id AS instrument_id_6, t0.package_id AS package_id_7 FROM course t0 ORDER BY t0.type DESC LIMIT 3
SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.name AS name_4, t0.type AS type_5, t0.instrument_id AS instrument_id_6, t0.package_id AS package_id_7 FROM course t0 ORDER BY t0.type DESC LIMIT 3;
|
5 |
0.65 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.duration AS duration_3, t0.name AS name_4, t0.no_of_sessions AS no_of_sessions_5, t0.cost_per_lesson AS cost_per_lesson_6 FROM package t0
SELECT t0.id AS id_1, t0.price AS price_2, t0.duration AS duration_3, t0.name AS name_4, t0.no_of_sessions AS no_of_sessions_5, t0.cost_per_lesson AS cost_per_lesson_6 FROM package t0;
|
6 |
0.93 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
7 |
0.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
8 |
0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM blog_category t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM blog_category t0;
|
9 |
5.80 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image AS image_10, t0.user_id AS user_id_11, t0.category_id AS category_id_12 FROM blog t0 ORDER BY t0.published_at DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image AS image_10, t0.user_id AS user_id_11, t0.category_id AS category_id_12 FROM blog t0 ORDER BY t0.published_at DESC LIMIT 3;
|
10 |
1.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.page_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.page_id = 7;
|
11 |
0.59 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 1 ORDER BY t0.id ASC;
|
12 |
0.30 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 9 ORDER BY t0.id ASC;
|
13 |
0.26 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 10 ORDER BY t0.id ASC;
|
14 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 11 ORDER BY t0.id ASC;
|
15 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 12 ORDER BY t0.id ASC;
|
16 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 13 ORDER BY t0.id ASC;
|
17 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 14 ORDER BY t0.id ASC;
|
18 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 17 ORDER BY t0.id ASC;
|
19 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 18 ORDER BY t0.id ASC;
|
20 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 21 ORDER BY t0.id ASC;
|
21 |
0.22 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 22 ORDER BY t0.id ASC;
|
22 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 24 ORDER BY t0.id ASC;
|
23 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 47 ORDER BY t0.id ASC;
|
24 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM page t0 WHERE t0.name = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM page t0 WHERE t0.name = 'global' LIMIT 1;
|
25 |
0.28 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 1 ORDER BY t0.id ASC;
|
26 |
0.25 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 9 ORDER BY t0.id ASC;
|
27 |
0.26 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 10 ORDER BY t0.id ASC;
|
28 |
0.25 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 11 ORDER BY t0.id ASC;
|
29 |
0.21 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 12 ORDER BY t0.id ASC;
|
30 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 13 ORDER BY t0.id ASC;
|
31 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 14 ORDER BY t0.id ASC;
|
32 |
0.26 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 17 ORDER BY t0.id ASC;
|
33 |
0.26 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 18 ORDER BY t0.id ASC;
|
34 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 21 ORDER BY t0.id ASC;
|
35 |
0.24 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 22 ORDER BY t0.id ASC;
|
36 |
0.23 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 24 ORDER BY t0.id ASC;
|
37 |
0.25 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.url AS url_2, t0.placement AS placement_3, t0.alt AS alt_4, t0.thumbnail AS thumbnail_5, t0.section_id AS section_id_6 FROM web_photos t0 WHERE t0.section_id = 47 ORDER BY t0.id ASC;
|
38 |
0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image AS image_10, t0.user_id AS user_id_11, t0.category_id AS category_id_12 FROM blog t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image AS image_10, t0.user_id AS user_id_11, t0.category_id AS category_id_12 FROM blog t0 WHERE t0.id = '20' LIMIT 1;
|
39 |
0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"blog/public_show.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'blog/public_show.html.twig' LIMIT 1;
|
40 |
0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"blog/public_show.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'blog/public_show.html.twig' LIMIT 1;
|
41 |
0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base.html.twig' LIMIT 1;
|
42 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"base.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'base.html.twig' LIMIT 1;
|
43 |
0.44 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
44 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
45 |
0.35 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
46 |
11.99 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
47 |
0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/header_extended.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/header_extended.html.twig' LIMIT 1;
|
48 |
0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/header_extended.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/header_extended.html.twig' LIMIT 1;
|
49 |
0.45 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
50 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
51 |
0.31 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
52 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
53 |
0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 1;
|
54 |
0.40 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
55 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
56 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 2;
|
57 |
0.36 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
58 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
59 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 3;
|
60 |
0.43 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
61 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
62 |
0.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 4;
|
63 |
0.38 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
64 |
0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
65 |
0.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 5;
|
66 |
0.39 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
67 |
4.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
68 |
1.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 6;
|
69 |
0.68 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
70 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
71 |
20.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5 FROM nav_child t0 WHERE t0.navigation_id = 8;
|
72 |
0.70 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
73 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
74 |
0.39 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
75 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
76 |
0.33 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
77 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
78 |
0.32 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
79 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
80 |
0.34 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
81 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
82 |
0.35 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
83 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
84 |
0.31 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
85 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
86 |
0.33 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
87 |
4.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
88 |
0.39 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
89 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
90 |
0.32 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
91 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
92 |
4.56 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
93 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
94 |
1.80 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
95 |
15.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
96 |
0.46 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
97 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
98 |
0.49 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
99 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
100 |
0.36 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
101 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
102 |
0.31 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
103 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
104 |
45.83 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
105 |
21.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
106 |
0.62 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
107 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
108 |
0.59 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
109 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
110 |
1.09 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
111 |
0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
112 |
0.55 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
113 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
114 |
0.64 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
115 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
116 |
0.38 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
117 |
0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
118 |
0.39 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
119 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
120 |
0.31 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
121 |
0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
122 |
1.36 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
123 |
0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
124 |
0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"bloginfo"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'bloginfo' LIMIT 1;
|
125 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"bloginfo"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'bloginfo' LIMIT 1;
|
126 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"bloginfo"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'bloginfo' LIMIT 1;
|
127 |
0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"bloginfo"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'bloginfo' LIMIT 1;
|
128 |
1.44 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.active AS active_5, t0.fullname AS fullname_6, t0.is_verified AS is_verified_7, t0.usertype AS usertype_8, t0.photo AS photo_9, t0.book_online AS book_online_10, t0.teacherdata_id AS teacherdata_id_11, t0.studentdata_id AS studentdata_id_12 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.active AS active_5, t0.fullname AS fullname_6, t0.is_verified AS is_verified_7, t0.usertype AS usertype_8, t0.photo AS photo_9, t0.book_online AS book_online_10, t0.teacherdata_id AS teacherdata_id_11, t0.studentdata_id AS studentdata_id_12 FROM `user` t0 WHERE t0.id = 1;
|
129 |
0.71 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.blog_id AS blog_id_5 FROM comment t0 WHERE t0.blog_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.blog_id AS blog_id_5 FROM comment t0 WHERE t0.blog_id = 20;
|
130 |
0.45 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
131 |
39.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
132 |
1.41 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
133 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
134 |
0.73 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
135 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
136 |
0.42 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
137 |
1.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
138 |
1.30 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
139 |
1.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
140 |
1.38 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
141 |
0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
142 |
1.72 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"sidebar_right"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'sidebar_right' LIMIT 1;
|
143 |
1.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"sidebar_right"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'sidebar_right' LIMIT 1;
|
144 |
1.71 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"sidebar_right"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'sidebar_right' LIMIT 1;
|
145 |
1.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"sidebar_right"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'sidebar_right' LIMIT 1;
|
146 |
1.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/footer.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/footer.html.twig' LIMIT 1;
|
147 |
1.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/footer.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/footer.html.twig' LIMIT 1;
|
148 |
0.41 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
149 |
0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
150 |
0.31 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
151 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
152 |
0.32 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
153 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
154 |
0.32 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
155 |
14.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
156 |
6.75 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
157 |
0.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
158 |
1.26 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
159 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
160 |
0.39 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
161 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
162 |
0.36 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
163 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
164 |
0.57 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.site_email AS site_email_3, t0.address AS address_4, t0.city AS city_5, t0.state AS state_6, t0.country AS country_7, t0.telephone AS telephone_8, t0.facebook_id AS facebook_id_9, t0.twitter_id AS twitter_id_10, t0.website_theme AS website_theme_11, t0.company_logo AS company_logo_12, t0.invoice_logo AS invoice_logo_13, t0.short_date AS short_date_14, t0.time_format AS time_format_15, t0.long_date AS long_date_16, t0.def_time_zone AS def_time_zone_17, t0.def_locale AS def_locale_18, t0.week_starts_on AS week_starts_on_19, t0.invoice_header AS invoice_header_20, t0.invoice_footer AS invoice_footer_21, t0.site_offline AS site_offline_22, t0.items_per_page AS items_per_page_23, t0.invoice_page_format AS invoice_page_format_24, t0.default_currency AS default_currency_25, t0.show_slider AS show_slider_26, t0.show_news AS show_news_27, t0.site_meta_keywords AS site_meta_keywords_28, t0.site_description AS site_description_29, t0.news_length AS news_length_30, t0.telephone_alt AS telephone_alt_31, t0.email_alt AS email_alt_32, t0.instagram_id AS instagram_id_33 FROM configuration t0;
|
165 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.has_children AS has_children_4, t0.position AS position_5 FROM navigation t0;
|
166 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/registration_modal.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/registration_modal.html.twig' LIMIT 1;
|
167 |
0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"tmp/registration_modal.html.twig"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = 'tmp/registration_modal.html.twig' LIMIT 1;
|