Cart 0
No products in the cart.
Browse Categories

Smart choice - Gala Apple International

Request history8.1.20PHP Version1.6sRequest Duration12MBMemory UsageGET {prefix}/{slug?}Route
    • Booting (87.8ms)time
    • Application (1.52s)time
    • 1 x Application (94.53%)
      1.52s
      1 x Booting (5.47%)
      87.80ms
      28 templates were rendered
      • theme.wowy::views.categorycategory.blade.php#?blade
      • theme.wowy::views.templates.postsposts.blade.php#?blade
      • theme.wowy::partials.custom-paginationcustom-pagination.blade.php#?blade
      • theme.wowy::layouts.defaultdefault.blade.php#?blade
      • theme.wowy::partials.headerheader.blade.php#?blade
      • packages/theme::partials.headerheader.blade.php#?blade
      • plugins/language::partials.hreflanghreflang.blade.php#?blade
      • theme.wowy::partials.preloaderpreloader.blade.php#?blade
      • theme.wowy::partials.language-switcherlanguage-switcher.blade.php#?blade
      • theme.wowy::partials.cart-panelcart-panel.blade.php#?blade
      • theme.wowy::partials.cart-panelcart-panel.blade.php#?blade
      • theme.wowy::partials.mobile-menumobile-menu.blade.php#?blade
      • theme.wowy::partials.mobile-menumobile-menu.blade.php#?blade
      • theme.wowy::partials.breadcrumbbreadcrumb.blade.php#?blade
      • theme.wowy::partials.footerfooter.blade.php#?blade
      • theme.wowy::/../widgets/newsletter/templates.frontendfrontend.blade.php#?blade
      • theme.wowy::partials.shortcodes.newsletter-formnewsletter-form.blade.php#?blade
      • plugins/captcha::forms.old-version-supportold-version-support.blade.php#?blade
      • plugins/captcha::header-metaheader-meta.blade.php#?blade
      • plugins/captcha::v2.scriptscript.blade.php#?blade
      • plugins/captcha::v2.htmlhtml.blade.php#?blade
      • theme.wowy::/../widgets/site-info/templates.frontendfrontend.blade.php#?blade
      • theme.wowy::/../widgets/custom-menu/templates.frontendfrontend.blade.php#?blade
      • packages/menu::partials.defaultdefault.blade.php#?blade
      • theme.wowy::/../widgets/custom-menu/templates.frontendfrontend.blade.php#?blade
      • packages/menu::partials.defaultdefault.blade.php#?blade
      • packages/theme::partials.footerfooter.blade.php#?blade
      • plugins/cookie-consent::indexindex.blade.php#?blade
      uri
      GET {prefix}/{slug?}
      middleware
      web, core, localeSessionRedirect, localizationRedirect
      controller
      Botble\Theme\Http\Controllers\PublicController@getViewWithPrefix
      namespace
      prefix
      /
      where
      file
      platform/packages/theme/src/Http/Controllers/PublicController.php:113-116
      43 statements were executed (2 duplicates)Show only duplicates52.3ms
      • select * from `slugs` where (`key` = 'fashion' and `prefix` = 'blog') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = 'fashion' and `prefix` = 'blog')) limit 1
        530μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: fashion
        • 1: blog
        • 2: fashion
        • 3: blog
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/slug/src/SlugHelper.php:182
        • platform/packages/theme/src/Http/Controllers/PublicController.php:47
        • platform/packages/theme/src/Http/Controllers/PublicController.php:115
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `categories` where (`id` = 2 and `status` = 'published') limit 1
        230μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 2
        • 1: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/blog/src/Services/BlogService.php:104
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
        • platform/packages/theme/src/Http/Controllers/PublicController.php:115
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (2) and `slugs`.`reference_type` = 'Botble\\Blog\\Models\\Category'
        450μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Category
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/blog/src/Services/BlogService.php:104
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
      • select * from `categories` where `categories`.`parent_id` = 2 and `categories`.`parent_id` is not null and not `id` = 2 and `status` = 'published'
        300μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 2
        • 1: 2
        • 2: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/plugins/blog/src/Services/BlogService.php:131
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
      • select count(*) as aggregate from `posts` where `status` = 'published' and exists (select * from `categories` inner join `post_categories` on `categories`.`id` = `post_categories`.`category_id` where `posts`.`id` = `post_categories`.`post_id` and `categories`.`id` in (2))
        370μsgalaaple_databasePostRepository.php#93
        Bindings
        • 0: published
        • 1: 2
        Backtrace
        • platform/plugins/blog/src/Repositories/Eloquent/PostRepository.php:93
        • platform/plugins/blog/src/Services/BlogService.php:134
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
        • platform/packages/theme/src/Http/Controllers/PublicController.php:115
      • select distinct * from `posts` where `status` = 'published' and exists (select * from `categories` inner join `post_categories` on `categories`.`id` = `post_categories`.`category_id` where `posts`.`id` = `post_categories`.`post_id` and `categories`.`id` in (2)) order by `created_at` desc limit 12 offset 0
        760μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: 2
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/blog/src/Repositories/Eloquent/PostRepository.php:93
        • platform/plugins/blog/src/Services/BlogService.php:134
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 3) and `slugs`.`reference_type` = 'Botble\\Blog\\Models\\Post'
        250μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Post
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/blog/src/Repositories/Eloquent/PostRepository.php:93
        • platform/plugins/blog/src/Services/BlogService.php:134
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
      • select * from `categories` where `categories`.`id` = 0 and not `parent_id` = 2 limit 1
        210μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        • 1: 2
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/plugins/blog/src/Models/Category.php:87
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/plugins/blog/src/Services/BlogService.php:136
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (2) and `meta_boxes`.`reference_type` = 'Botble\\Blog\\Models\\Category'
        270μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Category
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/seo-helper/src/Providers/HookServiceProvider.php:86
        • platform/core/base/helpers/action-filter.php:46
        • platform/plugins/blog/src/Providers/HookServiceProvider.php:252
        • platform/core/base/helpers/action-filter.php:39
      • select count(*) as aggregate from `categories` where `status` = 'published'
        260μsgalaaple_databaseposts.blade.php#6
        Bindings
        • 0: published
        Backtrace
        • view::theme.wowy::views.templates.posts:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select count(*) as aggregate from `posts` where `status` = 'published'
        160μsgalaaple_databaseposts.blade.php#7
        Bindings
        • 0: published
        Backtrace
        • view::theme.wowy::views.templates.posts:7
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select sum(`views`) as aggregate from `posts` where `status` = 'published'
        180μsgalaaple_databaseposts.blade.php#8
        Bindings
        • 0: published
        Backtrace
        • view::theme.wowy::views.templates.posts:8
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `categories`.*, `post_categories`.`post_id` as `pivot_post_id`, `post_categories`.`category_id` as `pivot_category_id` from `categories` inner join `post_categories` on `categories`.`id` = `post_categories`.`category_id` where `post_categories`.`post_id` in (1)
        250μsgalaaple_databasePost.php#80
        Backtrace
        • platform/plugins/blog/src/Models/Post.php:80
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.templates.posts:28
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Botble\\Blog\\Models\\Category' and `slugs`.`reference_id` = 2 and `slugs`.`reference_id` is not null limit 1
        230μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Category
        • 1: 2
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/packages/slug/src/Providers/SlugServiceProvider.php:118
        • platform/core/base/src/Models/BaseModel.php:25
        • view::theme.wowy::views.templates.posts:29
      • select * from `users` where `users`.`id` = 1 limit 1
        280μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 1
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.templates.posts:42
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `meta_boxes` where (`meta_key` = 'time_to_read' and `reference_id` = 1 and `reference_type` = 'Botble\\Blog\\Models\\Post') limit 1
        310μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: time_to_read
        • 1: 1
        • 2: Botble\Blog\Models\Post
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Supports/MetaBox.php:186
        • platform/core/base/src/Supports/MetaBox.php:168
        • platform/themes/wowy/functions/functions.php:165
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select `categories`.*, `post_categories`.`post_id` as `pivot_post_id`, `post_categories`.`category_id` as `pivot_category_id` from `categories` inner join `post_categories` on `categories`.`id` = `post_categories`.`category_id` where `post_categories`.`post_id` in (3)
        350μsgalaaple_databasePost.php#80
        Backtrace
        • platform/plugins/blog/src/Models/Post.php:80
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.templates.posts:61
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Botble\\Blog\\Models\\Category' and `slugs`.`reference_id` = 2 and `slugs`.`reference_id` is not null limit 1
        320μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Category
        • 1: 2
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/packages/slug/src/Providers/SlugServiceProvider.php:118
        • platform/core/base/src/Models/BaseModel.php:25
        • view::theme.wowy::views.templates.posts:63
      • select `language_meta`.`lang_meta_code`, `language_meta`.`reference_id` from `language_meta` inner join `language_meta` as `meta` on `meta`.`lang_meta_origin` = `language_meta`.`lang_meta_origin` where `language_meta`.`lang_meta_code` != 'en_US' and (`meta`.`reference_type` = 'Botble\\Blog\\Models\\Category' and `meta`.`reference_id` = 2)
        430μsgalaaple_databaseAddHrefLangListener.php#55
        Bindings
        • 0: en_US
        • 1: Botble\Blog\Models\Category
        • 2: 2
        Backtrace
        • platform/plugins/language/src/Listeners/AddHrefLangListener.php:55
        • platform/core/base/helpers/action-filter.php:39
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `key`, `prefix`, `reference_id` from `slugs` where 0 = 1 and `reference_type` = 'Botble\\Blog\\Models\\Category'
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Blog\Models\Category
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/language/src/Listeners/AddHrefLangListener.php:60
        • platform/core/base/helpers/action-filter.php:39
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_currencies` order by `order` asc
        260μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/CurrencySupport.php:107
        • platform/plugins/ecommerce/helpers/currencies.php:134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `name`, `status`, `is_featured`, `image` from `ec_product_categories` order by `order` asc, `created_at` desc
        930μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/ProductCategoryHelper.php:62
        • view::theme.wowy::partials.header:151
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        20.24msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::partials.header:154
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `ec_product_categories` where not `id` is null and `ec_product_categories`.`parent_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350)
        3.81msgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::partials.header:154
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        6.77msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::partials.header:154
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350) and `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        7.12msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::partials.header:154
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350)
        400μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::partials.header:154
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Botble\\Menu\\Models\\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
        470μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: Botble\Menu\Models\Menu
        • 2: en_US
        • 3: en_US
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
        • platform/packages/menu/src/Menu.php:214
        • platform/packages/menu/src/Menu.php:178
        • view::theme.wowy::partials.header:383
      • select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 7)
        330μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
        • platform/packages/menu/src/Menu.php:214
        • platform/packages/menu/src/Menu.php:178
      • select * from `menu_nodes` where `menu_nodes`.`parent_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 29, 30, 31, 32, 33, 34, 67, 68, 69, 70, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118) order by `position` asc
        440μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
        • platform/packages/menu/src/Menu.php:214
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (2, 3, 4, 5, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19, 20, 21, 69, 70) and `meta_boxes`.`reference_type` = 'Botble\\Menu\\Models\\MenuNode'
        660μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Menu\Models\MenuNode
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 29, 30, 31, 32, 33, 34, 67, 68, 69, 70, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118) and `meta_boxes`.`reference_type` = 'Botble\\Menu\\Models\\MenuNode'
        1.24msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Menu\Models\MenuNode
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
        • platform/packages/menu/src/Menu.php:214
      • select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3, 7)
        290μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:231
        • platform/packages/menu/src/Menu.php:214
        • platform/packages/menu/src/Menu.php:178
      • select * from `pages` where `pages`.`id` in (1, 5)
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • platform/packages/menu/src/Menu.php:188
        • view::theme.wowy::partials.header:383
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 5) and `slugs`.`reference_type` = 'Botble\\Page\\Models\\Page'
        230μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Page\Models\Page
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • platform/packages/menu/src/Menu.php:188
        • view::theme.wowy::partials.header:383
      • select * from `pages` where `pages`.`id` in (7, 6)
        270μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::partials.mobile-menu:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (6, 7) and `slugs`.`reference_type` = 'Botble\\Page\\Models\\Page'
        200μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Page\Models\Page
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::partials.mobile-menu:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `widgets` where (`theme` = 'wowy')
        350μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: wowy
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/widget/src/WidgetGroupCollection.php:92
        • platform/packages/widget/src/WidgetGroupCollection.php:79
        • platform/packages/widget/src/WidgetGroupCollection.php:65
        • platform/packages/widget/helpers/helpers.php:32
      • select * from `contact_custom_fields` where `status` = 'published' order by `order` asc
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/contact/src/Providers/HookServiceProvider.php:47
        • platform/core/base/helpers/action-filter.php:39
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_product_categories` where `ec_product_categories`.`id` in (289, 281, 205, 182, 159, 23, 33, 78, 303, 89, 132)
        370μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::/../widgets/custom-menu/templates.frontend:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (23, 33, 78, 89, 132, 159, 182, 205, 281, 289, 303) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        440μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::/../widgets/custom-menu/templates.frontend:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `pages` where `pages`.`id` in (6, 8, 9, 10, 11, 12)
        410μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::/../widgets/custom-menu/templates.frontend:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (6, 8, 9, 10, 11, 12) and `slugs`.`reference_type` = 'Botble\\Page\\Models\\Page'
        310μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Page\Models\Page
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/menu/src/Menu.php:274
        • view::theme.wowy::/../widgets/custom-menu/templates.frontend:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      Botble\Base\Models\MetaBox
      714MetaBox.php#?
      Botble\Slug\Models\Slug
      713Slug.php#?
      Botble\Ecommerce\Models\ProductCategory
      695ProductCategory.php#?
      Botble\Menu\Models\MenuNode
      63MenuNode.php#?
      Botble\LanguageAdvanced\Models\TranslationResolver
      14TranslationResolver.php#?
      Botble\Widget\Models\Widget
      11Widget.php#?
      Botble\Page\Models\Page
      10Page.php#?
      Botble\Blog\Models\Category
      4Category.php#?
      Botble\Menu\Models\Menu
      4Menu.php#?
      Botble\Blog\Models\Post
      2Post.php#?
      Botble\ACL\Models\User
      1User.php#?
      Botble\Ecommerce\Models\Currency
      1Currency.php#?
      Botble\Menu\Models\MenuLocation
      1MenuLocation.php#?
          _token
          Hi8K0EqVKOWNuCPJXmMfgnDbNmcgmljip9H3Th3Y
          language
          en
          viewed_product
          array:1 [ 11680 => 1743005158 ]
          cart
          array:2 [ "recently_viewed_updated_at" => Carbon\Carbon @1743005158 {#3804 #endOfTime: false ...
          _previous
          array:1 [ "url" => "https://fortunasupermarket.com/blog/fashion" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /blog/fashion
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "host" => array:1 [ 0 => "fortunasupermarket.com" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlZJbjF0ZnNlMHZ2WXY4cHFIMWJYSGc9PSIsInZhbHVlIjoiUHFjdWN4WS85VDNzOXlidHR5eXdnU2NTTzc1aVV1UXd4Q2NIRTdLRmZFTlUwTVBBUGpMU3ZpODhYNE0xTENnL05YTFduc2xiVExLcDhuK04wUW9DSW9lVWcrZmZyKzBJdlBNNWpzTUJsVFEzUUwvSFo3OXdDem1Xbm1qTmNNRkoiLCJtYWMiOiJiYzM1NDgyOWVmM2FjM2ZlMGMzYzBhZGViMTY5NWNmMmE4YTQzNjJlNmU3YWI3OWIyZmY5MzY4ODZlNTg1YTU3IiwidGFnIjoiIn0%3D; botble_session=eyJpdiI6ImdwTERNNU1xSHlhUjN4QmV2dngyRlE9PSIsInZhbHVlIjoiWEF2YWlKOStzU2txdFNDV3VqOS9qcjJGSFFnbTJncFJWODN5UExLME43UmIyMWF4MGdCdGFtMUN5cjVkdnlmUFlTSVEyYTRiWXdwck5mSEp2QjJRb2dQMG5VakQrQXBwb2RQMGRwQlVXNEJsOUhTa1pCWXR4MVlLMjhLK0YxdmQiLCJtYWMiOiJkMzdhMmM5ODBhZDZhYTUyODMyODEyYzU5ODRjOWU1ZTY1Y2U2NTk3ZjgzMDNlODE1MjA3M2ZhNDQxODczZDQxIiwidGFnIjoiIn0%3D; botble_footprints_cookie=eyJpdiI6IkNhZjdhVGdZN1pwdDNSOVB4eVU0TVE9PSIsInZhbHVlIjoiZzY0ZmM4UGNzdGxWc2xNS1JSbDZpY0R4YXJ6NzczSktxMm5SU0NUSlJ5NnFLTGY2dzN3TnFObWFqVVIwU1Q0dTloeXhXUENpSWVhUGxyMmtFT2pMMVRUb3BBWUR4VDB0NUI2NG56SzdtR2VNdnM5YXlNWDlwcVVhUzNyeWZweDciLCJtYWMiOiJhNDQxYzI0MWUxMWQxNWEwYTJmMDM5OTZmYzJiZDU0OWY4YjY5NWY3Y2ZlYmI3NDdlNGM2YjU2NDdhNDBkZmQ3IiwidGFnIjoiIn0%3D; botble_footprints_cookie_data=eyJpdiI6IlJGY3BSOW5qV0lQam9tMjd3UVFScUE9PSIsInZhbHVlIjoiYlpaajNDZ3BaeEdMcW9jRXA5V3VVZ2FKV0dnN01qZ3hKbXBrb2Q3TG9uZHV6SkRVdm9WQ3FvTmlaU2ZNOGMxUTZpRndZSUR2a3BCeTNDamFpem93aXdZdVA5L3VKaU9Ed0ZaQm9KU2ZMUGlldER3YWdGaHFsK3VYWmMxSVJuL1V1Q2dONjRpSk82eHlwVzk4ZitjUWRNbU82SHI4R1Q0TlFYMTZ0b21qb3VoZVMvYVYzb3pXVGV4STBjSmhsc09Sb3Z5WFVLTEQ1dDBYSktOQ3NaOXRHSzZzcjdGT1VmclFKY2xGSFhwOWFpQ0dlQkRjU0h4aVM0Um8rblRuRzRMblp4WWJiZlBGemhGcWhWQTZha0IwMUVIcGs2UzgvRk0vWlJvZFpoY0tUZXdNdGI5VkhqWFVWclRRQ0FQNnhQSzlIR0ZGVWtka1hSMWwyT21WSDltTFJpSzJNYytSY0N6ZHpieDJKMHpSdjVWaDJwa2VJck9LWGJHNUowWWVyR2E3Y3l0K2IwNUMyWFQrbzFXT1NMdUFmd2pyZlZjNkhrZWIzTnZsaWlwN1pXVGlsRVA1WWVsYVpvU3VhU0huYmI1ZGRIVW9ieHRaOUFCQW5CTmhYRFpJdGNjWUxmNHBXTWllTW15NEhCTXpyRHo1ZC9IRkZUYStWVUR6MW1NbnRVMjZrb21BbEhPNVY2TEZUNHdHd0k3a2FYV2hYTWVFQzBUNEZsQnZEUmd5TEtRPSIsIm1hYyI6IjgxZGVjMjIyMWVjOTYzYWIyMWQ3ODVkYjY5Mzk1MjQ3OGUyNjZiMWI2MjdlM2VkZWIxOTBjZWM1ZTA4MjQzM2MiLCJ0YWciOiIifQ%3D%3DXSRF-TOKEN=eyJpdiI6IlZJbjF0ZnNlMHZ2WXY4cHFIMWJYSGc9PSIsInZhbHVlIjoiUHFjdWN4WS85VDNzOXlidHR5eXdnU2NTTzc1aVV1UXd4Q2NIRTdLRmZFTlUwTVBBUGpMU3ZpODhYNE0xTENnL05YTFduc" ] "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" ] ]
          request_cookies
          0 of 0
          array:4 [ "XSRF-TOKEN" => "Hi8K0EqVKOWNuCPJXmMfgnDbNmcgmljip9H3Th3Y" "botble_session" => "0NF8g8iEaWkqyyukzMpoUWr4PluDmHtAElRg1IRt" "botble_footprints_cookie" => "7fb0d7da183a3bb74b0870b62704c7ba3143f845" "botble_footprints_cookie_data" => "{"footprint":"7fb0d7da183a3bb74b0870b62704c7ba3143f845","ip":"18.191.222.156","landing_domain":"fortunasupermarket.com","landing_page":"products\/dandar-corn-grits-1","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null}{"footprint":"7fb0d7da183a3bb74b0870b62704c7ba3143f845","ip":"18.191.222.156","landing_domain":"fortunasupermarket.com","landing_page":"products\/dandar-corn-gr" ]
          response_headers
          0 of 0
          array:8 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 26 Mar 2025 16:06:06 GMT" ] "cms-version" => array:1 [ 0 => "7.4.3" ] "authorization-at" => array:1 [ 0 => "2025-02-02 16:48:36" ] "activated-license" => array:1 [ 0 => "No" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhGcUFacExPVldPbno4UWFIVThVNkE9PSIsInZhbHVlIjoiaWoxYUd2UW1GWkNoVisvZVloWmZMdVFMaTdiS293VURjL1JicVcrY3pFQmhId2EwRVpVYjZuMEVWU01CVXFKQzB6dGNGcTFrU2YzbnVLUnQzSjFQNTBLMlYxelFNL3hUYytmcCtGZkRMU0Z4ako0ZTl6N2dGcDIvTWc4SkI4QnMiLCJtYWMiOiJmYjIwZTg1ZWY1YjM5ZjNmN2NlY2ViYzhjZjZiMjY4ZmFhNGY1OWIwNzZlNDk2MWY2OTVkOThiZWQ4MjYyNjA4IiwidGFnIjoiIn0%3D; expires=Wed, 26 Mar 2025 18:06:06 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImhGcUFacExPVldPbno4UWFIVThVNkE9PSIsInZhbHVlIjoiaWoxYUd2UW1GWkNoVisvZVloWmZMdVFMaTdiS293VURjL1JicVcrY3pFQmhId2EwRVpVYjZuMEVWU01CVXFKQzB6dGNGc" 1 => "botble_session=eyJpdiI6IndmVys2QlRJY2VHRUIra3BJajV3L1E9PSIsInZhbHVlIjoiRkVwLzl3Y2lOSE4xU1Z3NmdjNVV0eGY0d0JIK20zaXVPM2lmNGs2b0lucEJLMU5qb05zT0x6Y3FON1R2L1ZyQzVibmtFTVhpYThja09Ec2N3NUU5cnZxb3NxYjJ3cmx0VGVDT0YyWlBIa3EwN21VeVNrUVoyZFFpcjVKSlpuZ2QiLCJtYWMiOiIwYzVjZjMxY2E4MGIyMWI5M2MzZGYzMTM5NTVhYjVmYzA0MjU5MjVjNDEzNjIyNGIyYzEzM2EwNjJhNjQxOWFlIiwidGFnIjoiIn0%3D; expires=Wed, 26 Mar 2025 18:06:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxbotble_session=eyJpdiI6IndmVys2QlRJY2VHRUIra3BJajV3L1E9PSIsInZhbHVlIjoiRkVwLzl3Y2lOSE4xU1Z3NmdjNVV0eGY0d0JIK20zaXVPM2lmNGs2b0lucEJLMU5qb05zT0x6Y3FON1R2L1ZyQzVib" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhGcUFacExPVldPbno4UWFIVThVNkE9PSIsInZhbHVlIjoiaWoxYUd2UW1GWkNoVisvZVloWmZMdVFMaTdiS293VURjL1JicVcrY3pFQmhId2EwRVpVYjZuMEVWU01CVXFKQzB6dGNGcTFrU2YzbnVLUnQzSjFQNTBLMlYxelFNL3hUYytmcCtGZkRMU0Z4ako0ZTl6N2dGcDIvTWc4SkI4QnMiLCJtYWMiOiJmYjIwZTg1ZWY1YjM5ZjNmN2NlY2ViYzhjZjZiMjY4ZmFhNGY1OWIwNzZlNDk2MWY2OTVkOThiZWQ4MjYyNjA4IiwidGFnIjoiIn0%3D; expires=Wed, 26-Mar-2025 18:06:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImhGcUFacExPVldPbno4UWFIVThVNkE9PSIsInZhbHVlIjoiaWoxYUd2UW1GWkNoVisvZVloWmZMdVFMaTdiS293VURjL1JicVcrY3pFQmhId2EwRVpVYjZuMEVWU01CVXFKQzB6dGNGc" 1 => "botble_session=eyJpdiI6IndmVys2QlRJY2VHRUIra3BJajV3L1E9PSIsInZhbHVlIjoiRkVwLzl3Y2lOSE4xU1Z3NmdjNVV0eGY0d0JIK20zaXVPM2lmNGs2b0lucEJLMU5qb05zT0x6Y3FON1R2L1ZyQzVibmtFTVhpYThja09Ec2N3NUU5cnZxb3NxYjJ3cmx0VGVDT0YyWlBIa3EwN21VeVNrUVoyZFFpcjVKSlpuZ2QiLCJtYWMiOiIwYzVjZjMxY2E4MGIyMWI5M2MzZGYzMTM5NTVhYjVmYzA0MjU5MjVjNDEzNjIyNGIyYzEzM2EwNjJhNjQxOWFlIiwidGFnIjoiIn0%3D; expires=Wed, 26-Mar-2025 18:06:06 GMT; path=/; httponlybotble_session=eyJpdiI6IndmVys2QlRJY2VHRUIra3BJajV3L1E9PSIsInZhbHVlIjoiRkVwLzl3Y2lOSE4xU1Z3NmdjNVV0eGY0d0JIK20zaXVPM2lmNGs2b0lucEJLMU5qb05zT0x6Y3FON1R2L1ZyQzVib" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "Hi8K0EqVKOWNuCPJXmMfgnDbNmcgmljip9H3Th3Y" "language" => "en" "viewed_product" => array:1 [ 11680 => 1743005158 ] "cart" => array:2 [ "recently_viewed_updated_at" => Carbon\Carbon @1743005158 {#3804 #endOfTime: false #startOfTime: false #constructedObjectId: "0000000000000edc0000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-03-26 12:05:58.881946 America/New_York (-04:00) } "recently_viewed" => Illuminate\Support\Collection {#3805 #items: array:1 [ "549cb3ee0f75bd8624ab866d13656523" => Botble\Ecommerce\Cart\CartItem {#3806 +rowId: "549cb3ee0f75bd8624ab866d13656523" +id: 11680 +qty: 1 +name: "Dandar Corn Grits 800g." +price: 4.99 +options: Botble\Ecommerce\Cart\CartItemOptions {#3807 #items: [] #escapeWhenCastingToString: false } #associatedModel: "Botble\Ecommerce\Models\Product" #taxRate: 0.0 +"created_at": Carbon\Carbon @1743005158 {#3808 #endOfTime: false #startOfTime: false #constructedObjectId: "0000000000000ee00000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-03-26 12:05:58.881926 America/New_York (-04:00) } +"updated_at": Carbon\Carbon @1743005158 {#3809 #endOfTime: false #startOfTime: false #constructedObjectId: "0000000000000ee10000000000000000" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: null date: 2025-03-26 12:05:58.881931 America/New_York (-04:00) } } ] #escapeWhenCastingToString: false } ] "_previous" => array:1 [ "url" => "https://fortunasupermarket.com/blog/fashion" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-26 12:06:06GET/blog/fashion28432233