We use cookies to personalize content, analyze site traffic, and serve targeted advertisements. By clicking 'Accept', you consent to our use of cookies.
You need to Sign in to view this feature
This address will be removed from this list
1 x Application (74.13%) | 140ms |
1 x Booting (25.87%) | 48.79ms |
# Query soft limit for Debugbar is reached after 100 queries, additional 26 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
insert into `guest_users` (`ip_address`, `created_at`) values ('13.59.135.139', '2025-01-19 03:20:57')
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'business_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `product_id`, COUNT(product_id) as count from `wishlists` group by `product_id` order by `count` desc
Metadata | |
---|---|
Backtrace |
|
select `id`, `slug` from `products` where `products`.`id` in (1, 2, 10, 18, 26, 85)
Metadata | |
---|---|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1, 2, 10, 18, 26, 85) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (1, 2, 10, 18, 26, 85) and `delivery_man_id` is null and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `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 `id` in (85, 1, 2, 18, 10, 26)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `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 `id` in (85, 1, 2, 18, 10, 26) order by `created_at` desc limit 20 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (10, 18, 26, 85) and `delivery_man_id` is null and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (10, 18, 26, 85) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `id` = '390' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (390) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.`id`, `brands`.`name` from `brands` inner join `categories` on `brands`.`category_id` = `categories`.`id` where `brands`.`category_id` = '390'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `position` = 0 order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (324, 380) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (381, 435, 460) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (382, 383, 384, 385, 386, 387, 388, 389, 436, 437, 439, 440, 441, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (381, 435, 460) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (324, 380) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'business_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `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')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `position` = 0 order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (324, 380) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (381, 435, 460) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (382, 383, 384, 385, 386, 387, 388, 389, 436, 437, 439, 440, 441, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (381, 435, 460) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (324, 380) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'announcement') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `cart_group_id` from `carts` where (`customer_id` = 78951 and `is_guest` = 1) group by `cart_group_id`
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `carts` where 0 = 1
Metadata | |
---|---|
Backtrace |
|
select `cart_group_id` from `carts` where (`customer_id` = 78951 and `is_guest` = 1) group by `cart_group_id`
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `carts` where 0 = 1
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `categories` where `position` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (324, 380) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (381, 435, 460) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (382, 383, 384, 385, 386, 387, 388, 389, 436, 437, 439, 440, 441, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (381, 435, 460) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (324, 380) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `categories` where `position` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (324, 380) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (381, 435, 460) order by `priority` asc
Metadata | |
---|---|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (382, 383, 384, 385, 386, 387, 388, 389, 436, 437, 439, 440, 441, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (381, 435, 460) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (324, 380) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'business_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `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')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'business_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `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 `discount` != 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'business_mode') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` = 0 limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `business_settings` where (`type` = 'seller_registration') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 382 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 527) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 383 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (422, 423, 424) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 384 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (417, 418, 419, 420, 421) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 385 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (410, 411, 412, 413, 414, 415, 416) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 386 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (404, 405, 406, 407, 408, 409) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 387 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (400, 401, 402, 403) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 388 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (399) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 389 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (390, 391, 392, 393, 394, 395, 396, 397, 398) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 436 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (452, 453, 454, 455, 456, 457, 458, 459) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 437 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (449, 450, 451) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 439 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (447, 448) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 440 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (445, 446) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 441 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (442, 443, 444) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 461 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (521, 522) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 462 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (518, 519, 520) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 463 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (514, 515, 516, 517) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 464 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (512, 513) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 465 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (505, 507, 508, 509, 510, 511) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 466 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (503, 504) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 467 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (501, 502) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` = 468 and `categories`.`parent_id` is not null order by `priority` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (497, 499, 500) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 469 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (493, 494, 495, 496, 498) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 470 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (490, 492) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 471 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (488, 489, 491) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 472 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (480, 481, 482, 483, 484, 485, 486, 487) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 473 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (479) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 474 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (478) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `categories` where `categories`.`parent_id` = 475 and `categories`.`parent_id` is not null order by `priority` asc
select * from `translations` where `translations`.`translationable_id` in (476, 477) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'in'
select * from `business_settings` where (`type` = 'loader_gif') limit 1
select * from `business_settings` where (`type` = 'country_code') limit 1
select * from `footer_info` order by `created_at` desc limit 1
select * from `description` order by `created_at` desc limit 1
select * from `footer_info` where `website` = 'sellerapnademand' limit 1
select * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-01-19' and date(`end_date`) >= '2025-01-19' limit 1
select * from `translations` where `translations`.`translationable_id` in (16) and `translations`.`translationable_type` = 'App\Models\FlashDeal' and `locale` = 'in'
select * from `business_settings` where (`type` = 'refund-policy') limit 1
select * from `business_settings` where (`type` = 'return-policy') limit 1
select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
select * from `business_settings` where (`type` = 'whatsapp') limit 1
200
0 of 0array:3 [▼ "data_from" => "most-favorite" "id" => "390" "page" => "1" ]
[]
0 of 0array:8 [▼ "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "apnademand.com" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] ]
0 of 0array:31 [▼ "PATH" => "/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "apnademand.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/apnademand.com/public_html" "REMOTE_ADDR" => "13.59.135.139" "REMOTE_PORT" => "43046" "SERVER_ADDR" => "82.112.237.189" "SERVER_NAME" => "apnademand.com" "SERVER_ADMIN" => "info@apnademand.com" "SERVER_PORT" => "80" "REQUEST_URI" => "/products?data_from=most-favorite&id=390&page=1" "REDIRECT_URL" => "/products" "REDIRECT_QUERY_STRING" => "data_from=most-favorite&id=390&page=1" "REDIRECT_STATUS" => "200" "LSWS_EDITION" => "Openlitespeed 1.8.2" "X-LSCACHE" => "on,crawler" "SCRIPT_FILENAME" => "/home/apnademand.com/public_html/index.php" "QUERY_STRING" => "data_from=most-favorite&id=390&page=1" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1737237057.4036 "REQUEST_TIME" => 1737237057 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 18 Jan 2025 21:50:57 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjQ0V2ZnN01TTUFaUzNYdEdaeElpS2c9PSIsInZhbHVlIjoiTFBpcm9tSGVPNlFTUDN4bloybElrMlFZYjJrRHZqUGx3Y2NQeHYydDNzSkQ1TGJpWVI2UmE0SitsNVdIV0ErWG94U2lqYTRuVm1BbjQrQ1lDNkhzelM1V3l0Y015akNkRkkyYWZOaFJxZ2VtZFQxZDVTalNCU0JyUmw5aGNDcU8iLCJtYWMiOiJiMzZkYTk0Yzc5MDUyYjdmYmJmZWEzMzEyNmEwOTZhMDBhNTdjMzllMWNmN2ZlYzY3MGY4ZWY3MDljMWZmMzE2IiwidGFnIjoiIn0%3D; expires=Mon, 17 Feb 2025 21:50:57 GMT; Max-Age=2592000; path=/ ◀XSRF-TOKEN=eyJpdiI6IjQ0V2ZnN01TTUFaUzNYdEdaeElpS2c9PSIsInZhbHVlIjoiTFBpcm9tSGVPNlFTUDN4bloybElrMlFZYjJrRHZqUGx3Y2NQeHYydDNzSkQ1TGJpWVI2UmE0SitsNVdIV0ErWG94U2lqY ▶" 1 => "apnademand_session=eyJpdiI6IjFmd1RYcXRUdzVEMGJUc3BseFNUY3c9PSIsInZhbHVlIjoibVdnREYzaVBjYmZzRzRVUktTUEVoU25IdGJ5WUZ3ZE9nR1JKblVBMlpxYVBnSDBudFJtMnI1QWRpZ0I0TlFIMXYwYWtHVzl1Y3ZnSlpDS0lqUVZ0UkV0bUZYMmlORkpqVGdSSm1vUGVHWkQrUkFId09oQVA0Uko1bk9GTzBJcE4iLCJtYWMiOiJlY2E5OTJjZTJiYWY1NjExNDYxZWQzZTM2MzMzOWRlZDM3OTZiOWIxN2IxY2ZhNWQ1ZGYyMWI4ZDcxMTQ3NmMwIiwidGFnIjoiIn0%3D; expires=Mon, 17 Feb 2025 21:50:57 GMT; Max-Age=2592000; path=/; httponly ◀apnademand_session=eyJpdiI6IjFmd1RYcXRUdzVEMGJUc3BseFNUY3c9PSIsInZhbHVlIjoibVdnREYzaVBjYmZzRzRVUktTUEVoU25IdGJ5WUZ3ZE9nR1JKblVBMlpxYVBnSDBudFJtMnI1QWRpZ0I0TlFIM ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjQ0V2ZnN01TTUFaUzNYdEdaeElpS2c9PSIsInZhbHVlIjoiTFBpcm9tSGVPNlFTUDN4bloybElrMlFZYjJrRHZqUGx3Y2NQeHYydDNzSkQ1TGJpWVI2UmE0SitsNVdIV0ErWG94U2lqYTRuVm1BbjQrQ1lDNkhzelM1V3l0Y015akNkRkkyYWZOaFJxZ2VtZFQxZDVTalNCU0JyUmw5aGNDcU8iLCJtYWMiOiJiMzZkYTk0Yzc5MDUyYjdmYmJmZWEzMzEyNmEwOTZhMDBhNTdjMzllMWNmN2ZlYzY3MGY4ZWY3MDljMWZmMzE2IiwidGFnIjoiIn0%3D; expires=Mon, 17-Feb-2025 21:50:57 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjQ0V2ZnN01TTUFaUzNYdEdaeElpS2c9PSIsInZhbHVlIjoiTFBpcm9tSGVPNlFTUDN4bloybElrMlFZYjJrRHZqUGx3Y2NQeHYydDNzSkQ1TGJpWVI2UmE0SitsNVdIV0ErWG94U2lqY ▶" 1 => "apnademand_session=eyJpdiI6IjFmd1RYcXRUdzVEMGJUc3BseFNUY3c9PSIsInZhbHVlIjoibVdnREYzaVBjYmZzRzRVUktTUEVoU25IdGJ5WUZ3ZE9nR1JKblVBMlpxYVBnSDBudFJtMnI1QWRpZ0I0TlFIMXYwYWtHVzl1Y3ZnSlpDS0lqUVZ0UkV0bUZYMmlORkpqVGdSSm1vUGVHWkQrUkFId09oQVA0Uko1bk9GTzBJcE4iLCJtYWMiOiJlY2E5OTJjZTJiYWY1NjExNDYxZWQzZTM2MzMzOWRlZDM3OTZiOWIxN2IxY2ZhNWQ1ZGYyMWI4ZDcxMTQ3NmMwIiwidGFnIjoiIn0%3D; expires=Mon, 17-Feb-2025 21:50:57 GMT; path=/; httponly ◀apnademand_session=eyJpdiI6IjFmd1RYcXRUdzVEMGJUc3BseFNUY3c9PSIsInZhbHVlIjoibVdnREYzaVBjYmZzRzRVUktTUEVoU25IdGJ5WUZ3ZE9nR1JKblVBMlpxYVBnSDBudFJtMnI1QWRpZ0I0TlFIM ▶" ] ]
0 of 0array:18 [▼ "decimal_point_settings" => 2 "currency_model" => "single_currency" "language" => array:2 [▶ 0 => array:6 [▶ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => false ] 1 => array:6 [▶ "id" => 2 "name" => "Hindi" "direction" => "ltr" "code" => "in" "status" => 1 "default" => true ] ] "local" => "in" "direction" => "ltr" "product_brand" => 1 "digital_product" => 1 "system_default_currency" => 3 "system_default_currency_info" => App\Models\Currency {#3648 ▶ #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [▶ "id" => 3 "name" => "Indian Rupi" "symbol" => "₹" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #original: array:8 [▶ "id" => 3 "name" => "Indian Rupi" "symbol" => "₹" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #changes: [] #casts: array:4 [▶ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [▶ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [▶ 0 => "*" ] } "currency_code" => "INR" "currency_symbol" => "₹" "currency_exchange_rate" => "60" "_token" => "HPD1eroJwfbZ97YRSlFxO7bkdRSFD7E37PWXhXFV" "guest_id" => 78951 "currency_symbol_position" => "left" "_previous" => array:1 [▶ "url" => "http://apnademand.com/products?data_from=most-favorite&id=390&page=1" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]