# Query soft and hard limit for Debugbar are reached. Only the first100 queries show details. Queries after the first500are ignored. Limits can be raised in the config (debugbar.options.db.soft/hard_limit).
select*from `business_settings` where (`type` ='maintenance_mode') limit 1
select `products`.*, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count` from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and `slug` ='blozh-nsayy-sof-X7DGcM' limit 1
select*from `translations` where `translations`.`translationable_id` in (5528) and `translations`.`translationable_type` ='App\Models\Product'and `locale` ='sa'
select*from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`category_id` =4) and `id` notin (5528)
selectcount(*) as aggregate from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10and `id` notin (5528)
select*from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10and `id` notin (5528) orderby `id` desc limit 5offset0
select*from `translations` where `translations`.`translationable_id` in (332173, 332174, 332223, 332248, 332249) and `translations`.`translationable_type` ='App\Models\Product'and `locale` ='sa'
selectcount(*) as aggregate from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1and `status` =1) as `reviews_count` from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10 limit 25offset0
select `id` from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10
select `sellers`.*, (selectcount(*) from `products` where `sellers`.`id` = `products`.`user_id` and (`added_by` ='seller')) as `product_count`, (selectcount(*) from `products` where (`sellers`.`id` = `products`.`user_id` and (`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='seller')) as `product_count` from `sellers` where (`status` ='approved')
selectcount(*) as aggregate from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1and `status` =1) as `reviews_count`, (selectsum(`order_details`.`qty`) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_sum_qty` from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`added_by` ='admin') and `user_id` =10orderby `reviews_count` desc limit 12offset0
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1and `status` =1) as `reviews_count` from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`category_id` =4) orderby `reviews_count` desc
select*from `products` where ((`added_by` ='admin') and `brand_id` isnulland (`status` =1) and (`request_status` =1) or (`brand_id` isnulland `status` =1)) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('digital', 'physical') and (`category_id` =4) orderby `id` desc
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (5) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
select*from `wishlists` where `wishlists`.`product_id` =332107and `wishlists`.`product_id` isnotnull
1.08msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332107and `product_compares`.`product_id` isnotnull
560μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
870μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.03msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332106and `wishlists`.`product_id` isnotnull
1.16msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332106and `product_compares`.`product_id` isnotnull
820μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
640μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
610μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332105and `wishlists`.`product_id` isnotnull
900μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332105and `product_compares`.`product_id` isnotnull
420μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
450μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
440μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332103and `wishlists`.`product_id` isnotnull
610μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332103and `product_compares`.`product_id` isnotnull
810μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
800μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
470μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332102and `wishlists`.`product_id` isnotnull
1.15msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332102and `product_compares`.`product_id` isnotnull
650μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
440μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
480μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332091and `wishlists`.`product_id` isnotnull
860μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332091and `product_compares`.`product_id` isnotnull
980μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
1.01msu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
710μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332090and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332090and `product_compares`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
1.06msu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
640μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332089and `wishlists`.`product_id` isnotnull
760μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332089and `product_compares`.`product_id` isnotnull
340μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
370μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
460μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332088and `wishlists`.`product_id` isnotnull
510μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332088and `product_compares`.`product_id` isnotnull
2.21msu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
500μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
540μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332087and `wishlists`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332087and `product_compares`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
670μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.5msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332086and `wishlists`.`product_id` isnotnull
1.25msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332086and `product_compares`.`product_id` isnotnull
500μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
370μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332085and `wishlists`.`product_id` isnotnull
450μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332085and `product_compares`.`product_id` isnotnull
410μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
330μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
790μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332084and `wishlists`.`product_id` isnotnull
1.3msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332084and `product_compares`.`product_id` isnotnull
710μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
800μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
560μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332083and `wishlists`.`product_id` isnotnull
770μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332083and `product_compares`.`product_id` isnotnull
550μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
900μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
550μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332081and `wishlists`.`product_id` isnotnull
610μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332081and `product_compares`.`product_id` isnotnull
440μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
460μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
630μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332080and `wishlists`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332080and `product_compares`.`product_id` isnotnull
310μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
390μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332078and `wishlists`.`product_id` isnotnull
1msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332078and `product_compares`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
520μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
480μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332077and `wishlists`.`product_id` isnotnull
560μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332077and `product_compares`.`product_id` isnotnull
400μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
400μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
420μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332076and `wishlists`.`product_id` isnotnull
570μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332076and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
360μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332075and `wishlists`.`product_id` isnotnull
560μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332075and `product_compares`.`product_id` isnotnull
440μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
350μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
360μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332074and `wishlists`.`product_id` isnotnull
580μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332074and `product_compares`.`product_id` isnotnull
360μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
320μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
330μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332073and `wishlists`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332073and `product_compares`.`product_id` isnotnull
310μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
930μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
590μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332072and `wishlists`.`product_id` isnotnull
990μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332072and `product_compares`.`product_id` isnotnull
450μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
400μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
470μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =332071and `wishlists`.`product_id` isnotnull
720μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =332071and `product_compares`.`product_id` isnotnull
380μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331928and `wishlists`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331928and `product_compares`.`product_id` isnotnull
330μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
290μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
340μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331927and `wishlists`.`product_id` isnotnull
600μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331927and `product_compares`.`product_id` isnotnull
310μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
1.08msu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
670μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331926and `wishlists`.`product_id` isnotnull
570μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331926and `product_compares`.`product_id` isnotnull
400μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
460μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331925and `wishlists`.`product_id` isnotnull
610μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331925and `product_compares`.`product_id` isnotnull
660μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
520μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
460μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331924and `wishlists`.`product_id` isnotnull
710μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331924and `product_compares`.`product_id` isnotnull
500μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
440μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331923and `wishlists`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331923and `product_compares`.`product_id` isnotnull
390μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
380μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
390μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331922and `wishlists`.`product_id` isnotnull
660μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331922and `product_compares`.`product_id` isnotnull
380μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
380μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331921and `wishlists`.`product_id` isnotnull
590μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331921and `product_compares`.`product_id` isnotnull
340μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
370μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331920and `wishlists`.`product_id` isnotnull
540μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331920and `product_compares`.`product_id` isnotnull
360μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
350μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
320μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331915and `wishlists`.`product_id` isnotnull
660μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331915and `product_compares`.`product_id` isnotnull
340μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
400μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331914and `wishlists`.`product_id` isnotnull
560μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331914and `product_compares`.`product_id` isnotnull
500μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
340μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331913and `wishlists`.`product_id` isnotnull
740μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331913and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
400μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331911and `wishlists`.`product_id` isnotnull
750μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331911and `product_compares`.`product_id` isnotnull
360μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
330μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331894and `wishlists`.`product_id` isnotnull
720μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331894and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
440μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
480μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331892and `wishlists`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331892and `product_compares`.`product_id` isnotnull
360μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
370μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
400μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331891and `wishlists`.`product_id` isnotnull
570μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331891and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
340μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
320μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331888and `wishlists`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331888and `product_compares`.`product_id` isnotnull
350μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
320μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
350μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331887and `wishlists`.`product_id` isnotnull
540μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331887and `product_compares`.`product_id` isnotnull
330μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331886and `wishlists`.`product_id` isnotnull
540μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331886and `product_compares`.`product_id` isnotnull
320μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
610μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
480μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331885and `wishlists`.`product_id` isnotnull
610μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331885and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
390μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
860μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331884and `wishlists`.`product_id` isnotnull
580μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331884and `product_compares`.`product_id` isnotnull
400μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
320μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331883and `wishlists`.`product_id` isnotnull
680μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331883and `product_compares`.`product_id` isnotnull
410μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
360μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
390μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331882and `wishlists`.`product_id` isnotnull
680μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331882and `product_compares`.`product_id` isnotnull
330μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
440μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331881and `wishlists`.`product_id` isnotnull
670μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331881and `product_compares`.`product_id` isnotnull
430μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
380μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
420μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331880and `wishlists`.`product_id` isnotnull
670μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331880and `product_compares`.`product_id` isnotnull
380μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
360μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
360μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331879and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331879and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
1.24msu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
650μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331878and `wishlists`.`product_id` isnotnull
730μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331878and `product_compares`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
530μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
510μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331877and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331877and `product_compares`.`product_id` isnotnull
1.04msu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
890μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.14msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331876and `wishlists`.`product_id` isnotnull
1.12msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331876and `product_compares`.`product_id` isnotnull
900μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
600μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
750μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331875and `wishlists`.`product_id` isnotnull
720μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331875and `product_compares`.`product_id` isnotnull
400μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
400μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
470μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331874and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331874and `product_compares`.`product_id` isnotnull
430μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
870μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331873and `wishlists`.`product_id` isnotnull
1.21msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331873and `product_compares`.`product_id` isnotnull
800μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
780μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
560μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331871and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331871and `product_compares`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
480μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
560μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331870and `wishlists`.`product_id` isnotnull
760μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331870and `product_compares`.`product_id` isnotnull
500μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
600μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
440μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331869and `wishlists`.`product_id` isnotnull
590μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331869and `product_compares`.`product_id` isnotnull
390μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
400μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331867and `wishlists`.`product_id` isnotnull
520μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331867and `product_compares`.`product_id` isnotnull
540μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
690μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331866and `wishlists`.`product_id` isnotnull
1.6msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331866and `product_compares`.`product_id` isnotnull
470μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
490μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331782and `wishlists`.`product_id` isnotnull
720μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331782and `product_compares`.`product_id` isnotnull
680μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
430μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
500μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331781and `wishlists`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331781and `product_compares`.`product_id` isnotnull
320μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
520μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
410μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331780and `wishlists`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331780and `product_compares`.`product_id` isnotnull
320μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
350μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
530μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331771and `wishlists`.`product_id` isnotnull
610μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331771and `product_compares`.`product_id` isnotnull
340μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
280μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
340μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331688and `wishlists`.`product_id` isnotnull
580μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331688and `product_compares`.`product_id` isnotnull
300μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
330μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
310μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331668and `wishlists`.`product_id` isnotnull
490μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331668and `product_compares`.`product_id` isnotnull
410μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
970μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.06msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331645and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331645and `product_compares`.`product_id` isnotnull
510μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
560μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
660μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331642and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331642and `product_compares`.`product_id` isnotnull
420μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
470μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
750μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331627and `wishlists`.`product_id` isnotnull
690μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331627and `product_compares`.`product_id` isnotnull
410μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
450μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331626and `wishlists`.`product_id` isnotnull
810μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331626and `product_compares`.`product_id` isnotnull
390μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
520μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331625and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331625and `product_compares`.`product_id` isnotnull
390μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
510μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
780μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331624and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331624and `product_compares`.`product_id` isnotnull
1.24msu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
670μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
590μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331623and `wishlists`.`product_id` isnotnull
590μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331623and `product_compares`.`product_id` isnotnull
440μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
360μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
720μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331618and `wishlists`.`product_id` isnotnull
710μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331618and `product_compares`.`product_id` isnotnull
380μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
400μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
630μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331615and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331615and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
380μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331614and `wishlists`.`product_id` isnotnull
510μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331614and `product_compares`.`product_id` isnotnull
430μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
470μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
420μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331613and `wishlists`.`product_id` isnotnull
590μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331613and `product_compares`.`product_id` isnotnull
780μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
580μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
510μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331612and `wishlists`.`product_id` isnotnull
720μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331612and `product_compares`.`product_id` isnotnull
410μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
550μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
760μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331611and `wishlists`.`product_id` isnotnull
550μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331611and `product_compares`.`product_id` isnotnull
270μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
340μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
460μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331610and `wishlists`.`product_id` isnotnull
550μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331610and `product_compares`.`product_id` isnotnull
300μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
450μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
480μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331609and `wishlists`.`product_id` isnotnull
930μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331609and `product_compares`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
780μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.29msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331608and `wishlists`.`product_id` isnotnull
820μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331608and `product_compares`.`product_id` isnotnull
340μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
400μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
450μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331607and `wishlists`.`product_id` isnotnull
940μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331607and `product_compares`.`product_id` isnotnull
510μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
510μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
970μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331606and `wishlists`.`product_id` isnotnull
760μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331606and `product_compares`.`product_id` isnotnull
480μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
990μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
570μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331565and `wishlists`.`product_id` isnotnull
740μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331565and `product_compares`.`product_id` isnotnull
740μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
570μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
420μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331562and `wishlists`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331562and `product_compares`.`product_id` isnotnull
420μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
420μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331561and `wishlists`.`product_id` isnotnull
580μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331561and `product_compares`.`product_id` isnotnull
390μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
420μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
490μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331560and `wishlists`.`product_id` isnotnull
650μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331560and `product_compares`.`product_id` isnotnull
430μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
430μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
530μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331557and `wishlists`.`product_id` isnotnull
650μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331557and `product_compares`.`product_id` isnotnull
400μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
410μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
430μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331556and `wishlists`.`product_id` isnotnull
550μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331556and `product_compares`.`product_id` isnotnull
710μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
480μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
490μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331554and `wishlists`.`product_id` isnotnull
640μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331554and `product_compares`.`product_id` isnotnull
420μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
550μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
550μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331552and `wishlists`.`product_id` isnotnull
870μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331552and `product_compares`.`product_id` isnotnull
460μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
360μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
470μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331546and `wishlists`.`product_id` isnotnull
650μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331546and `product_compares`.`product_id` isnotnull
370μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
340μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
550μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331542and `wishlists`.`product_id` isnotnull
710μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331542and `product_compares`.`product_id` isnotnull
700μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
620μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
640μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331539and `wishlists`.`product_id` isnotnull
680μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331539and `product_compares`.`product_id` isnotnull
860μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
810μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
1.61msu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331538and `wishlists`.`product_id` isnotnull
1.06msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331538and `product_compares`.`product_id` isnotnull
1.59msu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
620μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
530μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331525and `wishlists`.`product_id` isnotnull
1.03msu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331525and `product_compares`.`product_id` isnotnull
780μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
820μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
750μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331499and `wishlists`.`product_id` isnotnull
660μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331499and `product_compares`.`product_id` isnotnull
440μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
560μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
530μsu568459134_UserStore
select*from `wishlists` where `wishlists`.`product_id` =331453and `wishlists`.`product_id` isnotnull
850μsu568459134_UserStore
select*from `product_compares` where `product_compares`.`product_id` =331453and `product_compares`.`product_id` isnotnull
630μsu568459134_UserStore
select*from `categories` where `categories`.`id` =4 limit 1
950μsu568459134_UserStore
select*from `translations` where `translations`.`translationable_id` in (4) and `translations`.`translationable_type` ='App\Models\Category'and `locale` ='sa'
530μsu568459134_UserStore
... 3214 additional queries are executed but now shown because of Debugbar query limits. Limits can be raised in the config (debugbar.options.db.soft/hard_limit)