1
0.77 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . title AS title_3 , t0 . keywords AS keywords_4 , t0 . description AS description_5 , t0 . about AS about_6 , t0 . contact AS contact_7 FROM setting_lang t0 WHERE t0 . lang = ? ORDER BY t0 . id ASC LIMIT 1
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . title AS title_3 , t0 . keywords AS keywords_4 , t0 . description AS description_5 , t0 . about AS about_6 , t0 . contact AS contact_7 FROM setting_lang t0 WHERE t0 . lang = 'en' ORDER BY t0 . id ASC LIMIT 1 ;
Copy
2
0.47 ms
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . title AS title_3 , t0 . keywords AS keywords_4 , t0 . description AS description_5 , t0 . category_id AS category_id_6 FROM category_lang t0 WHERE t0 . lang = ?
SELECT t0 . id AS id_1 , t0 . lang AS lang_2 , t0 . title AS title_3 , t0 . keywords AS keywords_4 , t0 . description AS description_5 , t0 . category_id AS category_id_6 FROM category_lang t0 WHERE t0 . lang = 'en' ;
Copy
3
1.74 ms
SELECT p0_ . id AS id_0 , p0_ . pcode AS pcode_1 , p0_ . image AS image_2 , p0_ . price AS price_3 , p0_ . quantity AS quantity_4 , p0_ . metal AS metal_5 , p0_ . weight AS weight_6 , p0_ . user_id AS user_id_7 , p0_ . status AS status_8 , p0_ . campaign AS campaign_9 , COALESCE (p1_ . title , p2_ . title ) AS sclr_10 , COALESCE (p1_ . description , p2_ . description ) AS sclr_11 , p0_ . pcode AS pcode_12 , p0_ . image AS image_13 , p0_ . price AS price_14 , p0_ . quantity AS quantity_15 , p0_ . metal AS metal_16 , p0_ . id AS id_17 , p0_ . status AS status_18 , p0_ . category_id AS category_id_19 FROM product p0_ LEFT JOIN product_lang p1_ ON p0_ . id = p1_ . product_id AND (p1_ . lang = ? ) LEFT JOIN product_lang p2_ ON p0_ . id = p2_ . product_id AND (p2_ . lang = ? ) WHERE p0_ . status = 1 LIMIT 12
Parameters :
[
"en "
"en "
]
SELECT p0_ . id AS id_0 , p0_ . pcode AS pcode_1 , p0_ . image AS image_2 , p0_ . price AS price_3 , p0_ . quantity AS quantity_4 , p0_ . metal AS metal_5 , p0_ . weight AS weight_6 , p0_ . user_id AS user_id_7 , p0_ . status AS status_8 , p0_ . campaign AS campaign_9 , COALESCE (p1_ . title , p2_ . title ) AS sclr_10 , COALESCE (p1_ . description , p2_ . description ) AS sclr_11 , p0_ . pcode AS pcode_12 , p0_ . image AS image_13 , p0_ . price AS price_14 , p0_ . quantity AS quantity_15 , p0_ . metal AS metal_16 , p0_ . id AS id_17 , p0_ . status AS status_18 , p0_ . category_id AS category_id_19 FROM product p0_ LEFT JOIN product_lang p1_ ON p0_ . id = p1_ . product_id AND (p1_ . lang = 'en' ) LEFT JOIN product_lang p2_ ON p0_ . id = p2_ . product_id AND (p2_ . lang = 'en' ) WHERE p0_ . status = 1 LIMIT 12 ;
Copy
4
0.27 ms
SELECT p0_ . id AS id_0 , p0_ . pcode AS pcode_1 , p0_ . image AS image_2 , p0_ . price AS price_3 , p0_ . quantity AS quantity_4 , p0_ . metal AS metal_5 , p0_ . weight AS weight_6 , p0_ . user_id AS user_id_7 , p0_ . status AS status_8 , p0_ . campaign AS campaign_9 , COALESCE (p1_ . title , p2_ . title ) AS sclr_10 , COALESCE (p1_ . description , p2_ . description ) AS sclr_11 , p0_ . pcode AS pcode_12 , p0_ . image AS image_13 , p0_ . price AS price_14 , p0_ . quantity AS quantity_15 , p0_ . metal AS metal_16 , p0_ . id AS id_17 , p0_ . status AS status_18 , p0_ . category_id AS category_id_19 FROM product p0_ LEFT JOIN product_lang p1_ ON p0_ . id = p1_ . product_id AND (p1_ . lang = ? ) LEFT JOIN product_lang p2_ ON p0_ . id = p2_ . product_id AND (p2_ . lang = ? ) WHERE p0_ . status = 1 LIMIT 12
Parameters :
[
"en "
"en "
]
SELECT p0_ . id AS id_0 , p0_ . pcode AS pcode_1 , p0_ . image AS image_2 , p0_ . price AS price_3 , p0_ . quantity AS quantity_4 , p0_ . metal AS metal_5 , p0_ . weight AS weight_6 , p0_ . user_id AS user_id_7 , p0_ . status AS status_8 , p0_ . campaign AS campaign_9 , COALESCE (p1_ . title , p2_ . title ) AS sclr_10 , COALESCE (p1_ . description , p2_ . description ) AS sclr_11 , p0_ . pcode AS pcode_12 , p0_ . image AS image_13 , p0_ . price AS price_14 , p0_ . quantity AS quantity_15 , p0_ . metal AS metal_16 , p0_ . id AS id_17 , p0_ . status AS status_18 , p0_ . category_id AS category_id_19 FROM product p0_ LEFT JOIN product_lang p1_ ON p0_ . id = p1_ . product_id AND (p1_ . lang = 'en' ) LEFT JOIN product_lang p2_ ON p0_ . id = p2_ . product_id AND (p2_ . lang = 'en' ) WHERE p0_ . status = 1 LIMIT 12 ;
Copy
5
1.64 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id is NULL AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id is NULL AND c . status = 1 ORDER BY cl . title ASC ;
Copy
6
0.47 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 23 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 23 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
7
0.45 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 7 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 7 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
8
0.33 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 11 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 11 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
9
0.28 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 2 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 2 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
10
0.29 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 12 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 12 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
11
0.34 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 1 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 1 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
12
0.31 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 3 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 3 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
13
0.31 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 13 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 13 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
14
0.15 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id is NULL AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id is NULL AND c . status = 1 ORDER BY cl . title ASC ;
Copy
15
0.14 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 23 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 23 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
16
0.13 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 7 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 7 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
17
0.11 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 11 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 11 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
18
0.12 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 2 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 2 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
19
0.10 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 12 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 12 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
20
0.10 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 1 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 1 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
21
0.13 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 3 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 3 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
22
0.10 ms
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 13 AND c . status = 1 ORDER BY cl . title ASC
SELECT c . id as catid , cl . title as title FROM category c JOIN category_lang cl on c . id = cl . category_id WHERE cl . lang = 'en' AND c . parent_id = 13 AND c . status = 1 ORDER BY cl . title ASC ;
Copy
23
0.34 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 7 ;
Copy
24
0.24 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 1 ;
Copy
25
0.20 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 11 ;
Copy
26
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 2 ;
Copy
27
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 12 ;
Copy
28
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 3 ;
Copy
29
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 10 ;
Copy
30
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 9 ;
Copy
31
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 18 ;
Copy
32
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 8 ;
Copy
33
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 20 ;
Copy
34
0.17 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 19 ;
Copy
35
0.20 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 13 ;
Copy
36
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 17 ;
Copy
37
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 15 ;
Copy
38
0.19 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 16 ;
Copy
39
0.17 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 14 ;
Copy
40
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 21 ;
Copy
41
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 22 ;
Copy
42
0.18 ms
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . image AS image_2 , t0 . status AS status_3 , t0 . parent_id AS parent_id_4 FROM category t0 WHERE t0 . id = 23 ;
Copy