DEBUG enable Num SQL queries:245 Num fetched rows:681 including array rows:8 Time of script run:0.15446400642395 Time of SQL queries:0.11856770515442 Timers out: Счетчик "Подгототовка страницы", время выполнения - 0.0026с Счетчик "ModIshopGood Good statistic", время выполнения - 0с Счетчик "ModIshopGood bread", время выполнения - 0.0016с Счетчик "ModIshopGood photos", время выполнения - 0.0131с Счетчик "ModIshopGood main data", время выполнения - 0.0781с Счетчик "ModIshopGood params", время выполнения - 0.0019с Счетчик "ModIshopGood Nalichie", время выполнения - 0.0464с Счетчик "ModIshopGood mklass", время выполнения - 0.0002с Счетчик "Start GetDeliveryList", время выполнения - 0с Счетчик "Get DeliveryList from cache", время выполнения - 0.0001с Счетчик "DeliveryList transforms", время выполнения - 0.0001с Счетчик "ModIshopGood delivery", время выполнения - 0с Счетчик "Module=ishop", время выполнения - 0.1421с Счетчик "Block=stat", время выполнения - 0.0001с Счетчик "Block=cssstylescard", время выполнения - 0с Счетчик "Block=headcardjs", время выполнения - 0с Счетчик "Block=header", время выполнения - 0.0001с Счетчик "Block=catalogtree", время выполнения - 0.0005с Счетчик "Block=retailrocketblocks", время выполнения - 0.0001с Счетчик "Block=footer", время выполнения - 0.0002с Счетчик "Block=appdownload", время выполнения - 0.0001с Счетчик "Block=footercardjs", время выполнения - 0.0001с Счетчик "Block=ganalitics", время выполнения - 0.0001с Счетчик "Block=metrika", время выполнения - 0.0002с Счетчик "Block=jivosite", время выполнения - 0.0001с Счетчик "Block=statmailru", время выполнения - 0.0001с
SELECT * FROM leo_clients_unregistered WHERE register_code='c122dbf64ce2ff130f8f2ba440511facaaaeaa5c' # Num rows 1Run time:Time of run:0.00038504600524902
SELECT new_link FROM leo_redirect WHERE old_link = "/ishop/good_32003250482/" AND active = 1 # Num rows 0Run time:Time of run:0.00022292137145996
SELECT geo_city FROM leo_clients_unregistered WHERE client_id=566525820 LIMIT 1; # Num rows 1Run time:Time of run:0.00018501281738281
SELECT id_city,path,name,ishop_id,ishop_name,kladr_id,country_id,utc,largest_dep_id,final_sale FROM leo_city WHERE id_city=0 # Num rows 0Run time:Time of run:0.00018095970153809
SELECT id_city FROM leo_city_preffered WHERE city='Astana' ORDER BY `lock` DESC,countEnt DESC LIMIT 1; # Num rows -1Run time:Time of run:0.00014185905456543
SELECT id_city,path,name,ishop_id,ishop_name,kladr_id,country_id,utc,largest_dep_id,final_sale FROM leo_city WHERE path='astana'; # Num rows 1Run time:Time of run:0.00019693374633789
SELECT index_id,title,domen
FROM leonardo_kz_ru.leo_index WHERE parent_index_id=0 AND alias
LIKE 'ishop' LIMIT 1; # Num rows 1Run time:Time of run:0.00022101402282715
SELECT index_id,title,domen
FROM leonardo_kz_ru.leo_index WHERE parent_index_id=2 AND alias
LIKE 'good_32003250482' LIMIT 1; # Num rows 0Run time:Time of run:0.00020813941955566
SELECT IFNULL(NULLIF(lil.title,""), li.title) as title,li.template_id,li.content,li.domen,li.index_id
FROM leonardo_kz_ru.leo_index AS li LEFT JOIN leonardo_kz_ru.leo_index_lang AS lil ON li.index_id=lil.index_id AND lil.lang="kz" WHERE li.index_id=2; # Num rows 1Run time:Time of run:0.00026583671569824
SELECT html
FROM leonardo_kz_ru.leo_template WHERE template_id=22 # Num rows 1Run time:Time of run:0.00017094612121582
SELECT metatag FROM leonardo_kz_ru.leo_index WHERE index_id = 2 # Num rows 1Run time:Time of run:0.00014305114746094
SELECT personaldata FROM leo_clients_unregistered WHERE client_id = 566525820 # Num rows 1Run time:Time of run:0.0001368522644043
SELECT t2.id_detail,t2.id_good,CONCAT_WS(' ',t4.f_tree_fullname,t1.goodname,t2.detailname) AS f1,CONCAT_WS('\n\n',t1.gooddescr,t6.detaildescr) AS f2, 0 AS none ,t1.id_tree,t1.dimension,t1.price, NULL, t1.f_tree_id
FROM leonardo_kz.leo_details AS t2
LEFT JOIN leonardo_kz.leo_goods AS t1 ON t2.id_good=t1.id_good
LEFT JOIN leonardo_kz.leo_tistree AS t4 ON t4.f_tree_id=t1.f_tree_id
LEFT JOIN leo_detail_desc AS t6 ON t2.id_detail=t6.id_detail
WHERE t2.id_detail=32003250482 ORDER BY f1; # Num rows 1Run time:Time of run:0.0010321140289307
SELECT
t1.id_tree,IFNULL(NULLIF(lt1.treename,""),t1.treename) as treename,
t2.id_tree,IFNULL(NULLIF(lt2.treename,""),t2.treename) as treename,
t3.id_tree,IFNULL(NULLIF(lt3.treename,""),t3.treename) as treename,
t4.id_tree,IFNULL(NULLIF(lt4.treename,""),t4.treename) as treename,
t5.id_tree,IFNULL(NULLIF(lt5.treename,""),t5.treename) as treename
FROM leo_tree_goods AS tn
LEFT JOIN leo_tree AS t1 ON tn.id_tree=t1.id_tree
LEFT JOIN leo_tree AS t2 ON t1.shop_tree_id=t2.id_tree
LEFT JOIN leo_tree AS t3 ON t2.shop_tree_id=t3.id_tree
LEFT JOIN leo_tree AS t4 ON t3.shop_tree_id=t4.id_tree
LEFT JOIN leo_tree AS t5 ON t4.shop_tree_id=t5.id_tree
LEFT JOIN leo_tree_lang AS lt1 ON t1.id_tree=lt1.id_tree AND lt1.lang = "kz"
LEFT JOIN leo_tree_lang AS lt2 ON t2.id_tree=lt2.id_tree AND lt2.lang = "kz"
LEFT JOIN leo_tree_lang AS lt3 ON t3.id_tree=lt3.id_tree AND lt3.lang = "kz"
LEFT JOIN leo_tree_lang AS lt4 ON t1.id_tree=lt4.id_tree AND lt4.lang = "kz"
LEFT JOIN leo_tree_lang AS lt5 ON t1.id_tree=lt5.id_tree AND lt5.lang = "kz"
WHERE tn.id_good=136263998444 # Num rows 1Run time:Time of run:0.0005648136138916
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d32003250482' # Num rows 1Run time:Time of run:0.00027108192443848
SELECT id_city, dep_id FROM leo_shops WHERE work = 1 # Num rows 135Run time:Time of run:0.00056314468383789
SELECT * FROM leo_actions AS t1 WHERE t1.visible=1 AND t1.startaction<NOW() AND t1.endaction>NOW() AND (t1.region=0 || t1.region=3) # Num rows 4Run time:Time of run:0.00068092346191406
SELECT id_good FROM leo_goods_params WHERE id_param=-5 AND value="Распродажа декупажной бумаги 2024" # Num rows 4Run time:Time of run:0.0070798397064209
SELECT id_good FROM leo_goods_params WHERE id_param=-5 AND value="Семь дней выгоды" # Num rows 85Run time:Time of run:0.0004420280456543
SELECT t1.id,t1.discount_id,t1.discount_value,t1.discountprice_value,t1.discount_from,t1.discountcode,t1.discount_start,t2.discount_description,t2.discount_type FROM leo_clients_discounts_unregistered AS t1 LEFT JOIN leo_discounts AS t2 ON t1.discount_id=t2.discount_id WHERE t1.client_id=566525820 AND t1.discount_start<NOW() AND t1.discount_end>NOW(); # Num rows 0Run time:Time of run:0.00028896331787109
SELECT t2.FileName FROM images.detail_photo AS t2 WHERE DetailId=32003250482 AND PhotoQualityId<3 AND RoznAllow=1 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0010228157043457
SELECT FileName FROM images.goods_photo WHERE GoodId=136263998444 AND PhotoQualityId<3 AND RoznAllow=1 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 0Run time:Time of run:0.0003349781036377
SELECT videolink,preview FROM images.goods_video WHERE GoodId=136263998444 AND (DetailId=0 OR DetailId=32003250482) # Num rows 0Run time:Time of run:0.00024008750915527
SELECT * FROM leo_goods_params AS t1,leo_actions AS t2 WHERE t1.id_good=136263998444 AND t1.id_param=-5 AND t1.value=t2.tisname AND t2.typeid > 0 AND t2.visible = 1 AND startaction<NOW() AND endaction>NOW() AND (t2.region=0 || t2.region=3) # Num rows 0Run time:Time of run:0.0038928985595703
SELECT count(*) FROM `leo_details` AS t1, leo_goods_params AS t2 WHERE t1.`id_good`=t2.id_good AND t1.`id_detail` = 32003250482 AND t2.id_param=72250129794 # Num rows 1Run time:Time of run:0.00039196014404297
SELECT t2.id_detail,t2.detailname,t2.colorcode, t3.goodname
FROM leonardo_kz.leo_details AS t2
LEFT JOIN leonardo_kz.leo_goods AS t3 ON t2.id_good=t3.id_good
WHERE t2.id_good=136263998444 GROUP BY t2.id_detail
ORDER BY t2.detailname ASC # Num rows 71Run time:Time of run:0.00077295303344727
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705044934 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00043320655822754
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705044934 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00033283233642578
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d65705044934' # Num rows 1Run time:Time of run:0.00030112266540527
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231668314 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00037288665771484
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231668314 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00026893615722656
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70231668314' # Num rows 1Run time:Time of run:0.00023889541625977
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540134364 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00036191940307617
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540134364 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026798248291016
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540134364' # Num rows 1Run time:Time of run:0.00021600723266602
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540810174 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025796890258789
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540810174 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023603439331055
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540810174' # Num rows 1Run time:Time of run:0.00043296813964844
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541438714 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.0003049373626709
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541438714 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00039005279541016
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541438714' # Num rows 1Run time:Time of run:0.00023198127746582
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541479614 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0003359317779541
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541479614 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0004730224609375
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541479614' # Num rows 1Run time:Time of run:0.00024700164794922
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541860124 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00037002563476562
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541860124 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00033712387084961
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541860124' # Num rows 1Run time:Time of run:0.00021195411682129
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541783334 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026917457580566
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541783334 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00030303001403809
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541783334' # Num rows 1Run time:Time of run:0.00021505355834961
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541358204 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00038313865661621
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541358204 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00030517578125
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541358204' # Num rows 1Run time:Time of run:0.00020194053649902
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540085924 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00031685829162598
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540085924 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027704238891602
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540085924' # Num rows 1Run time:Time of run:0.0002589225769043
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541905044 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00036811828613281
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541905044 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00028419494628906
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541905044' # Num rows 1Run time:Time of run:0.00023794174194336
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540757594 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027012825012207
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540757594 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025486946105957
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540757594' # Num rows 1Run time:Time of run:0.00022196769714355
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99070194694 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029087066650391
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99070194694 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026512145996094
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d99070194694' # Num rows 1Run time:Time of run:0.00024890899658203
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99065833134 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025320053100586
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99065833134 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00030398368835449
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d99065833134' # Num rows 1Run time:Time of run:0.00024700164794922
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705112834 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00031399726867676
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705112834 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027704238891602
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d65705112834' # Num rows 1Run time:Time of run:0.00021982192993164
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59849200392 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027894973754883
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59849200392 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023102760314941
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d59849200392' # Num rows 1Run time:Time of run:0.00018906593322754
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70232008704 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026202201843262
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70232008704 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026702880859375
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70232008704' # Num rows 1Run time:Time of run:0.000244140625
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59848073962 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00033402442932129
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59848073962 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00025105476379395
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d59848073962' # Num rows 1Run time:Time of run:0.00021815299987793
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541508064 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029706954956055
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541508064 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029206275939941
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541508064' # Num rows 1Run time:Time of run:0.00018811225891113
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=69636003494 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00037789344787598
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=69636003494 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0003349781036377
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63539589794 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00032687187194824
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63539589794 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00032496452331543
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63539589794' # Num rows 1Run time:Time of run:0.00023007392883301
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541738834 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00030612945556641
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541738834 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00036716461181641
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541738834' # Num rows 1Run time:Time of run:0.00019717216491699
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541800084 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025296211242676
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541800084 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026893615722656
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541800084' # Num rows 1Run time:Time of run:0.00018405914306641
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231948054 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029492378234863
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231948054 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027608871459961
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70231948054' # Num rows 1Run time:Time of run:0.00018191337585449
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63539810444 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027012825012207
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63539810444 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026512145996094
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63539810444' # Num rows 1Run time:Time of run:0.00019502639770508
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59848926102 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00031495094299316
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59848926102 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00024700164794922
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d59848926102' # Num rows 1Run time:Time of run:0.00017094612121582
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541494164 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026893615722656
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541494164 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00028204917907715
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541494164' # Num rows 1Run time:Time of run:0.00018501281738281
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231572414 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026893615722656
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231572414 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027298927307129
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70231572414' # Num rows 1Run time:Time of run:0.0002589225769043
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541486414 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029993057250977
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541486414 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025391578674316
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541486414' # Num rows 1Run time:Time of run:0.0002140998840332
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705643604 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002899169921875
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65705643604 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026297569274902
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d65705643604' # Num rows 1Run time:Time of run:0.00022101402282715
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541771634 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00028491020202637
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541771634 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00033807754516602
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541771634' # Num rows 1Run time:Time of run:0.00020909309387207
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541264804 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0003049373626709
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541264804 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026607513427734
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540351384 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029492378234863
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540351384 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002899169921875
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540351384' # Num rows 1Run time:Time of run:0.00019311904907227
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=74060580514 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027203559875488
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=74060580514 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002291202545166
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d74060580514' # Num rows 1Run time:Time of run:0.0001828670501709
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231754994 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00029897689819336
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231754994 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023603439331055
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70231754994' # Num rows 1Run time:Time of run:0.00020480155944824
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540059404 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00034809112548828
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540059404 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023293495178223
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540059404' # Num rows 1Run time:Time of run:0.00018811225891113
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=61367310292 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027894973754883
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=61367310292 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026917457580566
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d61367310292' # Num rows 1Run time:Time of run:0.00017809867858887
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541752524 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025105476379395
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541752524 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025296211242676
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541752524' # Num rows 1Run time:Time of run:0.00025081634521484
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541538674 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023388862609863
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541538674 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019693374633789
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541538674' # Num rows 1Run time:Time of run:0.00016999244689941
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=95371015544 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00027203559875488
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=95371015544 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022697448730469
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d95371015544' # Num rows 1Run time:Time of run:0.00020098686218262
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231431754 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023698806762695
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70231431754 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0001988410949707
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70231431754' # Num rows 1Run time:Time of run:0.00015997886657715
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540941214 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022196769714355
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540941214 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022506713867188
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540941214' # Num rows 1Run time:Time of run:0.00014901161193848
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=74060538924 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020313262939453
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=74060538924 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002140998840332
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d74060538924' # Num rows 1Run time:Time of run:0.00018906593322754
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541623914 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020217895507812
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541623914 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019502639770508
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541623914' # Num rows 1Run time:Time of run:0.00016379356384277
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540962424 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00024509429931641
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540962424 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020503997802734
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540962424' # Num rows 1Run time:Time of run:0.00016307830810547
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65704789194 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026202201843262
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=65704789194 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023818016052246
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d65704789194' # Num rows 1Run time:Time of run:0.00017499923706055
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=95369288464 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00024700164794922
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=95369288464 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 1Run time:Time of run:0.00018095970153809
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d95369288464' # Num rows 1Run time:Time of run:0.00022006034851074
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541894014 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020194053649902
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541894014 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019598007202148
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541894014' # Num rows 1Run time:Time of run:0.00015711784362793
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99066083664 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022411346435547
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=99066083664 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022602081298828
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d99066083664' # Num rows 1Run time:Time of run:0.00017499923706055
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59849734762 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022792816162109
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=59849734762 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021791458129883
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d59849734762' # Num rows 1Run time:Time of run:0.00017499923706055
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541038104 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019192695617676
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541038104 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00018692016601562
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541038104' # Num rows 1Run time:Time of run:0.00015497207641602
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541094444 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020909309387207
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541094444 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023293495178223
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541094444' # Num rows 1Run time:Time of run:0.00018119812011719
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=32003250482 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00031304359436035
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=32003250482 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023794174194336
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541013804 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00026106834411621
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541013804 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021481513977051
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541013804' # Num rows 1Run time:Time of run:0.00016903877258301
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540702654 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021696090698242
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540702654 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002288818359375
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540702654' # Num rows 1Run time:Time of run:0.00020408630371094
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540012244 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021719932556152
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63540012244 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00024700164794922
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63540012244' # Num rows 1Run time:Time of run:0.00019502639770508
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541451424 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00018811225891113
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541451424 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019288063049316
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541451424' # Num rows 1Run time:Time of run:0.00017619132995605
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70230878994 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00030303001403809
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70230878994 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00025486946105957
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70230878994' # Num rows 1Run time:Time of run:0.00016498565673828
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541490284 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022506713867188
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541490284 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00022602081298828
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541490284' # Num rows 1Run time:Time of run:0.00016498565673828
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541236084 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019717216491699
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541236084 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023102760314941
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541236084' # Num rows 1Run time:Time of run:0.00018119812011719
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=69768635734 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020909309387207
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=69768635734 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021004676818848
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d69768635734' # Num rows 1Run time:Time of run:0.00016689300537109
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70232075914 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0001828670501709
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=70232075914 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019311904907227
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d70232075914' # Num rows 1Run time:Time of run:0.00019407272338867
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541681344 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0001990795135498
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=63541681344 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002591609954834
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d63541681344' # Num rows 1Run time:Time of run:0.00018787384033203
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=16331303072 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 3Run time:Time of run:0.00025606155395508
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d16331303072' # Num rows 1Run time:Time of run:0.00017499923706055
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=16331287802 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 4Run time:Time of run:0.00019407272338867
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d16331287802' # Num rows 1Run time:Time of run:0.00016999244689941
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=13951221802 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 3Run time:Time of run:0.00022101402282715
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d13951221802' # Num rows 1Run time:Time of run:0.00015997886657715
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349904154 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023794174194336
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349904154 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020194053649902
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d71349904154' # Num rows 1Run time:Time of run:0.00017595291137695
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349016324 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020194053649902
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349016324 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00019502639770508
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d71349016324' # Num rows 1Run time:Time of run:0.00020194053649902
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349952904 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.0002439022064209
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349952904 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020813941955566
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d71349952904' # Num rows 1Run time:Time of run:0.00021886825561523
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71348439004 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00023007392883301
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71348439004 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00021505355834961
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d71348439004' # Num rows 1Run time:Time of run:0.00016593933105469
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349811224 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00020694732666016
SELECT t2.FileName
FROM images.detail_photo AS t2
WHERE DetailId=71349811224 AND PhotoQualityId<3 ORDER BY GoodPriority DESC,TreePriority DESC,FileName ASC # Num rows 2Run time:Time of run:0.00018501281738281
SELECT card FROM leonardo_kz_test.leo_goods_cards_kz WHERE cardid='d71349811224' # Num rows 1Run time:Time of run:0.00015592575073242
SELECT t2.name,t1.value,t1.id_param
FROM leonardo_kz.leo_goods_params AS t1
LEFT JOIN leonardo_kz.params AS t2 ON t1.id_param=t2.id_param
WHERE t1.id_good=136263998444 AND t1.id_param!=-5 ORDER BY t2.name,t1.value; # Num rows 11Run time:Time of run:0.00033998489379883
SELECT t2.name,t1.value, t1.id_param
FROM leonardo_kz.leo_details_params AS t1
LEFT JOIN leonardo_kz.paramsd AS t2 ON t1.id_param=t2.id_param
WHERE t1.id_detail=32003250482 ORDER BY t2.name,t1.value; # Num rows 4Run time:Time of run:0.00024700164794922
SELECT t2.filename, t2.id_purpose, t2.id_good, t2.id_detail, t2.filetype FROM images.goodfiles AS t2 WHERE (id_good = 136263998444 OR id_detail = 32003250482) AND t2.filename LIKE "%.pdf%" ORDER BY t2.filename # Num rows 0Run time:Time of run:0.0002748966217041
SELECT t1.count,t2.price,t4.goodname,t3.detailname,t1.id_detail,t5.f_tree_fullname,t2.sizes,tz.sizes,t4.discount,t4.dimension,t3.id_good,t1.market_source,t1.market_type,t1.market_id, t4.nds,t1.waited FROM leo_cart_unregistered AS t1 LEFT JOIN tis_dep AS t2 ON t1.id_detail=t2.code AND t2.dep_id=401 LEFT JOIN tis_dep AS tz ON t1.id_detail=tz.code AND tz.dep_id=1 LEFT JOIN leo_details AS t3 ON t1.id_detail=t3.id_detail LEFT JOIN leo_goods AS t4 ON t3.id_good=t4.id_good LEFT JOIN leo_tistree AS t5 ON t4.f_tree_id=t5.f_tree_id WHERE t1.client_id=566525820; # Num rows 0Run time:Time of run:0.0003359317779541
SELECT t1.id,t1.discount_id,t1.discount_value,t1.discountprice_value,t1.discount_from,t1.discountcode,t1.discount_start,t2.discount_description FROM leo_clients_discounts_unregistered AS t1 LEFT JOIN leo_discounts AS t2 ON t1.discount_id=t2.discount_id WHERE t1.client_id=566525820 AND t1.discount_start<NOW() AND t1.discount_end>NOW() AND t1.discount_from<=0 ORDER BY t1.id DESC LIMIT 1; # Num rows 0Run time:Time of run:0.00025391578674316
SELECT * FROM images.good_links WHERE id_good=136263998444 # Num rows 0Run time:Time of run:0.00014901161193848
SELECT * FROM images.good_links WHERE id_good=136263998444 # Num rows 0Run time:Time of run:0.00014901161193848
SELECT * FROM images.goodlinks WHERE id_goodlink = 136263998444 OR id_good=136263998444 # Num rows 0Run time:Time of run:0.044837951660156
SELECT * FROM images.goodlinks WHERE id_good=136263998444 # Num rows 0Run time:Time of run:0.00029706954956055
SELECT leo_mclasses.* FROM leo_mclasses,leo_mclasses_goods,leo_details WHERE visible=1 AND leo_mclasses.id=leo_mclasses_goods.id_mclasses AND (leo_mclasses_goods.id_detail=32003250482 OR leo_mclasses_goods.id_good=leo_details.id_good) AND leo_details.id_detail=32003250482 GROUP BY leo_mclasses.id ORDER BY leo_mclasses.id DESC LIMIT 5; # Num rows 0Run time:Time of run:0.0006110668182373
SELECT html
FROM leonardo_kz_ru.leo_template WHERE template_id=21 # Num rows 1Run time:Time of run:0.0002288818359375
SELECT new_link FROM leo_canonical WHERE old_link = "/ishop/good_32003250482/" AND active = 1 # Num rows 0Run time:Time of run:0.00018191337585449