ValueError
PHP 8.2.1610.46.0
array_chunk(): Argument #2 ($length) must be greater than 0
app / Http / Controllers / CategoriesRelationsController.php: 830
        }

        $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';

Browser

Turnitin (https://bit.ly/2UvnfoQ)

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

Query String

page
2

Body

[]

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

Git

Update product-details.blade.php
aeace5b20ef04f590d2684754d0789aa6a31fd66

Last commit is dirty. (Un)staged changes have been made since this commit.

Versions

Php Version
8.2.16
Laravel Version
10.46.0
Laravel Locale
en
Laravel Config Cached
false
App Debug
true
App Env
local
2:11:39 AM
Runtime 17.07ms
Connection 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
Runtime 0.98ms
Connection 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
Runtime 0.76ms
Connection 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
Runtime 0.72ms
Connection mysql
select * from `settings_v2` where `cancelled` = 0
2:11:39 AM
Runtime 3.75ms
Connection 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
Runtime 4.35ms
Connection 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
Runtime 1.31ms
Connection 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
Runtime 4.57ms
Connection 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
Runtime 8.73ms
Connection 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
Runtime 1878.45ms
Connection 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
Runtime 4.66ms
Connection 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
Runtime 1.02ms
Connection mysql
select * from `ecom_users_carts` where `id` = 1559523 limit 1
2:11:41 AM
Runtime 0.76ms
Connection mysql
select sum(`quantity`) as aggregate from `ecom_users_carts_products` where `ecom_users_carts_id` = 1559523 and `cancelled` = 0
2:11:41 AM
Runtime 0.95ms
Connection mysql
select * from `00_cms_seo_settings` where `cancelled` = 0 order by `orders` asc limit 1
2:11:41 AM
Runtime 1.42ms
Connection mysql
select * from `00_cms_seo_by_route` where `cancelled` = 0 order by CHAR_LENGTH(`route`) DESC
2:11:41 AM
Runtime 41.13ms
Connection 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
Runtime 0.7ms
Connection mysql
select * from `settings_v2` where `cancelled` = 0 and `uuid` = 9894eb24-1fc9-11ee-a75f-06676af137de limit 1
2:11:41 AM
Runtime 1.99ms
Connection 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
Runtime 20.44ms
Connection 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
Runtime 0.83ms
Connection 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
Runtime 5.36ms
Connection 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
Runtime 1.88ms
Connection mysql
select * from `00_cms_utilities_frontend_menus_links` where `cancelled` = 0 and `slug` = kitchen-utensils-tools limit 1
2:11:41 AM
Runtime 9.01ms
Connection 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
Runtime 1.62ms
Connection 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
Runtime 1.81ms
Connection 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
Runtime 1.66ms
Connection mysql
select *, `label_en` as `label` from `00_cms_utilities_frontend_menus_links` where `id` = 39 limit 1
2:11:41 AM
Runtime 3.58ms
Connection 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
Runtime 24.71ms
Connection 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
Runtime 12.87ms
Connection 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
Runtime 0.6ms
Connection mysql
SET SESSION group_concat_max_len = 99999999999
2:11:41 AM
Runtime 221.53ms
Connection 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
Runtime 5.13ms
Connection 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
Runtime 214.8ms
Connection 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
Runtime 1.21ms
Connection mysql
select * from `ecom_vendors` where `id` in (62, 79, 119, 400)
2:11:42 AM
Runtime 189ms
Connection 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
Runtime 200.37ms
Connection 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
Runtime 234.27ms
Connection 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
Runtime 219.29ms
Connection 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
Runtime 3.37ms
Connection 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
Runtime 2.96ms
Connection 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
Runtime 1.29ms
Connection 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
Runtime 1.5ms
Connection 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
Runtime 2.45ms
Connection 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
Runtime 5.36ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
Runtime 14.69ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
Runtime 16.29ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
Runtime 21.71ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
Runtime 8.66ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
Runtime 19.15ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
Runtime 9.34ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:42 AM
Runtime 32.05ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:42 AM
Runtime 8.65ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 9.63ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 14.57ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 9.09ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 18.62ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 19.38ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 18.61ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 19.38ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 32.2ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 15.79ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 10.54ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 17.81ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 32.1ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 15.29ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 17.62ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 19.25ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 28.7ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.58ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 10.41ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 8.05ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 8.49ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 11.43ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 22.95ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 15.18ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 7.05ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.75ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 6.37ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.67ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 6.67ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 23.12ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 14.62ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 19.6ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 8.62ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.69ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 25.06ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 10.93ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 11.33ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 18.97ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 32.47ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 15.18ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 7.02ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.65ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 13.12ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 31.86ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 8.95ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.68ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 5.94ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 13.15ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 6.71ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 7.59ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 28.57ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 15.38ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 7.54ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 3.85ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 9.79ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 33.36ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 4.46ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 19.33ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 18.27ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 10.24ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 21.79ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 9.04ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:43 AM
Runtime 14.65ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:43 AM
Runtime 20.14ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 8.41ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 28.82ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 6.76ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 7.48ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 7.27ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 14.57ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 33.05ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 5.64ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 17.81ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 19.45ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 31.29ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 16.41ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 8ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 10.3ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 9.29ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 4.98ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 27.31ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 5.02ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 4.97ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 19.2ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 10.22ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 10.15ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 10.35ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 18.36ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 18.44ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 29.14ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 18.4ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 19.2ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 31.74ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 7.52ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 16.56ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 7.89ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 10.46ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 10.08ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 1.46ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 19.62ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 15.08ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 15.26ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 12.71ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 9.85ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 28.34ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 19.36ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0
2:11:44 AM
Runtime 18.55ms
Connection mysql
select * from `ecom_currencies` where `id` in (9) and `cancelled` = 0
2:11:44 AM
Runtime 33.1ms
Connection mysql
select * from `countries` where `id` in (230) and `cancelled` = 0