1 x Application (59.53%) | 47.89ms |
1 x Booting (40.46%) | 32.55ms |
select * from `stores` where `is_default_store` = 1 and `status` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `sliders` where `store_id` = 1
Bindings |
|
Backtrace |
|
select `slug` from `categories` where `id` = 2 limit 1
Bindings |
|
Backtrace |
|
select * from `categories` where (`status` = 1 and `parent_id` is null or `status` = 1 and `parent_id` = 0 or `id` is null and `status` = 1) and `store_id` = 1 order by `row_order` asc
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (2, 5, 6, 7, 8, 9, 10)
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (3, 4, 11)
Backtrace |
|
select count(*) as aggregate from `categories` where (`status` = 1 and `parent_id` is null or `status` = 1 and `parent_id` = 0 or `id` is null and `status` = 1)
Bindings |
|
Backtrace |
|
select `b`.`id` as `brand_id`, `b`.`name` as `brand_name`, `b`.`slug` as `brand_slug`, `b`.`image` as `brand_img`, `b`.`store_id` as `store_id` from `brands` as `b` left join `products` as `p` on `p`.`brand` = `b`.`name` where `b`.`status` = '1' and (`b`.`store_id` = 1) group by `b`.`id` order by `b`.`id` asc
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `brands` as `b`
Backtrace |
|
select * from `category_sliders` where (`store_id` = 1 and `status` = 1)
Bindings |
|
Backtrace |
|
select * from `sections` where `store_id` = 1 order by `row_order` asc limit 12 offset 0
Bindings |
|
Backtrace |
|
select * from `stores` where `id` = 1 and `status` = 1
Bindings |
|
Backtrace |
|
select * from `currencies` where (`code` = 'inr')
Bindings |
|
Backtrace |
|
select * from `settings` where `variable` = 'web_settings' limit 1
Bindings |
|
Backtrace |
|
select * from `currencies`
Backtrace |
|
select * from `languages`
Backtrace |
|
select * from `stores` where (`status` = 1)
Bindings |
|
Backtrace |
|
select * from `categories` where (`status` = 1 and `parent_id` is null or `status` = 1 and `parent_id` = 0 or `id` is null and `status` = 1) and `store_id` = 1 order by `row_order` desc limit 3 offset 0
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (2, 5, 6)
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (3, 4, 11)
Backtrace |
|
select count(*) as aggregate from `categories` where (`status` = 1 and `parent_id` is null or `status` = 1 and `parent_id` = 0 or `id` is null and `status` = 1)
Bindings |
|
Backtrace |
|
select `c`.`qty`, `c`.`id` as `cart_id`, `c`.`is_saved_for_later`, `c`.`product_type` as `cart_product_type`, `p`.`store_id`, `p`.`cod_allowed`, `p`.`seller_id`, `p`.`type`, `p`.`download_allowed`, `p`.`minimum_order_quantity`, `p`.`minimum_free_delivery_order_qty`, `p`.`delivery_charges` as `product_delivery_charge`, `p`.`slug`, `p`.`quantity_step_size`, `p`.`total_allowed_quantity`, `p`.`name`, `p`.`image`, `p`.`category_id`, `p`.`stock` as `product_stock`, `p`.`availability` as `product_availability`, `p`.`short_description`, `p`.`pickup_location`, `p`.`is_prices_inclusive_tax`, `pv`.`weight`, `c`.`user_id`, `pv`.*, (SELECT GROUP_CONCAT(tax.percentage) FROM taxes as tax WHERE FIND_IN_SET(tax.id, p.tax)) as tax_percentage, (SELECT GROUP_CONCAT(tax_title.title) FROM taxes as tax_title WHERE FIND_IN_SET(tax_title.id, p.tax)) as tax_title from `cart` as `c` inner join `product_variants` as `pv` on `pv`.`id` = `c`.`product_variant_id` inner join `products` as `p` on `pv`.`product_id` = `p`.`id` inner join `seller_data` as `sd` on `sd`.`id` = `p`.`seller_id` left join `taxes` as `tax_id` on FIND_IN_SET(tax_id.id, p.tax) > 0 left join `categories` as `ctg` on `p`.`category_id` = `ctg`.`id` where `c`.`user_id` is null and `c`.`qty` >= 0 and `is_saved_for_later` = 0 and `c`.`store_id` = 1 and (`p`.`status` = '1' and `pv`.`status` = 1 and `sd`.`status` = 1 and `c`.`product_type` = 'regular') group by `c`.`id` order by `c`.`id` desc
Bindings |
|
Backtrace |
|
select `c`.`qty`, `c`.`id` as `cart_id`, `c`.`is_saved_for_later`, `c`.`product_type` as `cart_product_type`, `cp`.*, `cp`.`id` as `product_id`, `cp`.`title` as `name`, `cp`.`delivery_charges` as `product_delivery_charge`, `cp`.`stock` as `product_stock`, `cp`.`availability` as `product_availability`, (SELECT GROUP_CONCAT(c_tax.percentage) FROM taxes as c_tax WHERE FIND_IN_SET(c_tax.id, cp.tax)) as tax_percentage, (SELECT GROUP_CONCAT(c_tax_title.title) FROM taxes as c_tax_title WHERE FIND_IN_SET(c_tax_title.id, cp.tax)) as c_tax_title from `cart` as `c` left join `combo_products` as `cp` on `c`.`product_variant_id` = `cp`.`id` inner join `seller_data` as `sd` on `sd`.`id` = `cp`.`seller_id` left join `taxes` as `c_tax_id` on FIND_IN_SET(c_tax_id.id, cp.tax) > 0 where `c`.`user_id` is null and `c`.`qty` >= 0 and `is_saved_for_later` = 0 and `c`.`store_id` = 1 and (`cp`.`status` = '1' and `sd`.`status` = 1 and `c`.`product_type` = 'combo') group by `c`.`id` order by `c`.`id` desc
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "kappaas.in" ] ]
[]
0 of 0array:7 [▼ "cache-control" => array:1 [▶ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [▶ 0 => "Fri, 04 Apr 2025 20:44:12 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "expires" => array:1 [▶ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im02RWYwSXJqeHZyVU55Y0xJbDdBSEE9PSIsInZhbHVlIjoicWVRWEt6Mkt5aFlnSDAreFRGZ0g2YTlVT2EycElHOGwvTkZ3eC8vV0JXeks2U2pNTmhic0hiVFI1S0tGcHNpK1FpYzVFZGU1bGl2RWc5K0d1d1JoNjd1VDBwQW5Da0RtSVdMWVRiMjZJaGVQTUVVRmF1ZXhFYXlEWEdMTzlrcUkiLCJtYWMiOiIwZmI0MWQwY2U1NDQ2MzQ1NjI1ZDk2MjZhOTgyMGVlNTFjY2ExZTUwOGU5NmJkMjRmYWUxOTNjZDdjMDdmYzliIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 22:44:12 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Im02RWYwSXJqeHZyVU55Y0xJbDdBSEE9PSIsInZhbHVlIjoicWVRWEt6Mkt5aFlnSDAreFRGZ0g2YTlVT2EycElHOGwvTkZ3eC8vV0JXeks2U2pNTmhic0hiVFI1S0tGcHNpK1FpYzVFZ ▶" 1 => "laravel_session=eyJpdiI6IjB4bS9pUk43SmFYcXY3UnFNNjlWM1E9PSIsInZhbHVlIjoieTQ3QUQ4WnZ4MzlnQXlOR2Q2anZoaExlSGRRMURhWjZQKzNSMGttaVBjb0JmcHZrRTJqdldYRWhyYWtLdFUrTGJ2dGo2aEJtVURlMVc0OU81UmxZQlV5dGRPT3ZoTzlqSDBpTk1mWkt6T2pvY3dKME04K0xnVHpJeXREcGV6WGUiLCJtYWMiOiI0OWNkZjYzY2NmOWNhODIzOWIwNGNiOTI0MjkyOTFhMjI2ODE1MDFjZTIxNTk1MDUzNGY5OWM2N2Y1OWViYWY2IiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 22:44:12 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀laravel_session=eyJpdiI6IjB4bS9pUk43SmFYcXY3UnFNNjlWM1E9PSIsInZhbHVlIjoieTQ3QUQ4WnZ4MzlnQXlOR2Q2anZoaExlSGRRMURhWjZQKzNSMGttaVBjb0JmcHZrRTJqdldYRWhyYWtLdFUrTGJ2 ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im02RWYwSXJqeHZyVU55Y0xJbDdBSEE9PSIsInZhbHVlIjoicWVRWEt6Mkt5aFlnSDAreFRGZ0g2YTlVT2EycElHOGwvTkZ3eC8vV0JXeks2U2pNTmhic0hiVFI1S0tGcHNpK1FpYzVFZGU1bGl2RWc5K0d1d1JoNjd1VDBwQW5Da0RtSVdMWVRiMjZJaGVQTUVVRmF1ZXhFYXlEWEdMTzlrcUkiLCJtYWMiOiIwZmI0MWQwY2U1NDQ2MzQ1NjI1ZDk2MjZhOTgyMGVlNTFjY2ExZTUwOGU5NmJkMjRmYWUxOTNjZDdjMDdmYzliIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 22:44:12 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Im02RWYwSXJqeHZyVU55Y0xJbDdBSEE9PSIsInZhbHVlIjoicWVRWEt6Mkt5aFlnSDAreFRGZ0g2YTlVT2EycElHOGwvTkZ3eC8vV0JXeks2U2pNTmhic0hiVFI1S0tGcHNpK1FpYzVFZ ▶" 1 => "laravel_session=eyJpdiI6IjB4bS9pUk43SmFYcXY3UnFNNjlWM1E9PSIsInZhbHVlIjoieTQ3QUQ4WnZ4MzlnQXlOR2Q2anZoaExlSGRRMURhWjZQKzNSMGttaVBjb0JmcHZrRTJqdldYRWhyYWtLdFUrTGJ2dGo2aEJtVURlMVc0OU81UmxZQlV5dGRPT3ZoTzlqSDBpTk1mWkt6T2pvY3dKME04K0xnVHpJeXREcGV6WGUiLCJtYWMiOiI0OWNkZjYzY2NmOWNhODIzOWIwNGNiOTI0MjkyOTFhMjI2ODE1MDFjZTIxNTk1MDUzNGY5OWM2N2Y1OWViYWY2IiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 22:44:12 GMT; path=/; httponly ◀laravel_session=eyJpdiI6IjB4bS9pUk43SmFYcXY3UnFNNjlWM1E9PSIsInZhbHVlIjoieTQ3QUQ4WnZ4MzlnQXlOR2Q2anZoaExlSGRRMURhWjZQKzNSMGttaVBjb0JmcHZrRTJqdldYRWhyYWtLdFUrTGJ2 ▶" ] ]
0 of 0array:13 [▼ "firebase_settings" => "{"apiKey":"","authDomain":"","databaseURL":"","projectId":"","storageBucket":"ezeemart-3e0b9.firebasestorage.app","messagingSenderId":"","appId":"","measurementId":"","google_client_id":"","google_client_secret":"","google_redirect_url":"","facebook_client_id":"","facebook_client_secret":"","facebook_redirect_url":""} ◀{"apiKey":"","authDomain":"","databaseURL":"","projectId":"","storageBucket":"ezeemart-3e0b9.firebasestorage.app","messagingSenderId":"","appId":"","measurement ▶" "default-currency" => "{"id":2,"name":"Indian Rupee","code":"inr","symbol":"\u20b9","exchange_rate":"1","is_default":1,"status":1,"created_at":"2025-02-14 06:37:02","updated_at":"2025-02-14 06:37:36"} ◀{"id":2,"name":"Indian Rupee","code":"inr","symbol":"\u20b9","exchange_rate":"1","is_default":1,"status":1,"created_at":"2025-02-14 06:37:02","updated_at":"2025 ▶" "_token" => "1wd4MpifJGKRd78SCdEmCmZ8ZXm1pmSidu6EzjnR" "store_id" => 1 "store_name" => "Kappaas Uniforms" "store_image" => "/logo-sm-(1)-1739514332_4147.png" "store_slug" => "kappaas-uniforms" "default_store_slug" => "kappaas-uniforms" "show_store_popup" => true "store_details" => "[{"id":1,"name":"Kappaas Uniforms","slug":"kappaas-uniforms","description":"Kappaas Uniforms","image":"\/logo-sm-(1)-1739514332_4147.png","banner_image":"\/logo-sm-(1)-1739514332_4172.png","banner_image_for_most_selling_product":"\/logo-sm-(1)-1739514332_9607.png","stack_image":"\/logo-sm-(1)-1739514332_2852.png","login_image":"\/logo-sm-(1)-1739514332_1533.png","half_store_logo":"\/logo-sm-(1)-1739514332_9638.png","disk":"public","is_single_seller_order_system":1,"is_default_store":1,"note_for_necessary_documents":"","primary_color":"#be2d2d","secondary_color":"#f35858","store_settings":"{\"store_style\":\"header_style_1\",\"product_style\":\"style_1\",\"category_section_title\":\"Schools\",\"category_style\":\"category_style_1\",\"category_card_style\":\"category_card_style_2\",\"brand_style\":\"brands_style_2\",\"offer_slider_style\":\"slider_style_3\"}","hover_color":"#be2d2d","active_color":"#be2d2d","background_color":"#ffffff","status":1,"rating":0,"no_of_ratings":0,"delivery_charge_type":"city_wise_delivery_charge","delivery_charge_amount":0,"minimum_free_delivery_amount":0,"product_deliverability_type":"city_wise_deliverability","created_at":"2025-02-14T06:25:32.000000Z","updated_at":"2025-02-14T06:25:32.000000Z"}] ◀[{"id":1,"name":"Kappaas Uniforms","slug":"kappaas-uniforms","description":"Kappaas Uniforms","image":"\/logo-sm-(1)-1739514332_4147.png","banner_image":"\/logo ▶" "web_settings" => "{"site_title":"eZeemartsssssssssssss","support_number":"+91 98765 43210","support_email":"support@ezeemart.com","copyright_details":"Copyright \u00a9 2024-2025, All Right Reserved <a href=\"https:\/\/wrteam.in\/\">WRTeam<\/a>","logo":"\/media\/web-logo-1735034121_4458.svg","favicon":"\/media\/web-logo-1735034121_4458.svg","address":"Time Square Empire, WRTeam , Mirzapar Highway , Bhuj , Kutch , Gujarat - 370001","app_short_description":"FREE SHIPPING ON ALL ORDERS OVER $99 SHOP NOW","map_iframe":"<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d58652.60185263579!2d69.63381478835316!3d23.250814410717105!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3950e209000b6f17:0x7077f358af0774a6!2sBhuj, Gujarat!5e0!3m2!1sen!2sin!4v1614852897708!5m2!1sen!2sin\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"><\/iframe>","meta_keywords":"eZeemart","meta_description":"eZeemart","app_download_section":0,"app_download_section_title":"Download Our App","app_download_section_tagline":"Download Our App","app_download_section_short_description":"Download Our App","app_download_section_playstore_url":"https:\/\/www.playstore.com","app_download_section_appstore_url":"https:\/\/www.appstore.com","twitter_link":"https:\/\/www.twitter.com","facebook_link":"https:\/\/www.facebook.com","instagram_link":"https:\/\/www.instagram.com","youtube_link":"https:\/\/www.youtube.com","shipping_mode":0,"shipping_title":"Pickup At Any Store","shipping_description":"Free shipping on orders over $65","return_mode":0,"return_title":"Free Returns","return_description":"30-days free return policy","support_mode":0,"support_title":"Call us any time","support_description":"Contact us 24\/7 hours a day","safety_security_mode":0,"safety_security_title":"Secured Payment","safety_security_description":"We accept all major credit cards"} ◀{"site_title":"eZeemartsssssssssssss","support_number":"+91 98765 43210","support_email":"support@ezeemart.com","copyright_details":"Copyright \u00a9 2024-2025, ▶" "_previous" => array:1 [▶ "url" => "https://kappaas.in" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]