Subscribe to the newsletter to receive updates about new products.
Are you sure you want to remove this product from cart?
1 x Application (91.94%) | 424.61ms |
1 x Booting (8.04%) | 37.14ms |
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
select * from information_schema.tables where table_schema = 'sushmoyc_evaly_clone' and table_name = 'settings' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `key` = 'electronic' and `prefix` = 'product-tags' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_tags` where `id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductTag'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_products`.*, `ec_product_tag_product`.`tag_id` as `pivot_tag_id`, `ec_product_tag_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `is_variation` = 0 and `ec_product_tag_product`.`tag_id` in (1)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `ec_products` inner join
(
SELECT DISTINCT
`ec_products`.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-03-15 02:27:50' OR
ec_products.end_date < '2025-03-15 02:27:50'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-15 02:27:50' AND
ec_products.end_date >= '2025-03-15 02:27:50'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-03-15 02:27:50'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-15 02:27:50' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM `ec_products`
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where exists (select * from `ec_product_tags` inner join `ec_product_tag_product` on `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` where `ec_products`.`id` = `ec_product_tag_product`.`product_id` and `ec_product_tag_product`.`tag_id` in (1)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `ec_products`.*, (select count(*) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_count`, (select avg(`ec_reviews`.`star`) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_avg` from `ec_products` inner join
(
SELECT DISTINCT
`ec_products`.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-03-15 02:27:50' OR
ec_products.end_date < '2025-03-15 02:27:50'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-15 02:27:50' AND
ec_products.end_date >= '2025-03-15 02:27:50'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-03-15 02:27:50'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-15 02:27:50' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM `ec_products`
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where exists (select * from `ec_product_tags` inner join `ec_product_tag_product` on `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` where `ec_products`.`id` = `ec_product_tag_product`.`product_id` and `ec_product_tag_product`.`tag_id` in (1)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 12 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (6, 7, 8, 12, 13, 18, 21, 24, 25, 29, 31) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` in (6, 7, 8, 12, 13, 18, 21, 24, 25, 29, 31)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_labels`.*, `ec_product_label_products`.`product_id` as `pivot_product_id`, `ec_product_label_products`.`product_label_id` as `pivot_product_label_id` from `ec_product_labels` inner join `ec_product_label_products` on `ec_product_labels`.`id` = `ec_product_label_products`.`product_label_id` where `ec_product_label_products`.`product_id` in (6, 7, 8, 12, 13, 18, 21, 24, 25, 29, 31)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_attributes`.*, `ec_product_variations`.*, `ec_product_variation_items`.*, `ec_product_attribute_sets`.*, `ec_product_attributes`.`title` as `attribute_title` from `ec_product_variations` inner join `ec_product_variation_items` on `ec_product_variation_items`.`variation_id` = `ec_product_variations`.`id` inner join `ec_product_attributes` on `ec_product_attributes`.`id` = `ec_product_variation_items`.`attribute_id` inner join `ec_product_attribute_sets` on `ec_product_attribute_sets`.`id` = `ec_product_attributes`.`attribute_set_id` where `ec_product_attribute_sets`.`status` = 'published' and `ec_product_attribute_sets`.`is_use_in_product_listing` = 1 and `ec_product_variations`.`configurable_product_id` in (6, 7, 8, 12, 13, 18, 21, 24, 25, 29, 31)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_collections`.*, `ec_product_collection_products`.`product_id` as `pivot_product_id`, `ec_product_collection_products`.`product_collection_id` as `pivot_product_collection_id` from `ec_product_collections` inner join `ec_product_collection_products` on `ec_product_collections`.`id` = `ec_product_collection_products`.`product_collection_id` where `ec_product_collection_products`.`product_id` in (6, 7, 8, 12, 13, 18, 21, 24, 25, 29, 31)
Metadata | |
---|---|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductTag'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where (`status` = 'published') and (`parent_id` is null or `parent_id` = 0) order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `status` = 'published' and `ec_product_categories`.`parent_id` in (1, 10, 14, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `status` = 'published' and `ec_product_categories`.`parent_id` in (2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 10, 14, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1, 10, 14, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-03-15 02:27:50' and (`end_date` is null or `end_date` >= '2025-03-15 02:27:50') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'specific-product', 'product-variant') and `product_quantity` = 1))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where date(`end_date`) > '2025-03-15' and `status` = 'published' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 48 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 46 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 50 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 51 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 53 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 52 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 61 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 62 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 73 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 81 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 80 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 82 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 88 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 89 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 91 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 90 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 102 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 101 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 103 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 108 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 106 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_products` where `ec_products`.`id` = 107 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc limit 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductTag'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `status` = 'published' and `is_searchable` = 1 order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_attributes` where `ec_product_attributes`.`attribute_set_id` in (1, 2) order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_attributes_translations` where `ec_product_attributes_translations`.`ec_product_attributes_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
Metadata | |
---|---|
Backtrace |
|
select * from `menus` inner join `language_meta` on `language_meta`.`reference_id` = `menus`.`id` where `status` = 'published' and `language_meta`.`reference_type` = 'Botble\Menu\Models\Menu' and `language_meta`.`lang_meta_code` = 'bn_BD'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (9, 10, 11)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71) order by `position` asc
Metadata | |
---|---|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71) and `meta_boxes`.`reference_type` = 'Botble\Menu\Models\MenuNode'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (9, 10, 11)
Metadata | |
---|---|
Backtrace |
|
select * from `widgets` where `theme` = 'shopwise'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:16 [▼ "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, br, zstd" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ii93ckJNWlJzQllFampzTzBZSDYvSFE9PSIsInZhbHVlIjoid3QySzAvMmw1c2hrQVVWeUUrVkMrTWU5b1VHblhOYmJFNDNNNXptTmJVd0ZiMTRmdGxlNTBlMU11NUkyZi9aYnZ2K3NGd0N3SjZxK2Vuem5uRFBOakRYSzJkMFdEY1dPR1lXZ3FFTktWb1lWMDk0a2FhMUh1RGdPVVFpTFBFdGQiLCJtYWMiOiIwZjY0MzhhYzBmMWZiMDI0NmYwMzJkODdlYTlkYzgwNWY3M2ZhN2E2OTY0Mjc5YjY5M2U4ZTQ2NTZjYmJkNmVhIiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6IlNLSjNXdXA0cjhOQml2aU5lVlc2R2c9PSIsInZhbHVlIjoiVkhyUXgraHRHTEV5Nmx4Ri9zTDdPMHhvOVhnTk9HTTNLaGI3QzZiZGJTeHF1ZXRnVDQ1cXBTTUJ3cmNFNHZJVWVYU3FmeDQwOE16YTIyd0FDVzkzZkZ0VXIxYVRiUzJ0MWpIR09zczZIa3Bzby9HdTNxSytHMXlUUDQyYzl4dzIiLCJtYWMiOiJmYWMxOTUyZWIyZjUxZTMyMWZiNmI2YjJlNGJhYWZjZGQ3NThiNDQxYTYxYjA3NTU5Njc2ZWZiYTIwN2VmNTM4IiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6Ii93ckJNWlJzQllFampzTzBZSDYvSFE9PSIsInZhbHVlIjoid3QySzAvMmw1c2hrQVVWeUUrVkMrTWU5b1VHblhOYmJFNDNNNXptTmJVd0ZiMTRmdGxlNTBlMU11NUkyZi9aYnZ2K3NGd ▶" ] "host" => array:1 [▶ 0 => "sushmoy.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" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] ]
0 of 0array:48 [▼ "PHP_INI_SCAN_DIR" => ":/home/sushmoyc/public_html:/home/sushmoyc/php83" "LSPHP_ENABLE_USER_INI" => "on" "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, br, zstd" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6Ii93ckJNWlJzQllFampzTzBZSDYvSFE9PSIsInZhbHVlIjoid3QySzAvMmw1c2hrQVVWeUUrVkMrTWU5b1VHblhOYmJFNDNNNXptTmJVd0ZiMTRmdGxlNTBlMU11NUkyZi9aYnZ2K3NGd0N3SjZxK2Vuem5uRFBOakRYSzJkMFdEY1dPR1lXZ3FFTktWb1lWMDk0a2FhMUh1RGdPVVFpTFBFdGQiLCJtYWMiOiIwZjY0MzhhYzBmMWZiMDI0NmYwMzJkODdlYTlkYzgwNWY3M2ZhN2E2OTY0Mjc5YjY5M2U4ZTQ2NTZjYmJkNmVhIiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6IlNLSjNXdXA0cjhOQml2aU5lVlc2R2c9PSIsInZhbHVlIjoiVkhyUXgraHRHTEV5Nmx4Ri9zTDdPMHhvOVhnTk9HTTNLaGI3QzZiZGJTeHF1ZXRnVDQ1cXBTTUJ3cmNFNHZJVWVYU3FmeDQwOE16YTIyd0FDVzkzZkZ0VXIxYVRiUzJ0MWpIR09zczZIa3Bzby9HdTNxSytHMXlUUDQyYzl4dzIiLCJtYWMiOiJmYWMxOTUyZWIyZjUxZTMyMWZiNmI2YjJlNGJhYWZjZGQ3NThiNDQxYTYxYjA3NTU5Njc2ZWZiYTIwN2VmNTM4IiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6Ii93ckJNWlJzQllFampzTzBZSDYvSFE9PSIsInZhbHVlIjoid3QySzAvMmw1c2hrQVVWeUUrVkMrTWU5b1VHblhOYmJFNDNNNXptTmJVd0ZiMTRmdGxlNTBlMU11NUkyZi9aYnZ2K3NGd ▶" "HTTP_HOST" => "sushmoy.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_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/sushmoyc/public_html" "REMOTE_ADDR" => "18.191.191.65" "REMOTE_PORT" => "5220" "SERVER_ADDR" => "104.194.8.175" "SERVER_NAME" => "sushmoy.com" "SERVER_ADMIN" => "sushmoyr@gmail.com" "SERVER_PORT" => "443" "REQUEST_URI" => "/product-tags/electronic" "REDIRECT_URL" => "/product-tags/electronic" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "LSWS_EDITION" => "Openlitespeed 1.8.2" "X-LSCACHE" => "on,crawler" "SCRIPT_FILENAME" => "/home/sushmoyc/public_html/index.php" "QUERY_STRING" => "" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1741984070.1191 "REQUEST_TIME" => 1741984070 "argv" => [] "argc" => 0 ]
0 of 0array:2 [▼ "XSRF-TOKEN" => "pkjIIJOUl8dRD4RdlLd7y9UfwiD1vHw9p7qJZJL1" "botble_session" => "h3neR996yu0X1fHUVnYsFdknYLgkS7oJi9Imkmuf" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 14 Mar 2025 20:27:50 GMT" ] "cms-version" => array:1 [▶ 0 => "6.6.0" ] "authorization-at" => array:1 [▶ 0 => "2025-03-09 19:56:45" ] "activated-license" => array:1 [▶ 0 => "Yes" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InNMNGVHajNNMEJvV1NySEZ5aWdGc3c9PSIsInZhbHVlIjoiZjFHSWhhRnA3UHR5a0krVzNtdjZKS3NwT0VqWmZ0dmc4MGJOY2FqL3JJR01iTXkwMjk5UjR4Y1VOY21kOVZTMk1KbWhtU1FERVo3RzJlbHRQNUxaYU9mNVFWeEYxZllBYnRCVXk2dGRURSthNTBHVm8vZlJBVkRvV29lckE2engiLCJtYWMiOiJlYjRkYTIxMDY3ZDkyZjliNjllOTg2OWMzZTJjZGMxNjNjMmZhNzI0NmZiNDQ4OTVlZTgyYmM5MGE3ZmYwNWU0IiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:27:50 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InNMNGVHajNNMEJvV1NySEZ5aWdGc3c9PSIsInZhbHVlIjoiZjFHSWhhRnA3UHR5a0krVzNtdjZKS3NwT0VqWmZ0dmc4MGJOY2FqL3JJR01iTXkwMjk5UjR4Y1VOY21kOVZTMk1KbWhtU ▶" 1 => "botble_session=eyJpdiI6InpmZzVudERDNjlhczZqek0zN3dzR3c9PSIsInZhbHVlIjoiZlhOTS9wUThibDdHeUM2WmpnamxrWVduaUxsVEhuY3Y3aUlpb3Z0YzV1SDNxWVU4U2hjN2dDc2ltZG0zTkJZM2U4WC92eW5uc0hkUXM0ck93VnpIYkViNTYvTG45dy9TdWlhOExsWVdLZGZ1TytETTdRSWtQRG5va3NRWHdZdHEiLCJtYWMiOiJkYjNiZTUxZjUyNjdhNzYzZjkyNGFkYzA2M2I3YjFlZWZjMWVjN2ZjYzM5ODNhMzY0YWQyN2RhZDlhZmIxNmNhIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:27:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6InpmZzVudERDNjlhczZqek0zN3dzR3c9PSIsInZhbHVlIjoiZlhOTS9wUThibDdHeUM2WmpnamxrWVduaUxsVEhuY3Y3aUlpb3Z0YzV1SDNxWVU4U2hjN2dDc2ltZG0zTkJZM2U4W ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InNMNGVHajNNMEJvV1NySEZ5aWdGc3c9PSIsInZhbHVlIjoiZjFHSWhhRnA3UHR5a0krVzNtdjZKS3NwT0VqWmZ0dmc4MGJOY2FqL3JJR01iTXkwMjk5UjR4Y1VOY21kOVZTMk1KbWhtU1FERVo3RzJlbHRQNUxaYU9mNVFWeEYxZllBYnRCVXk2dGRURSthNTBHVm8vZlJBVkRvV29lckE2engiLCJtYWMiOiJlYjRkYTIxMDY3ZDkyZjliNjllOTg2OWMzZTJjZGMxNjNjMmZhNzI0NmZiNDQ4OTVlZTgyYmM5MGE3ZmYwNWU0IiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:27:50 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InNMNGVHajNNMEJvV1NySEZ5aWdGc3c9PSIsInZhbHVlIjoiZjFHSWhhRnA3UHR5a0krVzNtdjZKS3NwT0VqWmZ0dmc4MGJOY2FqL3JJR01iTXkwMjk5UjR4Y1VOY21kOVZTMk1KbWhtU ▶" 1 => "botble_session=eyJpdiI6InpmZzVudERDNjlhczZqek0zN3dzR3c9PSIsInZhbHVlIjoiZlhOTS9wUThibDdHeUM2WmpnamxrWVduaUxsVEhuY3Y3aUlpb3Z0YzV1SDNxWVU4U2hjN2dDc2ltZG0zTkJZM2U4WC92eW5uc0hkUXM0ck93VnpIYkViNTYvTG45dy9TdWlhOExsWVdLZGZ1TytETTdRSWtQRG5va3NRWHdZdHEiLCJtYWMiOiJkYjNiZTUxZjUyNjdhNzYzZjkyNGFkYzA2M2I3YjFlZWZjMWVjN2ZjYzM5ODNhMzY0YWQyN2RhZDlhZmIxNmNhIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:27:50 GMT; path=/; httponly ◀botble_session=eyJpdiI6InpmZzVudERDNjlhczZqek0zN3dzR3c9PSIsInZhbHVlIjoiZlhOTS9wUThibDdHeUM2WmpnamxrWVduaUxsVEhuY3Y3aUlpb3Z0YzV1SDNxWVU4U2hjN2dDc2ltZG0zTkJZM2U4W ▶" ] ]
0 of 0array:5 [▼ "_token" => "pkjIIJOUl8dRD4RdlLd7y9UfwiD1vHw9p7qJZJL1" "language" => "bn" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "https://sushmoy.com/product-tags/electronic" ] "PHPDEBUGBAR_STACK_DATA" => [] ]