0 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.*
FROM tbl_dictionary
| 1.72ms |
1 | SELECT FOUND_ROWS() AS totrow | 275μs |
2 | SELECT SQL_CALC_FOUND_ROWS
tbl_settings.*
FROM tbl_settings
WHERE (company_code = 1 OR company_code = '')
AND (shop_code = "seacsub" OR shop_code = '')
| 302μs |
3 | SELECT FOUND_ROWS() AS totrow | 197μs |
4 | SELECT SQL_CALC_FOUND_ROWS
tbl_products_price_lists.code,
tbl_products_price_lists.description,
tbl_products_price_lists.currency
FROM tbl_products_price_lists
WHERE company_code = 1
GROUP BY
tbl_products_price_lists.code
ORDER BY
FIELD(code, '01') desc, (ABS(code)) asc | 67.54ms |
5 | SELECT FOUND_ROWS() AS totrow | 223μs |
6 | SELECT SQL_CALC_FOUND_ROWS
tbl_products_price_lists.code,
tbl_products_price_lists.description,
tbl_products_price_lists.currency
FROM tbl_products_price_lists
WHERE company_code = 1
GROUP BY
tbl_products_price_lists.code
ORDER BY
FIELD(code, '01') desc, (ABS(code)) asc | 69.17ms |
7 | SELECT FOUND_ROWS() AS totrow | 191μs |
8 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-10-02 14:19:50' AND to_date > '2023-10-02 14:19:50' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 854μs |
9 | SELECT FOUND_ROWS() AS totrow | 184μs |
10 | SELECT SQL_CALC_FOUND_ROWS
tbl_catalog_categories_product.id,
tbl_catalog_categories_product.parent_id
FROM tbl_catalog_categories_product where enabled = 1 and tbl_catalog_categories_product.id in(SELECT
tpcct.category_id
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
INNER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code)
WHERE tpcct.category_id is not null and tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0
GROUP BY
tpcct.category_id
) and (tbl_catalog_categories_product.view_type LIKE '%"0"%' || tbl_catalog_categories_product.view_type LIKE '%"1"%')
| 256μs |
11 | SELECT FOUND_ROWS() AS totrow | 199μs |
12 | SELECT SQL_CALC_FOUND_ROWS
tbl_catalog_categories_product.id,
tbl_catalog_categories_product.name_it AS name,
tbl_catalog_categories_product.name_it AS name_default,
tbl_catalog_categories_product.nright,
tbl_catalog_categories_product.nleft,
tbl_catalog_categories_product.image,
tbl_catalog_categories_product.stages_category,
tbl_catalog_categories_product.parent_id AS parent
FROM tbl_catalog_categories_product
WHERE id in(1,1,1,1,1,1,1,1,1,15,15,47,47,47,47,47,47,58,58,58,58,1,1,1,15,15,15,15,15,15,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,170,170,170,170,170,170,170,170,47,1,15,15,15,58,58,58,58,58,58,58,58,58,2,4,5,6,7,10,11,13,14,20,26,48,49,50,51,52,55,59,60,61,62,143,144,145,146,147,148,149,150,151,153,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,173,175,176,177,178,180,181,182,183,184,185,186,187,188,189,190,195,197,218,220,221)
ORDER BY
tbl_catalog_categories_product.sorting asc | 297μs |
13 | SELECT FOUND_ROWS() AS totrow | 181μs |
14 | SELECT SQL_CALC_FOUND_ROWS
tbl_pages.url,
tbl_pages.id,
tbl_pages.title_it AS title,
tbl_pages.excerpt_it AS excerpt,
tbl_pages.content_it AS content,
tbl_pages.meta_title_it AS meta_title,
tbl_pages.meta_keywords_it AS meta_keywords,
tbl_pages.meta_description_it AS meta_description,
tbl_pages.title_it AS title_default,
tbl_pages.excerpt_it AS excerpt_default,
tbl_pages.content_it AS content_default,
tbl_pages.meta_title_it AS meta_title_default,
tbl_pages.meta_keywords_it AS meta_keywords_default,
tbl_pages.meta_description_it AS meta_description_default
FROM tbl_pages
WHERE url = "catalog.php" AND enabled = 1 AND
company_code in(0,1)
LIMIT 0, 1 | 259μs |
15 | SELECT FOUND_ROWS() AS totrow | 200μs |
16 | SELECT SQL_CALC_FOUND_ROWS
tbl_banners.position,
tbl_banners.id,
tbl_banners.title_it AS title,
tbl_banners.subtitle_it AS subtitle,
tbl_banners.excerpt_it AS excerpt,
tbl_banners.link_text_it AS link_text,
tbl_banners.link_it AS link,
tbl_banners.image_it AS image,
tbl_banners.icon,
tbl_banners.page_id,
tbl_banners.category_id,
tbl_banners.view_type,
tbl_banners.title_it AS title_default,
tbl_banners.subtitle_it AS subtitle_default,
tbl_banners.excerpt_it AS excerpt_default,
tbl_banners.link_text_it AS link_text_default,
tbl_banners.link_it AS link_default,
tbl_banners.image_it AS image_default
FROM tbl_banners
WHERE enabled = 1 AND (shop_code = "seacsub" OR shop_code = "") AND ( page_id LIKE '%"5"%' AND
(category_id LIKE '%"52"%' OR category_id LIKE '%"0"%') AND
(view_type LIKE '%"0"%' OR view_type LIKE '%"1"%')) AND
company_code in(0,1)
ORDER BY
tbl_banners.sorting asc | 827μs |
17 | SELECT FOUND_ROWS() AS totrow | 176μs |
18 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "801ab24683a4a8c433c6eb40c48bcd9d"
LIMIT 0, 1 | 204μs |
19 | SELECT FOUND_ROWS() AS totrow | 176μs |
20 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "821b8ee6937cec96c30fdafbfe836d68"
LIMIT 0, 1 | 159μs |
21 | SELECT FOUND_ROWS() AS totrow | 164μs |
22 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "389c43ba0718d1e10d62d855f0431bfb"
LIMIT 0, 1 | 185μs |
23 | SELECT FOUND_ROWS() AS totrow | 163μs |
24 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "a922ea470f18bf50b53c239c5d5a414c"
LIMIT 0, 1 | 152μs |
25 | SELECT FOUND_ROWS() AS totrow | 161μs |
26 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "9aa698f602b1e5694855cee73a683488"
LIMIT 0, 1 | 163μs |
27 | SELECT FOUND_ROWS() AS totrow | 177μs |
28 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-10-02 14:19:50' AND to_date > '2023-10-02 14:19:50' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 189μs |
29 | SELECT FOUND_ROWS() AS totrow | 197μs |
30 | SELECT SQL_CALC_FOUND_ROWS
tp.code_master AS code,
tpd.name_it AS name,
tpd.title_it AS title,
tpd.excerpt_it AS excerpt,
tpd.description_it AS description,
tpd.name_it AS name_default,
tpd.title_it AS title_default,
tpd.excerpt_it AS excerpt_default,
tpd.description_it AS description_default,
tp.family_code,
tfp.name_it AS family_name,
tfp.name_it AS family_name_default,
tp.season_code,
tp.gender_code,
tpd.meta_title_it AS meta_title,
tpd.meta_keywords_it AS meta_keywords,
tpd.meta_description_it AS meta_description,
tpd.meta_title_it AS meta_title_default,
tpd.meta_keywords_it AS meta_keywords_default,
tpd.meta_description_it AS meta_description_default,
tctp.label_variant1_it AS label_variant1,
tctp.label_variant2_it AS label_variant2,
tctp.label_variant1_it AS label_variant1_default,
tctp.label_variant2_it AS label_variant2_default,
tctp.variant_image,
tp.own_production,
tp.pack,
tpd.default_variant1,
MAX(tppl.discount1) AS discount1,
MAX(tppl.discount2) AS discount2,
MIN(tppl.price) AS original_price,
tppl.currency,
MIN(productPrice(tppl.price,tppl.discount1,tppl.discount2)) AS price,
tp.code AS product_image_code
FROM tbl_products tp
INNER JOIN tbl_products_descriptions tpd ON (tpd.product_code_master = tp.code_master) INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 73 and tcctp.nleft >= 72
GROUP BY
tp.code_master
ORDER BY
tpd.sorting asc
LIMIT 0, 8 | 8.36ms |
31 | SELECT FOUND_ROWS() AS totrow | 191μs |
32 | SELECT SQL_CALC_FOUND_ROWS
tbl_image_repository.*,
tbl_products_images.product_code,
tbl_products_images.sorting,
tbl_products_images.hidden,
tbl_products_images.id AS rel_id
FROM tbl_image_repository
LEFT JOIN tbl_products_images ON (tbl_image_repository.id = tbl_products_images.image_id)
LEFT JOIN tbl_products ON (tbl_products_images.product_code = tbl_products.code)
WHERE tbl_products_images.product_code IN ('0710049538441A','0710048526441A','0710051087486A','0710028160451A','0710047120030A','0710046120431A','0710027520040A')
ORDER BY
tbl_products_images.sorting ASC
| 1.46ms |
33 | SELECT SQL_CALC_FOUND_ROWS
tp.code_master,
tp.color_code,
tszp.code,
tszp.name_it AS name,
tszp.name_it AS name_default
FROM tbl_products tp
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
WHERE (tszp.id IS NOT NULL OR tp.size = '000') AND tp.code_master IN ("0710049","0710048","0710051","0710028","0710047","0710046","0710027") AND tp.enabled = 1
GROUP BY
tp.code
ORDER BY
tszp.sorting asc,tszp.id asc | 2.53ms |
34 | SELECT FOUND_ROWS() AS totrow | 201μs |
35 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-10-02 14:19:50' AND to_date > '2023-10-02 14:19:50' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 181μs |
36 | SELECT FOUND_ROWS() AS totrow | 176μs |
37 | SELECT SQL_CALC_FOUND_ROWS
tp.id,
tp.code,
tp.code_master,
tp.color_code,
tcp.name_it AS color_name,
tcp.name_it AS color_name_default,
tpd.name_it,
tpd.name_it AS name_default,
tp.size,
tszp.name_it AS size_name,
tszp.name_it AS size_name_default,
tszp.sorting AS size_sorting,
(tpst.quantity - IFNULL(torr_stb.quantity,0)) AS availability,
tpst.availability_date,
(tpst.future_quantity - IFNULL(torr_stb.quantity,0)) AS future_availability,
tpst.coming_arrivals_quantity,
tpst.coming_arrivals_date,
tp.family_code,
tp.category_code,
tpd.line_code,
tp.season_code,
tp.gender_code,
tp.commercial_code,
tp.own_production,
tp.pack,
tppl.discount1 AS discount1,
tppl.discount2 AS discount2,
productPrice(tppl.price,tppl.discount1,tppl.discount2) AS price,
tppl.price AS original_price,
tp.hide_price,
tppl.currency,
tp.code AS product_image_code
FROM tbl_products tp
INNER JOIN tbl_products_descriptions tpd ON (tpd.product_code_master = tp.code_master) INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_colors_product tcp ON (tp.color_code = tcp.code)
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01') LEFT OUTER JOIN tbl_products_stocks tpst ON (tpst.product_code = tp.code AND tpst.company_code = "1") LEFT OUTER JOIN (SELECT torr.product_code, SUM(torr.quantity) AS quantity FROM tbl_orders_rows torr JOIN tbl_orders tor on tor.id = torr.order_id WHERE tor.company_code = "1" AND torr.order_status IN ('ordered') AND torr.aside = 0
AND torr.canceled = 0 AND torr.order_type != 5 and tor.order_status >= -1
GROUP BY product_code) torr_stb ON (torr_stb.product_code = tp.code)
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND code_master IN ("0710049","0710048","0710051","0710028","0710047","0710046","0710027") AND tcctp.nright <= 73 and tcctp.nleft >= 72
GROUP BY
tp.code
ORDER BY
tp.color_code asc,tszp.sorting asc | 9.79ms |
38 | SELECT FOUND_ROWS() AS totrow | 196μs |
39 | SELECT SQL_CALC_FOUND_ROWS
tbl_image_repository.*,
tbl_products_images.product_code,
tbl_products_images.sorting,
tbl_products_images.hidden,
tbl_products_images.id AS rel_id
FROM tbl_image_repository
LEFT JOIN tbl_products_images ON (tbl_image_repository.id = tbl_products_images.image_id)
LEFT JOIN tbl_products ON (tbl_products_images.product_code = tbl_products.code)
WHERE tbl_products_images.product_code IN ('0710046080431A','0710046080441A','0710046080451A','0710046080461A','0710046080471A','0710046080481A','0710046080491A','0710046080501A','0710051087441A','0710051087451A','0710051087456A','0710051087461A','0710051087471A','0710051087481A','0710051087486A','0710051087496A','0710047120020A','0710047120030A','0710047120050A','0710047120070A','0710047120095A','0710046120431A','0710046120441A','0710046120451A','0710046120461A','0710046120471A','0710046120481A','0710046120491A','0710046120501A','0710047160020A','0710047160030A','0710047160050A','0710047160070A','0710047160095A','0710046160431A','0710028160441A','0710046160441A','0710028160451A','0710046160451A','0710028160461A','0710046160461A','0710028160471A','0710046160471A','0710046160481A','0710028160481A','0710028160491A','0710046160491A','0710028160501A','0710046160501A','0710046360431A','0710046360441A','0710046360451A','0710046360461A','0710046360471A','0710046360481A','0710046360491A','0710046360501A','0710047520020A','0710047520030A','0710027520025A','0710047520050A','0710027520040A','0710047520070A','0710027520055A','0710046520431A','0710047520095A','0710046520441A','0710027520080A','0710046520451A','0710027520105A','0710046520461A','0710046520471A','0710046520481A','0710046520491A','0710046520501A','0710048526441A','0710048526451A','0710048526456A','0710048526461A','0710048526471A','0710048526481A','0710048526486A','0710048526496A','0710049538441A','0710049538451A','0710049538456A','0710049538461A','0710049538471A','0710049538481A','0710049538486A','0710049538496A','0710028720441A','0710028720451A','0710028720461A','0710028720471A','0710028720481A','0710028720491A','0710028720501A','0710028880441A','0710028880451A','0710028880461A','0710028880471A','0710028880481A','0710028880491A','0710028880501A')
ORDER BY
tbl_products_images.sorting ASC
| 9.69ms |
40 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-10-02 14:19:50' AND to_date > '2023-10-02 14:19:50' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 240μs |
41 | SELECT FOUND_ROWS() AS totrow | 172μs |
42 | SELECT SQL_CALC_FOUND_ROWS
tszp.code,
tszp.name_it AS name,
tszp.name_it AS name_default
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_sizes_product tszp ON (tp.size = tszp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 73 and tcctp.nleft >= 72 AND tszp.id IS NOT NULL AND tszp.type = 1
GROUP BY
tszp.name_it
ORDER BY
tszp.sorting asc | 2.97ms |
43 | SELECT FOUND_ROWS() AS totrow | 178μs |
44 | SELECT SQL_CALC_FOUND_ROWS
tbl_exclusions.*
FROM tbl_exclusions
WHERE enabled = 1 AND from_date < '2023-10-02 14:19:50' AND to_date > '2023-10-02 14:19:50' AND (order_type = 1 OR order_type = "") AND (company_code = 1) AND
company_code = 1
| 177μs |
45 | SELECT FOUND_ROWS() AS totrow | 170μs |
46 | SELECT SQL_CALC_FOUND_ROWS
tgp.code,
tgp.name_it AS name,
tgp.name_it AS name_default
FROM tbl_products tp
INNER JOIN tbl_families_product tfp ON (tp.family_code = tfp.code) INNER JOIN tbl_categories_product tctp ON (tp.category_code = tctp.code)
LEFT OUTER JOIN tbl_genders_product tgp ON (tp.gender_code = tgp.code)
LEFT OUTER JOIN tbl_products_price_lists tppl ON (tppl.product_code = tp.code AND tppl.company_code = 1 AND tppl.currency = "99" AND tppl.code = "-1") LEFT OUTER JOIN tbl_products_price_lists tppl_c ON (tppl_c.product_code = tp.code AND tppl_c.company_code = 1 AND tppl_c.currency = '99' AND tppl_c.code = '01')
LEFT OUTER JOIN tbl_products_catalog_categories tpcct ON (tp.code = tpcct.product_code) LEFT OUTER JOIN tbl_catalog_categories_product tcctp ON (tcctp.id = tpcct.category_id)
WHERE tfp.enabled = 1 AND tctp.enabled = 1 AND tp.enabled = 1 AND tppl_c.price > 0 AND tcctp.nright <= 73 and tcctp.nleft >= 72 AND tgp.id IS NOT NULL
GROUP BY
tgp.id
ORDER BY
tgp.sorting asc | 3.81ms |
47 | SELECT FOUND_ROWS() AS totrow | 169μs |
48 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "068f80c7519d0528fb08e82137a72131"
LIMIT 0, 1 | 174μs |
49 | SELECT FOUND_ROWS() AS totrow | 169μs |
50 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 186μs |
51 | SELECT FOUND_ROWS() AS totrow | 165μs |
52 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 159μs |
53 | SELECT FOUND_ROWS() AS totrow | 157μs |
54 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 157μs |
55 | SELECT FOUND_ROWS() AS totrow | 170μs |
56 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
57 | SELECT FOUND_ROWS() AS totrow | 154μs |
58 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
59 | SELECT FOUND_ROWS() AS totrow | 152μs |
60 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
61 | SELECT FOUND_ROWS() AS totrow | 164μs |
62 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 157μs |
63 | SELECT FOUND_ROWS() AS totrow | 156μs |
64 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
65 | SELECT FOUND_ROWS() AS totrow | 170μs |
66 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 186μs |
67 | SELECT FOUND_ROWS() AS totrow | 156μs |
68 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
69 | SELECT FOUND_ROWS() AS totrow | 171μs |
70 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
71 | SELECT FOUND_ROWS() AS totrow | 166μs |
72 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
73 | SELECT FOUND_ROWS() AS totrow | 153μs |
74 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
75 | SELECT FOUND_ROWS() AS totrow | 154μs |
76 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
77 | SELECT FOUND_ROWS() AS totrow | 152μs |
78 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
79 | SELECT FOUND_ROWS() AS totrow | 180μs |
80 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
81 | SELECT FOUND_ROWS() AS totrow | 152μs |
82 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 189μs |
83 | SELECT FOUND_ROWS() AS totrow | 173μs |
84 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
85 | SELECT FOUND_ROWS() AS totrow | 154μs |
86 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
87 | SELECT FOUND_ROWS() AS totrow | 151μs |
88 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
89 | SELECT FOUND_ROWS() AS totrow | 153μs |
90 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
91 | SELECT FOUND_ROWS() AS totrow | 152μs |
92 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 176μs |
93 | SELECT FOUND_ROWS() AS totrow | 178μs |
94 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
95 | SELECT FOUND_ROWS() AS totrow | 152μs |
96 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
97 | SELECT FOUND_ROWS() AS totrow | 151μs |
98 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
99 | SELECT FOUND_ROWS() AS totrow | 169μs |
100 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
101 | SELECT FOUND_ROWS() AS totrow | 152μs |
102 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 168μs |
103 | SELECT FOUND_ROWS() AS totrow | 157μs |
104 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
105 | SELECT FOUND_ROWS() AS totrow | 152μs |
106 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
107 | SELECT FOUND_ROWS() AS totrow | 151μs |
108 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
109 | SELECT FOUND_ROWS() AS totrow | 152μs |
110 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 158μs |
111 | SELECT FOUND_ROWS() AS totrow | 180μs |
112 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 184μs |
113 | SELECT FOUND_ROWS() AS totrow | 153μs |
114 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 163μs |
115 | SELECT FOUND_ROWS() AS totrow | 152μs |
116 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 170μs |
117 | SELECT FOUND_ROWS() AS totrow | 153μs |
118 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
119 | SELECT FOUND_ROWS() AS totrow | 152μs |
120 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
121 | SELECT FOUND_ROWS() AS totrow | 169μs |
122 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
123 | SELECT FOUND_ROWS() AS totrow | 151μs |
124 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
125 | SELECT FOUND_ROWS() AS totrow | 152μs |
126 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 158μs |
127 | SELECT FOUND_ROWS() AS totrow | 151μs |
128 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 152μs |
129 | SELECT FOUND_ROWS() AS totrow | 154μs |
130 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
131 | SELECT FOUND_ROWS() AS totrow | 167μs |
132 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
133 | SELECT FOUND_ROWS() AS totrow | 152μs |
134 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
135 | SELECT FOUND_ROWS() AS totrow | 151μs |
136 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 159μs |
137 | SELECT FOUND_ROWS() AS totrow | 153μs |
138 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
139 | SELECT FOUND_ROWS() AS totrow | 154μs |
140 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 177μs |
141 | SELECT FOUND_ROWS() AS totrow | 156μs |
142 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
143 | SELECT FOUND_ROWS() AS totrow | 154μs |
144 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
145 | SELECT FOUND_ROWS() AS totrow | 169μs |
146 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
147 | SELECT FOUND_ROWS() AS totrow | 227μs |
148 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 199μs |
149 | SELECT FOUND_ROWS() AS totrow | 233μs |
150 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 224μs |
151 | SELECT FOUND_ROWS() AS totrow | 199μs |
152 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 213μs |
153 | SELECT FOUND_ROWS() AS totrow | 212μs |
154 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 192μs |
155 | SELECT FOUND_ROWS() AS totrow | 174μs |
156 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 184μs |
157 | SELECT FOUND_ROWS() AS totrow | 160μs |
158 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
159 | SELECT FOUND_ROWS() AS totrow | 153μs |
160 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
161 | SELECT FOUND_ROWS() AS totrow | 165μs |
162 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
163 | SELECT FOUND_ROWS() AS totrow | 153μs |
164 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
165 | SELECT FOUND_ROWS() AS totrow | 168μs |
166 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 217μs |
167 | SELECT FOUND_ROWS() AS totrow | 162μs |
168 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
169 | SELECT FOUND_ROWS() AS totrow | 153μs |
170 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 178μs |
171 | SELECT FOUND_ROWS() AS totrow | 156μs |
172 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
173 | SELECT FOUND_ROWS() AS totrow | 152μs |
174 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 152μs |
175 | SELECT FOUND_ROWS() AS totrow | 162μs |
176 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
177 | SELECT FOUND_ROWS() AS totrow | 152μs |
178 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 162μs |
179 | SELECT FOUND_ROWS() AS totrow | 151μs |
180 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
181 | SELECT FOUND_ROWS() AS totrow | 163μs |
182 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
183 | SELECT FOUND_ROWS() AS totrow | 152μs |
184 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
185 | SELECT FOUND_ROWS() AS totrow | 152μs |
186 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
187 | SELECT FOUND_ROWS() AS totrow | 150μs |
188 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 152μs |
189 | SELECT FOUND_ROWS() AS totrow | 150μs |
190 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
191 | SELECT FOUND_ROWS() AS totrow | 171μs |
192 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
193 | SELECT FOUND_ROWS() AS totrow | 165μs |
194 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
195 | SELECT FOUND_ROWS() AS totrow | 163μs |
196 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
197 | SELECT FOUND_ROWS() AS totrow | 152μs |
198 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 152μs |
199 | SELECT FOUND_ROWS() AS totrow | 154μs |
200 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 167μs |
201 | SELECT FOUND_ROWS() AS totrow | 153μs |
202 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 152μs |
203 | SELECT FOUND_ROWS() AS totrow | 150μs |
204 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
205 | SELECT FOUND_ROWS() AS totrow | 152μs |
206 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 160μs |
207 | SELECT FOUND_ROWS() AS totrow | 152μs |
208 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
209 | SELECT FOUND_ROWS() AS totrow | 150μs |
210 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 164μs |
211 | SELECT FOUND_ROWS() AS totrow | 155μs |
212 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
213 | SELECT FOUND_ROWS() AS totrow | 151μs |
214 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 153μs |
215 | SELECT FOUND_ROWS() AS totrow | 151μs |
216 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 249μs |
217 | SELECT FOUND_ROWS() AS totrow | 154μs |
218 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 154μs |
219 | SELECT FOUND_ROWS() AS totrow | 151μs |
220 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 176μs |
221 | SELECT FOUND_ROWS() AS totrow | 152μs |
222 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
223 | SELECT FOUND_ROWS() AS totrow | 240μs |
224 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 218μs |
225 | SELECT FOUND_ROWS() AS totrow | 202μs |
226 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 207μs |
227 | SELECT FOUND_ROWS() AS totrow | 199μs |
228 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 249μs |
229 | SELECT FOUND_ROWS() AS totrow | 178μs |
230 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 197μs |
231 | SELECT FOUND_ROWS() AS totrow | 170μs |
232 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 186μs |
233 | SELECT FOUND_ROWS() AS totrow | 170μs |
234 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 190μs |
235 | SELECT FOUND_ROWS() AS totrow | 166μs |
236 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 183μs |
237 | SELECT FOUND_ROWS() AS totrow | 167μs |
238 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 169μs |
239 | SELECT FOUND_ROWS() AS totrow | 163μs |
240 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 165μs |
241 | SELECT FOUND_ROWS() AS totrow | 202μs |
242 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 229μs |
243 | SELECT FOUND_ROWS() AS totrow | 218μs |
244 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 221μs |
245 | SELECT FOUND_ROWS() AS totrow | 169μs |
246 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 198μs |
247 | SELECT FOUND_ROWS() AS totrow | 167μs |
248 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 174μs |
249 | SELECT FOUND_ROWS() AS totrow | 155μs |
250 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 229μs |
251 | SELECT FOUND_ROWS() AS totrow | 161μs |
252 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 159μs |
253 | SELECT FOUND_ROWS() AS totrow | 155μs |
254 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 155μs |
255 | SELECT FOUND_ROWS() AS totrow | 168μs |
256 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 187μs |
257 | SELECT FOUND_ROWS() AS totrow | 157μs |
258 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
WHERE
slag = "d41d8cd98f00b204e9800998ecf8427e"
LIMIT 0, 1 | 156μs |
259 | SELECT FOUND_ROWS() AS totrow | 152μs |
260 | SELECT SQL_CALC_FOUND_ROWS
tbl_dictionary.string,
tbl_dictionary.translate_it AS translate
FROM tbl_dictionary
| 440μs |
261 | SELECT FOUND_ROWS() AS totrow | 180μs |