PHP 8.2.1610.46.0
array_chunk(): Argument #2 ($length) must be greater than 0
}
$categoriesFilters = ConstructMenuController::getCategoryAndSiblings($MenuObject, $menuID);
Session::forget('brand_name');
Session::put('MenuObject', $MenuObject);
Session::put('menuID', $menuID);
Session::put('parentIds', $parentIds);
$productsResults = $this->getProductsResult($products['total']);
if ($products['filters']){
$sortedFilters = $this->getSortedFilters($products['filters']['data']);
}else{
$sortedFilters = [] ;
}
$productsChunks = array_chunk($products['data'], ceil(count($products['data']) / 2));
$banner = ProductListingBannersModel::where('cancelled', 0)->whereJsonContains('categories', (string)$menuID)->inRandomOrder()->first();
if (!$banner) { $banner = '';}
return view('pages.ecom.product-listing', [
"labelCategory"=>$labelCategory,
"Slug" => $slug,
'bread_crumb' => $breadCrumb,
"products" => $products,
'categoriesFilters' => $categoriesFilters,
'selectedId' => $menuID,
'inquireKeywordId'=>$inquireKeywordId,
'productsResults'=>$productsResults,
Request
https://houmata.com/gl/en/products/kitchen-utensils-tools?page=2
GET
curl "https://houmata.com/gl/en/products/kitchen-utensils-tools?page=2" \
-X GET \
-H 'accept: text/html,application/pdf,text/*,application/*' \
-H 'accept-encoding: gzip, br' \
-H 'connection: Keep-Alive' \
-H 'host: houmata.com' \
-H 'user-agent: Turnitin (https://bit.ly/2UvnfoQ)' \
-H 'if-modified-since: Fri, 12 Jul 2024 09:59:27 GMT' \
-H 'x-forwarded-for: 199.47.82.19' \
-H 'cf-ray: 8fc7b2f78ecbeb43-SEA' \
-H 'cf-ipcountry: US' \
-H 'x-forwarded-proto: https' \
-H 'cf-visitor: {"scheme":"https"}' \
-H 'cdn-loop: cloudflare; loops=1' \
-H 'cf-connecting-ip: 199.47.82.19';
Headers
- accept
text/html,application/pdf,text/*,application/*
- accept-encoding
gzip, br
- connection
Keep-Alive
- host
houmata.com
- user-agent
Turnitin (https://bit.ly/2UvnfoQ)
- if-modified-since
Fri, 12 Jul 2024 09:59:27 GMT
- x-forwarded-for
199.47.82.19
- cf-ray
8fc7b2f78ecbeb43-SEA
- cf-ipcountry
US
- x-forwarded-proto
https
- cf-visitor
{"scheme":"https"}
- cdn-loop
cloudflare; loops=1
- cf-connecting-ip
199.47.82.19
App
Routing
- Controller
App\Http\Controllers\CategoriesRelationsController@product_listing
- Route name
product-listing
- Middleware
web
throttle:60
App\Http\Middleware\EcomLanguageMiddleware
twa\ecomgeneral\middleware\storeRoutesMiddleware
twa\ecomgeneral\middleware\storeDefaultDataMiddleware
twa\htmlhelpers\middleware\TWASEOMiddleware
twa\ecomauth\middleware\AuthCheckProfileComplete
twa\cache\middleware\CacheMiddleware
Context
2:11:39 AM
17.07ms
mysql
select *, header_message_en AS header_message, label_en AS label from `ecom_stores` where `web_prefix` = gl and `cancelled` = 0 and `published` = 1 limit 1
2:11:39 AM
0.98ms
mysql
select *, header_message_en AS header_message, label_en AS label, group_en AS `group` , contact_us_store_information_en AS contact_us_store_information from `ecom_stores` where `id` = 1 and `cancelled` = 0 limit 1
2:11:39 AM
0.76ms
mysql
select *, name_en AS name, label_en AS label, symbol_en AS symbol from `ecom_currencies` where `id` in (9)
2:11:39 AM
0.72ms
mysql
select * from `settings_v2` where `cancelled` = 0
2:11:39 AM
3.75ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = '00_cms_utilities_frontend_menus_links' order by ordinal_position asc
2:11:39 AM
4.35ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = '00_cms_utilities_frontend_menus_links' order by ordinal_position asc
2:11:39 AM
1.31ms
mysql
select * from `00_cms_utilities_frontend_menus` where `label` = Main Menu and `ecom_stores_id` LIKE %"1"% and `cancelled` = 0 limit 1
2:11:39 AM
4.57ms
mysql
select *, label_en AS label, link_en AS link, CONCAT('https://cdn.houmata.com/houmata.com/public/data/front_end_menus/', id , '.', extension_image,'?v=' , version) AS image from `00_cms_utilities_frontend_menus_links` where `00_cms_utilities_frontend_menus_id` = ? and `cancelled` = ?
1
1
2
0
2:11:39 AM
8.73ms
mysql
insert into `ecom_users_temporary` (`token`, `cart`, `ip`, `updated_at`, `created_at`) values (t_68752fe91aba6ea56d2ff44a21496754, "[]", 199.47.82.19, 2025-01-04 02:11:39, 2025-01-04 02:11:39)
2:11:41 AM
1878.45ms
mysql
select * from `ecom_users_carts` where `ecom_users_temporary_id` = 1381612 and `purchased_at` is null and `ecom_stores_id` = 1 and expires_at > NOW() and `cancelled` = 0 order by `id` desc limit 1
2:11:41 AM
4.66ms
mysql
insert into `ecom_users_carts` (`expires_at`, `ecom_stores_id`, `updated_at`, `created_at`) values (2026-01-04T02:11:41.305398Z, 1, 2025-01-04 02:11:41, 2025-01-04 02:11:41)
2:11:41 AM
1.02ms
mysql
select * from `ecom_users_carts` where `id` = 1559523 limit 1
2:11:41 AM
0.76ms
mysql
select sum(`quantity`) as aggregate from `ecom_users_carts_products` where `ecom_users_carts_id` = 1559523 and `cancelled` = 0
2:11:41 AM
0.95ms
mysql
select * from `00_cms_seo_settings` where `cancelled` = 0 order by `orders` asc limit 1
2:11:41 AM
1.42ms
mysql
select * from `00_cms_seo_by_route` where `cancelled` = 0 order by CHAR_LENGTH(`route`) DESC
2:11:41 AM
41.13ms
mysql
select * from `00_cms_cache` where `url` = /gl/en/products/kitchen-utensils-tools0page=2 and `cancelled` = ? order by `id` desc limit 1
2:11:41 AM
0.7ms
mysql
select * from `settings_v2` where `cancelled` = 0 and `uuid` = 9894eb24-1fc9-11ee-a75f-06676af137de limit 1
2:11:41 AM
1.99ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = '00_cms_utilities_frontend_menus_links' order by ordinal_position asc
2:11:41 AM
20.44ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = '00_cms_utilities_frontend_menus_links' order by ordinal_position asc
2:11:41 AM
0.83ms
mysql
select * from `00_cms_utilities_frontend_menus` where `label` = Main Menu and `ecom_stores_id` LIKE %"1"% and `cancelled` = 0 limit 1
2:11:41 AM
5.36ms
mysql
select *, label_en AS label, link_en AS link, CONCAT('https://cdn.houmata.com/houmata.com/public/data/front_end_menus/', id , '.', extension_image,'?v=' , version) AS image from `00_cms_utilities_frontend_menus_links` where `00_cms_utilities_frontend_menus_id` = ? and `cancelled` = ?
1
1
2
0
2:11:41 AM
1.88ms
mysql
select * from `00_cms_utilities_frontend_menus_links` where `cancelled` = 0 and `slug` = kitchen-utensils-tools limit 1
2:11:41 AM
9.01ms
mysql
select * from `00_cms_utilities_frontend_menus_links` where `cancelled` = 0 and `id` in (3, 39) order by CASE id WHEN 3 THEN 0 WHEN 39 THEN 1 END
2:11:41 AM
1.62ms
mysql
select * from `ecom_products_collections` where `slug` = kitchen-utensils-tools and `ecom_stores_id` LIKE %"1"% and `display` = 1 and `cancelled` = 0 limit 1
2:11:41 AM
1.81ms
mysql
select * from `00_cms_utilities_frontend_menus_links` where `slug` = kitchen-utensils-tools and `00_cms_utilities_frontend_menus_id` in (select `id` from `00_cms_utilities_frontend_menus` where `ecom_stores_id` LIKE %"1"% and `cancelled` = 0) and `cancelled` = 0 limit 1
2:11:41 AM
1.66ms
mysql
select *, `label_en` as `label` from `00_cms_utilities_frontend_menus_links` where `id` = 39 limit 1
2:11:41 AM
3.58ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = 'ecom_products' order by ordinal_position asc
2:11:41 AM
24.71ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = 'ecom_products' order by ordinal_position asc
2:11:41 AM
12.87ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = 'ecom_products' order by ordinal_position asc
2:11:41 AM
0.6ms
mysql
SET SESSION group_concat_max_len = 99999999999
2:11:41 AM
221.53ms
mysql
select `id`, GROUP_CONCAT(ecom_products_filters_id SEPARATOR ',') AS col from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%) and `ecom_products_filters_id` is not null group by 'all' limit 1
2:11:41 AM
5.13ms
mysql
select `id`, `version`, `cms_attributes`, label_en AS label, group_en AS `group` from `ecom_products_filters` where `cancelled` = 0 and `id` in (286, 333, 391, 392, 397, 398, 1759, 384, 390, 404, 136, 406, 33, 393, 210, 74, 1418, 399, 439, 126, 174, 686, 388, 394, 409, 741, 1382, 473, 1387, 418, 425, 472, 401, 75) and (`cms_attributes` is null or `cms_attributes` NOT LIKE %"frontend_menus_filter":true%) order by `orders` asc
2:11:41 AM
214.8ms
mysql
select `id`, `ecom_products_bulk_pricing_id`, `family_group_id`, `hscode`, `barcode`, `price_ttc`, `keywords`, `digital_product`, `ecom_products_giftcards_id`, `ecom_vendors_id`, `ecom_products_brands_id`, `ecom_subcategories_id`, `00_cms_files_image`, (price_ttc - price_ttc * (COALESCE(discount,0) + 0) / 100) AS price, CONCAT("/gl/en/product/",slug) AS link from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%)
2:11:41 AM
1.21ms
mysql
select * from `ecom_vendors` where `id` in (62, 79, 119, 400)
2:11:42 AM
189ms
mysql
select min(`price_ttc`) as aggregate from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%)
2:11:42 AM
200.37ms
mysql
select max(`price_ttc`) as aggregate from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%)
2:11:42 AM
234.27ms
mysql
select count(*) as aggregate from (select `id`, `ecom_products_bulk_pricing_id`, `family_group_id`, `hscode`, `barcode`, `price_ttc`, `keywords`, `digital_product`, `ecom_products_giftcards_id`, `ecom_vendors_id`, `ecom_products_brands_id`, `ecom_subcategories_id`, `00_cms_files_image`, (price_ttc - price_ttc * (COALESCE(discount,0) + 0) / 100) AS price, CONCAT("/gl/en/product/",slug) AS link from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%) group by COALESCE(family_group_id,id)) as `aggregate_table`
2:11:42 AM
219.29ms
mysql
select `id`, `ecom_products_bulk_pricing_id`, `family_group_id`, `hscode`, `barcode`, `price_ttc`, `keywords`, `digital_product`, `ecom_products_giftcards_id`, `ecom_vendors_id`, `ecom_products_brands_id`, `ecom_subcategories_id`, `00_cms_files_image`, (price_ttc - price_ttc * (COALESCE(discount,0) + 0) / 100) AS price, CONCAT("/gl/en/product/",slug) AS link from `ecom_products` where `cancelled` = 0 and `display` = 1 and `ecom_stores_id` = 1 and `price_ttc` > 0 and `no_listing` = 0 and (`keywords` LIKE %"196"% or `keywords` LIKE %"474"% or `keywords` LIKE %"196"%) group by COALESCE(family_group_id,id) order by `orders` asc limit 40 offset 40
2:11:42 AM
3.37ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = 'ecom_products' order by ordinal_position asc
2:11:42 AM
2.96ms
mysql
select column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'houmataweb_db' and table_name = 'ecom_products' order by ordinal_position asc
2:11:42 AM
1.29ms
mysql
select `id`, `ecom_products_bulk_pricing_id`, `hscode`, `barcode`, `extension_image`, `sku`, `price_ttc`, `price_shelf`, `version`, `stock_quantity`, `family_group_id`, `keywords`, `gallery`, `cms_attributes`, `ecom_products_tags_id`, `ecom_stores_id`, `ecom_subcategories_id`, `slug`, `digital_product`, `ecom_products_giftcards_id`, `preorder_available`, `ecom_vendors_id`, `ecom_products_brands_id`, `00_cms_files_image`, `created_at`, CONCAT("/gl/en/product/",slug) AS link, COALESCE(discount,0) AS discount, (price_ttc - price_ttc * (LEAST(COALESCE(discount,0) + 0,100) / 100)) AS price, LEAST(COALESCE(discount,0) + 0,100) AS discount, label_en AS label, small_description_en AS small_description, gallery from `ecom_products` where `display` = 1 and `cancelled` = 0 and `price_ttc` > 0 and `ecom_stores_id` = 1 and 0 = 1
2:11:42 AM
1.5ms
mysql
select `id`, `extension_image`, `sku`, `price_ttc`, `price_shelf`, `version`, `stock_quantity`, `family_group_id`, `cms_attributes`, `ecom_products_tags_id`, `ecom_stores_id`, `ecom_subcategories_id`, `slug`, `digital_product`, `ecom_products_giftcards_id`, `keywords`, `preorder_available`, `ecom_vendors_id`, `ecom_products_brands_id`, COALESCE(discount,0) as discount, CONCAT("/gl/en/product/",slug) AS link, (price_ttc - price_ttc * (LEAST(COALESCE(discount,0) + 0,100) / 100)) AS price, LEAST(COALESCE(discount,0) + 0,100) AS discount, label_en AS label, small_description_en AS small_description, gallery from `ecom_products` where `display` = 1 and `cancelled` = 0 and 0 = 1 and `ecom_stores_id` = 1 order by `family_group_id` asc, `orders` asc
2:11:42 AM
2.45ms
mysql
select `id`, label_en AS label, group_en AS `group` from `ecom_products_filters` where `id` in () and `cancelled` = 0 order by `orders` asc
2:11:42 AM
5.36ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
14.69ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
16.29ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
21.71ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
8.66ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
19.15ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
9.34ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
32.05ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
8.65ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
9.63ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
14.57ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
9.09ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
18.62ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
19.38ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
18.61ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
19.38ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
32.2ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
15.79ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
10.54ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
17.81ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
32.1ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
15.29ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
17.62ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
19.25ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
28.7ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.58ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
10.41ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
8.05ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
8.49ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
11.43ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
22.95ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
15.18ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
7.05ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.75ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
6.37ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.67ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
6.67ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
23.12ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
14.62ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
19.6ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
8.62ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.69ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
25.06ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
10.93ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
11.33ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
18.97ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
32.47ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
15.18ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
7.02ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.65ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
13.12ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
31.86ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
8.95ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.68ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
5.94ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
13.15ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
6.71ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
7.59ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
28.57ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
15.38ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
7.54ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
3.85ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
9.79ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
33.36ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
4.46ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
19.33ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
18.27ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
10.24ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
21.79ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
9.04ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
14.65ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
20.14ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
8.41ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
28.82ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
6.76ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
7.48ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
7.27ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
14.57ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
33.05ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
5.64ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
17.81ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
19.45ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
31.29ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
16.41ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
8ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
10.3ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
9.29ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
4.98ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
27.31ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
5.02ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
4.97ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
19.2ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
10.22ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
10.15ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
10.35ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
18.36ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
18.44ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
29.14ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
18.4ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
19.2ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
31.74ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
7.52ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
16.56ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
7.89ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
10.46ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
10.08ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
1.46ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
19.62ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
15.08ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
15.26ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
12.71ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
9.85ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
28.34ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
19.36ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
18.55ms
mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
33.1ms
mysql
select * from `countries` where `id` in (230) and `cancelled` = 0