Cart 0
No products in the cart.
Browse Categories
Request history8.1.20PHP Version2.49sRequest Duration17MBMemory UsageGET {prefix}/{slug?}Route
  • warninglog[17:20:38] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • warninglog[17:20:38] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • warninglog[17:20:38] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (71.75ms)time
  • Application (2.41s)time
  • 1 x Application (97.11%)
    2.41s
    1 x Booting (2.89%)
    71.75ms
    80 templates were rendered
    • 1x theme.wowy::views.ecommerce.productproduct.blade.php#?blade
    • 1x packages/theme::partials.facebook-commentsfacebook-comments.blade.php#?blade
    • 6x theme.wowy::views.ecommerce.includes.product-itemproduct-item.blade.php#?blade
    • 1x theme.wowy::layouts.product-full-widthproduct-full-width.blade.php#?blade
    • 1x theme.wowy::partials.headerheader.blade.php#?blade
    • 1x packages/theme::partials.headerheader.blade.php#?blade
    • 1x plugins/language::partials.hreflanghreflang.blade.php#?blade
    • 1x theme.wowy::partials.preloaderpreloader.blade.php#?blade
    • 1x theme.wowy::partials.language-switcherlanguage-switcher.blade.php#?blade
    • 2x theme.wowy::partials.cart-panelcart-panel.blade.php#?blade
    • 2x theme.wowy::partials.mobile-menumobile-menu.blade.php#?blade
    • 1x theme.wowy::/../widgets/product-categories/templates.frontendfrontend.blade.php#?blade
    • 44x theme.wowy::views.ecommerce.includes.sub-categoriessub-categories.blade.php#?blade
    • 1x theme.wowy::partials.breadcrumbbreadcrumb.blade.php#?blade
    • 1x theme.wowy::/../widgets/featured-products/templates.frontendfrontend.blade.php#?blade
    • 1x theme.wowy::/../widgets/featured-brands/templates.frontendfrontend.blade.php#?blade
    • 1x theme.wowy::partials.footerfooter.blade.php#?blade
    • 1x theme.wowy::/../widgets/newsletter/templates.frontendfrontend.blade.php#?blade
    • 1x theme.wowy::partials.shortcodes.newsletter-formnewsletter-form.blade.php#?blade
    • 1x plugins/captcha::forms.old-version-supportold-version-support.blade.php#?blade
    • 1x plugins/captcha::header-metaheader-meta.blade.php#?blade
    • 1x plugins/captcha::v2.scriptscript.blade.php#?blade
    • 1x plugins/captcha::v2.htmlhtml.blade.php#?blade
    • 1x theme.wowy::/../widgets/site-info/templates.frontendfrontend.blade.php#?blade
    • 2x theme.wowy::/../widgets/custom-menu/templates.frontendfrontend.blade.php#?blade
    • 2x packages/menu::partials.defaultdefault.blade.php#?blade
    • 1x packages/theme::partials.footerfooter.blade.php#?blade
    • 1x 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
    146 statements were executed, -1 have been excluded (40 duplicates)Show only duplicatesgalaaple_database213ms
    • # Query soft limit for Debugbar is reached after 100 queries, additional 46 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 `slugs` where (`key` = 'blowing-happy-holidays-toy' and `prefix` = 'products') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = 'blowing-happy-holidays-toy' and `prefix` = 'products')) limit 1
      9.23msgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: blowing-happy-holidays-toy
      • 1: products
      • 2: blowing-happy-holidays-toy
      • 3: products
      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 `ec_currencies` order by `order` asc
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/ecommerce/src/Supports/CurrencySupport.php:107
      • platform/plugins/ecommerce/src/Supports/CurrencySupport.php:41
      • platform/plugins/ecommerce/helpers/currencies.php:141
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
    • select distinct `ec_products`.* 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-01-30 17:20:38' OR ec_products.end_date < '2025-01-30 17:20:38' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:38' AND ec_products.end_date >= '2025-01-30 17:20:38' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date IS NULL AND ec_products.end_date >= '2025-01-30 17:20:38' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:38' 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 `ec_products`.`id` = 15506 and `ec_products`.`status` = 'published' order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 1
      16.54msgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 15506
      • 1: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (15506) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\Product'
      200μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Product
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
    • select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (15506)
      150μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 1
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
    • 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 (15506)
      180μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • 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 (15506)
      160μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • select `ec_product_tags`.*, `ec_product_tag_product`.`product_id` as `pivot_product_id`, `ec_product_tag_product`.`tag_id` as `pivot_tag_id` from `ec_product_tags` inner join `ec_product_tag_product` on `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` where `ec_product_tag_product`.`product_id` in (15506)
      160μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` in (15506)
      200μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (23, 33, 34) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      200μ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/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
    • select * from `ec_options` where `ec_options`.`product_id` in (15506) order by `order` asc
      120μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
    • select `ec_products`.*, `ec_product_cross_sale_relations`.`from_product_id` as `pivot_from_product_id`, `ec_product_cross_sale_relations`.`to_product_id` as `pivot_to_product_id`, `ec_product_cross_sale_relations`.`price` as `pivot_price`, `ec_product_cross_sale_relations`.`price_type` as `pivot_price_type`, `ec_product_cross_sale_relations`.`apply_to_all_variations` as `pivot_apply_to_all_variations`, `ec_product_cross_sale_relations`.`is_variant` as `pivot_is_variant` from `ec_products` inner join `ec_product_cross_sale_relations` on `ec_products`.`id` = `ec_product_cross_sale_relations`.`to_product_id` where `ec_product_cross_sale_relations`.`from_product_id` in (15506) and `ec_product_cross_sale_relations`.`is_variant` = 0
      230μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 0
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:349
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:89
      • platform/plugins/ecommerce/helpers/products.php:52
    • select * from `ec_flash_sales` where date(`end_date`) >= '2025-01-30' and `status` = 'published' order by `created_at` desc
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 2025-01-30
      • 1: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/ecommerce/src/Repositories/Eloquent/FlashSaleRepository.php:25
      • platform/plugins/ecommerce/src/Supports/FlashSaleSupport.php:52
      • platform/plugins/ecommerce/src/Supports/FlashSaleSupport.php:22
      • platform/plugins/ecommerce/src/Models/Concerns/ProductPrices.php:46
    • select `ec_products`.*, `ec_flash_sale_products`.`flash_sale_id` as `pivot_flash_sale_id`, `ec_flash_sale_products`.`product_id` as `pivot_product_id`, `ec_flash_sale_products`.`price` as `pivot_price`, `ec_flash_sale_products`.`quantity` as `pivot_quantity`, `ec_flash_sale_products`.`sold` as `pivot_sold` from `ec_products` inner join `ec_flash_sale_products` on `ec_products`.`id` = `ec_flash_sale_products`.`product_id` where `ec_flash_sale_products`.`flash_sale_id` in (1, 2)
      210μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/ecommerce/src/Repositories/Eloquent/FlashSaleRepository.php:25
      • platform/plugins/ecommerce/src/Supports/FlashSaleSupport.php:52
      • platform/plugins/ecommerce/src/Supports/FlashSaleSupport.php:22
      • platform/plugins/ecommerce/src/Models/Concerns/ProductPrices.php:46
    • select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-01-30 17:20:38' and (`end_date` is null or `end_date` >= '2025-01-30 17:20:38') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'products-by-category', 'specific-product', 'product-variant') and `product_quantity` = 1))
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: promotion
      • 1: 2025-01-30 17:20:38
      • 2: 2025-01-30 17:20:38
      • 3: all-orders
      • 4: amount-minimum-order
      • 5: customer
      • 6: group-products
      • 7: products-by-category
      • 8: specific-product
      • 9: product-variant
      • 10: 1
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/ecommerce/src/Repositories/Eloquent/DiscountRepository.php:50
      • platform/plugins/ecommerce/src/Supports/DiscountSupport.php:116
      • platform/plugins/ecommerce/src/Supports/DiscountSupport.php:42
      • platform/plugins/ecommerce/src/Models/Concerns/ProductPrices.php:58
    • update `ec_products` set `views` = `views` + 1 where `id` = 15506
      160μsgalaaple_databaseHelper.php#35
      Bindings
      • 0: 15506
      Backtrace
      • platform/core/base/src/Supports/Helper.php:35
      • platform/core/base/src/Supports/Helper.php:35
      • platform/core/base/src/Supports/Helper.php:35
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:119
      • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
    • select * from `ec_products` where `ec_products`.`id` = 15506 limit 1
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 15506
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
    • select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (15506)
      110μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 1
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
    • 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 (15506)
      140μsgalaaple_databaseSerializesAndRestoresModelIdentifiers.php#109
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
      • vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
    • 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 (15506)
      130μsgalaaple_databaseSerializesAndRestoresModelIdentifiers.php#109
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
      • vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
    • select `ec_product_tags`.*, `ec_product_tag_product`.`product_id` as `pivot_product_id`, `ec_product_tag_product`.`tag_id` as `pivot_tag_id` from `ec_product_tags` inner join `ec_product_tag_product` on `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` where `ec_product_tag_product`.`product_id` in (15506)
      130μsgalaaple_databaseSerializesAndRestoresModelIdentifiers.php#109
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
      • vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
    • select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` in (15506)
      160μsgalaaple_databaseSerializesAndRestoresModelIdentifiers.php#109
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
      • vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
    • select * from `ec_options` where `ec_options`.`product_id` in (15506) order by `order` asc
      100μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
    • select `ec_products`.*, `ec_product_cross_sale_relations`.`from_product_id` as `pivot_from_product_id`, `ec_product_cross_sale_relations`.`to_product_id` as `pivot_to_product_id`, `ec_product_cross_sale_relations`.`price` as `pivot_price`, `ec_product_cross_sale_relations`.`price_type` as `pivot_price_type`, `ec_product_cross_sale_relations`.`apply_to_all_variations` as `pivot_apply_to_all_variations`, `ec_product_cross_sale_relations`.`is_variant` as `pivot_is_variant` from `ec_products` inner join `ec_product_cross_sale_relations` on `ec_products`.`id` = `ec_product_cross_sale_relations`.`to_product_id` where `ec_product_cross_sale_relations`.`from_product_id` in (15506)
      180μsgalaaple_databaseSerializesAndRestoresModelIdentifiers.php#109
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:109
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php:62
      • vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php:93
      • vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:60
      • vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php:102
    • insert into `ec_product_views` (`date`, `product_id`, `views`) values ('2025-01-30', 15506, 1) on duplicate key update `views` = views + 1
      7.14msgalaaple_databaseUpdateProductView.php#27
      Bindings
      • 0: 2025-01-30
      • 1: 15506
      • 2: 1
      Backtrace
      • platform/plugins/ecommerce/src/Listeners/UpdateProductView.php:27
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:41
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
    • select * from `ec_product_categories` where `ec_product_categories`.`id` = 33 and not `parent_id` = 34 limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 33
      • 1: 34
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Models/ProductCategory.php:117
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:130
    • select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 33 limit 1
      150μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 0
      • 1: 33
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Models/ProductCategory.php:121
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:130
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `slugs`.`reference_id` = 33 and `slugs`.`reference_id` is not null limit 1
      180μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 33
      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
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:132
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (15506) and `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\Product'
      220μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Product
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/ecommerce/src/Models/Product.php:543
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:493
      • platform/core/base/helpers/action-filter.php:46
    • select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` = 15506 limit 1
      250μsgalaaple_databaseFacebookPixel.php#17
      Bindings
      • 0: 15506
      Backtrace
      • platform/plugins/ecommerce/src/AdsTracking/FacebookPixel.php:17
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:156
      • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
      • platform/core/base/helpers/action-filter.php:39
      • platform/packages/theme/src/Http/Controllers/PublicController.php:115
    • select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 15506 and `ec_product_variations`.`configurable_product_id` is not null
      150μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 15506
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:772
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:160
      • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
    • select * from `ec_products` where `ec_products`.`id` = 15506 limit 1
      260μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 15506
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:170
      • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
      • platform/core/base/helpers/action-filter.php:39
    • select * from `meta_boxes` where (`meta_key` = 'layout' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: layout
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:2
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 0
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.product:75
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `ec_custom_fields` where `status` = 'published' and `display_location` = 'product'
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      • 1: product
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/plugins/fob-ecommerce-custom-field-main/src/Providers/HookServiceProvider.php:145
      • platform/plugins/fob-ecommerce-custom-field-main/src/Providers/HookServiceProvider.php:24
      • platform/core/base/helpers/action-filter.php:39
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select count(*) as aggregate from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 15506 and `ec_product_variations`.`configurable_product_id` is not null
      150μsgalaaple_databaseproduct.blade.php#165
      Bindings
      • 0: 15506
      Backtrace
      • view::theme.wowy::views.ecommerce.product:165
      • 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 * from `meta_boxes` where (`meta_key` = 'ingridient' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      210μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: ingridient
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:221
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `meta_boxes` where (`meta_key` = 'nutrition' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: nutrition
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:227
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `meta_boxes` where (`meta_key` = 'nutrition' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      160μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: nutrition
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:261
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `meta_boxes` where (`meta_key` = 'nutrition' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: nutrition
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:263
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `meta_boxes` where (`meta_key` = 'ingredient' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: ingredient
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:267
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `meta_boxes` where (`meta_key` = 'ingredient' and `reference_id` = 15506 and `reference_type` = 'Botble\\Ecommerce\\Models\\Product') limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: ingredient
      • 1: 15506
      • 2: Botble\Ecommerce\Models\Product
      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
      • view::theme.wowy::views.ecommerce.product:269
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `ec_products`.*, `ec_product_cross_sale_relations`.`from_product_id` as `pivot_from_product_id`, `ec_product_cross_sale_relations`.`to_product_id` as `pivot_to_product_id`, `ec_product_cross_sale_relations`.`price` as `pivot_price`, `ec_product_cross_sale_relations`.`price_type` as `pivot_price_type`, `ec_product_cross_sale_relations`.`apply_to_all_variations` as `pivot_apply_to_all_variations`, `ec_product_cross_sale_relations`.`is_variant` as `pivot_is_variant` from `ec_products` inner join `ec_product_cross_sale_relations` on `ec_products`.`id` = `ec_product_cross_sale_relations`.`to_product_id` where `ec_product_cross_sale_relations`.`from_product_id` = 15506 and `status` = 'published' limit 4
      280μsgalaaple_databaseproducts.php#305
      Bindings
      • 0: 15506
      • 1: published
      Backtrace
      • platform/plugins/ecommerce/helpers/products.php:305
      • 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 `to_product_id` from `ec_product_related_relations` where `ec_product_related_relations`.`from_product_id` = 15506
      140μsgalaaple_databaseproducts.php#272
      Bindings
      • 0: 15506
      Backtrace
      • platform/plugins/ecommerce/helpers/products.php:272
      • 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 `ec_product_categories`.`id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` = 15506
      180μsgalaaple_databaseproducts.php#280
      Bindings
      • 0: 15506
      Backtrace
      • platform/plugins/ecommerce/helpers/products.php:280
      • 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 distinct `ec_products`.* 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-01-30 17:20:38' OR ec_products.end_date < '2025-01-30 17:20:38' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:38' AND ec_products.end_date >= '2025-01-30 17:20:38' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date IS NULL AND ec_products.end_date >= '2025-01-30 17:20:38' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:38' 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 `status` = 'published' and exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_category_product`.`category_id` in (23, 33, 34)) and `ec_products`.`is_variation` = 0 and `ec_products`.`id` != 15506 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 6
      87.54msgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      • 1: 23
      • 2: 33
      • 3: 34
      • 4: 0
      • 5: 15506
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:351
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/helpers/products.php:283
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (17021, 17073, 17074, 17075, 17076, 17179) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\Product'
      280μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Product
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:351
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/helpers/products.php:283
    • select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (17021, 17073, 17074, 17075, 17076, 17179)
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 1
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:351
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/helpers/products.php:283
    • 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 (17021, 17073, 17074, 17075, 17076, 17179)
      210μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:351
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/helpers/products.php:283
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • 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 (17021, 17073, 17074, 17075, 17076, 17179)
      190μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:351
      • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
      • platform/plugins/ecommerce/helpers/products.php:283
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `ec_brands` where `ec_brands`.`id` = 609 limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 609
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.includes.product-item:41
      • 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\\Ecommerce\\Models\\Brand' and `slugs`.`reference_id` = 609 and `slugs`.`reference_id` is not null limit 1
      200μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Brand
      • 1: 609
      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.ecommerce.includes.product-item:42
    • select * from `ec_brands` where `ec_brands`.`id` = 609 limit 1
      180μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 609
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.includes.product-item:41
      • 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\\Ecommerce\\Models\\Brand' and `slugs`.`reference_id` = 609 and `slugs`.`reference_id` is not null limit 1
      210μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Brand
      • 1: 609
      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.ecommerce.includes.product-item:42
    • select * from `ec_brands` where `ec_brands`.`id` = 609 limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 609
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.includes.product-item:41
      • 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\\Ecommerce\\Models\\Brand' and `slugs`.`reference_id` = 609 and `slugs`.`reference_id` is not null limit 1
      180μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Brand
      • 1: 609
      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.ecommerce.includes.product-item:42
    • select * from `ec_brands` where `ec_brands`.`id` = 609 limit 1
      160μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 609
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.includes.product-item:41
      • 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\\Ecommerce\\Models\\Brand' and `slugs`.`reference_id` = 609 and `slugs`.`reference_id` is not null limit 1
      170μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Brand
      • 1: 609
      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.ecommerce.includes.product-item:42
    • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
      160μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: 0
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • view::theme.wowy::views.ecommerce.includes.product-item:41
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • 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\\Ecommerce\\Models\\Product' and `meta`.`reference_id` = 15506)
      250μsgalaaple_databaseAddHrefLangListener.php#55
      Bindings
      • 0: en_US
      • 1: Botble\Ecommerce\Models\Product
      • 2: 15506
      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\\Ecommerce\\Models\\Product'
      130μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\Product
      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 `id`, `name`, `status`, `is_featured`, `image` from `ec_product_categories` order by `order` asc, `created_at` desc
      940μ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'
      4.21msgalaaple_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)
      1.67msgalaaple_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'
      3.94msgalaaple_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'
      4.17msgalaaple_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)
      350μ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')
      350μ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)
      300μ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
      340μ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'
      510μ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'
      880μ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/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)
      160μ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)
      160μ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'
      190μ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)
      180μ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'
      170μ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')
      230μ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 `ec_product_categories`
      960μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/themes/wowy/functions/functions.php:572
      • 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 (23, 24, 33, 46, 54, 59, 78, 89, 108, 159, 182, 205, 230, 259, 289, 303) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      520μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/themes/wowy/functions/functions.php:591
      • 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`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `ec_product_categories`.`parent_id` in (23, 24, 33, 46, 54, 59, 78, 89, 108, 159, 182, 205, 230, 259, 289, 303)
      410μsgalaaple_databaseBaseQueryBuilder.php#48
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/themes/wowy/functions/functions.php:591
      • 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, 7, 10, 15, 16, 20, 25, 26, 27, 28, 29, 30, 34, 35, 36, 37, 38, 39, 40, 41, 42, 47, 49, 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, 90, 91, 101, 104, 109, 110, 111, 112, 121, 132, 133, 135, 147, 160, 163, 169, 172, 178, 183, 193, 201, 203, 206, 212, 216, 217, 226, 231, 232, 233, 234, 235, 236, 237, 238, 239, 260, 266, 270, 271, 281, 282, 283, 284, 285, 286, 287, 288, 290, 298, 304, 310, 314, 328, 348) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      2.06msgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/themes/wowy/functions/functions.php:591
      • 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_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 289 and `meta_boxes`.`reference_id` is not null
      200μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 289
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/core/base/src/Models/Concerns/HasMetadata.php:28
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:12
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (290, 298) order by `order` asc
      230μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 (291, 292, 293, 294, 295, 296, 297, 299, 300, 301, 302) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      360μ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
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (291, 292, 293, 294, 295, 296, 297, 299, 300, 301, 302) order by `order` asc
      240μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 205 and `meta_boxes`.`reference_id` is not null
      200μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 205
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/core/base/src/Models/Concerns/HasMetadata.php:28
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:12
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (206, 212, 216, 217, 226) order by `order` asc
      280μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 (207, 208, 209, 210, 211, 213, 214, 215, 218, 219, 220, 221, 222, 223, 224, 225, 227, 228, 229) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      500μ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
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (207, 208, 209, 210, 211, 213, 214, 215, 218, 219, 220, 221, 222, 223, 224, 225, 227, 228, 229) order by `order` asc
      280μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 23 and `meta_boxes`.`reference_id` is not null
      210μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 23
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/core/base/src/Models/Concerns/HasMetadata.php:28
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:12
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (30, 42, 47, 49, 53, 57, 81, 90, 91, 101, 104, 112, 121, 132, 133, 135, 147) order by `order` asc
      630μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 (31, 32, 43, 44, 45, 48, 50, 51, 52, 82, 83, 84, 85, 86, 87, 88, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      1.45msgalaaple_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
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (31, 32, 43, 44, 45, 48, 50, 51, 52, 82, 83, 84, 85, 86, 87, 88, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158) order by `order` asc
      750μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 303 and `meta_boxes`.`reference_id` is not null
      230μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 303
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/core/base/src/Models/Concerns/HasMetadata.php:28
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:12
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (304, 310) order by `order` asc
      250μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 (305, 306, 307, 308, 309, 311, 312, 313) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
      320μ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
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (305, 306, 307, 308, 309, 311, 312, 313) order by `order` asc
      250μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 182 and `meta_boxes`.`reference_id` is not null
      220μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: Botble\Ecommerce\Models\ProductCategory
      • 1: 182
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • platform/core/base/src/Models/BaseModel.php:28
      • platform/core/base/src/Models/Concerns/HasMetadata.php:28
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:12
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = 'published' and `ec_product_categories`.`parent_id` in (183, 193, 201, 203) order by `order` asc
      300μsgalaaple_databaseBaseQueryBuilder.php#48
      Bindings
      • 0: published
      Backtrace
      • platform/core/base/src/Models/BaseQueryBuilder.php:48
      • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
      • 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 (184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 202, 204) and `slugs`.`reference_type` = ?
      510μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 202, 204) order by `order` asc
      300μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      210μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (55, 56, 58, 239) order by `order` asc
      300μsgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258) and `slugs`.`reference_type` = ?
      520μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258) order by `order` asc
      310μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      210μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (1, 2, 3, 7, 10, 15, 16, 20, 231, 232, 233, 234, 235, 236, 237, 238) order by `order` asc
      360μsgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 22) and `slugs`.`reference_type` = ?
      460μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 22) order by `order` asc
      260μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      230μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (314, 328, 348) order by `order` asc
      350μsgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 349, 350) and `slugs`.`reference_type` = ?
      770μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 349, 350) order by `order` asc
      290μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      240μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (281, 282, 283, 284, 285, 286, 287, 288) order by `order` asc
      230μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      280μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (109, 110, 111) order by `order` asc
      210μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      210μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (160, 163, 169, 172, 178) order by `order` asc
      320μsgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 174, 175, 176, 177, 179, 180, 181) and `slugs`.`reference_type` = ?
      480μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 174, 175, 176, 177, 179, 180, 181) order by `order` asc
      300μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      270μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (260, 266, 270, 271) order by `order` asc
      290μsgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (261, 262, 263, 264, 265, 267, 268, 269, 272, 273, 274, 275, 276, 277, 278, 279, 280) and `slugs`.`reference_type` = ?
      480μsgalaaple_database
    • select * from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (261, 262, 263, 264, 265, 267, 268, 269, 272, 273, 274, 275, 276, 277, 278, 279, 280) order by `order` asc
      300μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      230μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (25, 26, 27, 28, 29) order by `order` asc
      210μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      180μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (34, 35, 36, 37, 38, 39, 40, 41) order by `order` asc
      220μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      190μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77) order by `order` asc
      270μsgalaaple_database
    • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = ? and `meta_boxes`.`reference_id` = ? and `meta_boxes`.`reference_id` is not null
      200μsgalaaple_database
    • select `id`, `name`, `parent_id` from `ec_product_categories` where not `id` is null and `status` = ? and `ec_product_categories`.`parent_id` in (79, 80) order by `order` asc
      180μsgalaaple_database
    • select distinct `ec_products`.* 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-01-30 17:20:40' OR ec_products.end_date < '2025-01-30 17:20:40' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:40' AND ec_products.end_date >= '2025-01-30 17:20:40' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date IS NULL AND ec_products.end_date >= '2025-01-30 17:20:40' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-30 17:20:40' 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 `status` = ? and `ec_products`.`is_featured` = ? and `ec_products`.`is_variation` = ? order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 15
      39.92msgalaaple_database
    • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (3557, 10232, 17130, 17134, 17139, 17141, 17149, 17151, 17156, 17160, 17161, 17162, 17177, 17178, 17179) and `slugs`.`reference_type` = ?
      290μsgalaaple_database
    • select * from `ec_product_variations` where `ec_product_variations`.`is_default` = ? and `ec_product_variations`.`configurable_product_id` in (3557, 10232, 17130, 17134, 17139, 17141, 17149, 17151, 17156, 17160, 17161, 17162, 17177, 17178, 17179)
      140μsgalaaple_database
    • 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 (3557, 10232, 17130, 17134, 17139, 17141, 17149, 17151, 17156, 17160, 17161, 17162, 17177, 17178, 17179)
      230μsgalaaple_database
    • 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 (3557, 10232, 17130, 17134, 17139, 17141, 17149, 17151, 17156, 17160, 17161, 17162, 17177, 17178, 17179)
      220μsgalaaple_database
    • select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and `is_variation` = ? and `status` = ?) as `products_count` from `ec_brands` where `is_featured` = ? and `status` = ? order by `order` asc, `created_at` desc limit 10
      500μsgalaaple_database
    • 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) and `slugs`.`reference_type` = ?
      270μsgalaaple_database
    • select * from `contact_custom_fields` where `status` = ? order by `order` asc
      140μsgalaaple_database
    • select * from `ec_product_categories` where `ec_product_categories`.`id` in (289, 281, 205, 182, 159, 23, 33, 78, 303, 89, 132)
      200μsgalaaple_database
    • 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` = ?
      300μsgalaaple_database
    • select * from `pages` where `pages`.`id` in (6, 8, 9, 10, 11, 12)
      220μsgalaaple_database
    • 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` = ?
      220μsgalaaple_database
    Botble\Ecommerce\Models\ProductCategory
    1387ProductCategory.php#?
    Botble\Slug\Models\Slug
    1099Slug.php#?
    Botble\Base\Models\MetaBox
    765MetaBox.php#?
    Botble\Menu\Models\MenuNode
    63MenuNode.php#?
    Botble\Ecommerce\Models\Product
    26Product.php#?
    Botble\Ecommerce\Models\Brand
    14Brand.php#?
    Botble\LanguageAdvanced\Models\TranslationResolver
    14TranslationResolver.php#?
    Botble\Widget\Models\Widget
    11Widget.php#?
    Botble\Page\Models\Page
    10Page.php#?
    Botble\Ecommerce\Models\ProductLabel
    9ProductLabel.php#?
    Botble\Menu\Models\Menu
    4Menu.php#?
    Botble\Ecommerce\Models\FlashSale
    2FlashSale.php#?
    Botble\Ecommerce\Models\Currency
    1Currency.php#?
    Botble\Menu\Models\MenuLocation
    1MenuLocation.php#?
        _token
        4jg6AmvccrG0rsFlB6pKopZRoslSYKAE9Nw4fuIU
        language
        en
        viewed_product
        array:1 [ 15506 => 1738275638 ]
        cart
        array:2 [ "recently_viewed_updated_at" => Carbon\Carbon @1738275638 {#4217 #endOfTime: false ...
        _previous
        array:1 [ "url" => "https://fortunasupermarket.com/products/blowing-happy-holidays-toy" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /products/blowing-happy-holidays-toy
        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:15 [ "host" => array:1 [ 0 => "fortunasupermarket.com" ] "priority" => array:1 [ 0 => "u=0, i" ] "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
        []
        
        response_headers
        0 of 0
        array:8 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 30 Jan 2025 22:20:40 GMT" ] "cms-version" => array:1 [ 0 => "7.4.3" ] "authorization-at" => array:1 [ 0 => "2024-09-28 13:40:21" ] "activated-license" => array:1 [ 0 => "No" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVZOS9wM2U2T3hHUnJHSG5HbTlKcHc9PSIsInZhbHVlIjoiOFF1Vnp4NGw1MW81Um9JUjJtZjlyczZ6WWt4SUtGVkxTVXRST3R1dDE1Ky83bzY3VThldkhsQ2lSNGxDTitzdXAzazVYaWdBNWtlUWFLYStmRSsxQ05tdVpnQUZpMUpLSkhyUjBhZzJnNkk3WHBpT0kyY2piWk5od0FkMHUyQXgiLCJtYWMiOiJmNTA1N2YyNzFlOGQ2NjIwZTg5MzEyNzIyODZhNmFmODJkYzBiYTdmYzMwNWY4NDAyZjhmMDM2YTk0OTdkNjcwIiwidGFnIjoiIn0%3D; expires=Fri, 31 Jan 2025 00:20:40 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkVZOS9wM2U2T3hHUnJHSG5HbTlKcHc9PSIsInZhbHVlIjoiOFF1Vnp4NGw1MW81Um9JUjJtZjlyczZ6WWt4SUtGVkxTVXRST3R1dDE1Ky83bzY3VThldkhsQ2lSNGxDTitzdXAzazVYa" 1 => "botble_session=eyJpdiI6InNjRk9aVUd2MkJNamhrMDNITGQ0cGc9PSIsInZhbHVlIjoicHFua3o3dzZ6a0plMmxUbmlWQXRmWTdLL21GRVF1c2xoMU1yNjRwcFduZm9XV0hlWmF6OTN6WS90bWxlY2VTb3VFeWkrL0RhUFZvazhXbnVVclhrbUxjTzZ4QXRJNUljamRYM2VzOWNtNDhHL1pjTk91Uk9ienJLaE9IVGtWTjAiLCJtYWMiOiJhMTY4Nzk1MjYzYmFmNGQwMzI2MjRjZWRkMjNlZGIxYzQ2Y2ZjNDQ1MWExN2FhZWYwNjJkMmQ0MDQzMzBmZjc5IiwidGFnIjoiIn0%3D; expires=Fri, 31 Jan 2025 00:20:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxbotble_session=eyJpdiI6InNjRk9aVUd2MkJNamhrMDNITGQ0cGc9PSIsInZhbHVlIjoicHFua3o3dzZ6a0plMmxUbmlWQXRmWTdLL21GRVF1c2xoMU1yNjRwcFduZm9XV0hlWmF6OTN6WS90bWxlY2VTb3VFe" 2 => "botble_footprints_cookie=eyJpdiI6Im9lUzNNNU14UXNuNVozZUNTZUhlTVE9PSIsInZhbHVlIjoiT2R4Tmg1ckNZeG9iN1E4UG1SN0lENXd1WnpnNWlVNGx1bXYrbHBMbjFrMFJ5d01CUk5vejRicGdwdnd1cnEraDhpalNJaUhPSlV0RFpJOEx4WFBZK3pDYnRnNWYveEVqZUNwTytuUEtvRnovNjBGVmVod2N5ZWxEV3RIT0lVZkUiLCJtYWMiOiJiZWUxNzQwMDhmMDA2MTU2MWQyY2NhNTQ0OWU0NTg4MmYxOTI4YzUxMGYyZGVmMGU4NDdkZDRiZWYzMzVmMGY3IiwidGFnIjoiIn0%3D; expires=Thu, 26 Mar 2026 22:20:38 GMT; Max-Age=36287998; path=/; secure; httponly; samesite=laxbotble_footprints_cookie=eyJpdiI6Im9lUzNNNU14UXNuNVozZUNTZUhlTVE9PSIsInZhbHVlIjoiT2R4Tmg1ckNZeG9iN1E4UG1SN0lENXd1WnpnNWlVNGx1bXYrbHBMbjFrMFJ5d01CUk5vejRicGdwdnd" 3 => "botble_footprints_cookie_data=eyJpdiI6IkpFMm40UktMZWxvNHVqelEwUVQxdnc9PSIsInZhbHVlIjoiS2NKdzNIQ3ZsbEhHRC91Y0Z1cnZHTFB3aTlyYVd5b2s5bnBqajI4UGVPMWl2ZUpHQnYzMGZsbGtsbTFpRis5QXkxbHVXV1NLOWFZZkRjQURBU05xSUo4TkJxRlBJbW51aUZIQzR5bHMzOGZYZHVUSU5Ybis3am55K1RJK0R1Q2ZOdGVIU25mVVBoWHpHbTBkYU5pTjNHY2cwSkk3N2d2dTdsSHhuZ3Y2clFOQU1tajNvOHc1Nm56QUhyUkdENUlFaHlMeHNCQnNQM2h3R1lGb1cxTks5K1lyZ2NBMnVjZW1YTHFqY3ordndKUFlySXIxc0lHZXMxZEdpUXVHMnNqMEx4MUdiZ0RHWkRGeSsxeVN5TVZyZGo5SDBjdUlxelNKdzYySGJlbmRUeDUzeXBUeCs3OCtpQjhRZ2VibG82K0ZvSUlVcnJlVUdDV1ZNbncxMGJhWFd6SWduTTl3WkZDVE1MS2dBb3VnOUF3M2t5Z1J4emZOdEdQOXR3VFdVMG03VUpuZjJMRytSVDNRYTg1Nm44MGVPT3dmSDg4di9XcC9ocy84bUZZQlAvOTlIWGJEQk9TS1NOODkzY2FsM2M3L2wwMFNvRE5yV1kzS3BpOXB2YWdIWVFtSDlHL1YreG5PK1cxRExDOWhBeFcxVnFtdzNFZGtWRWxoNFEwV2VBeUx1Sks4cDcweExLNnh1VnpZSE4yUDNPZVRTcExZSGtrS08xZ1IvcXNOSG5ZPSIsIm1hYyI6ImZjMjJmMmViNjhlM2JlNmY2ZGMzOTVkZWMwOWU1MmEyNjQ3NzFjZjY1NjczMGM1NTQyZGJlZjM4NWM4ODhiNDciLCJ0YWciOiIifQ%3D%3D; expires=Thu, 26 Mar 2026 22:20:38 GMT; Max-Age=36287998; path=/; secure; httponly; samesite=laxbotble_footprints_cookie_data=eyJpdiI6IkpFMm40UktMZWxvNHVqelEwUVQxdnc9PSIsInZhbHVlIjoiS2NKdzNIQ3ZsbEhHRC91Y0Z1cnZHTFB3aTlyYVd5b2s5bnBqajI4UGVPMWl2ZUpHQnYzMGZsbG" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVZOS9wM2U2T3hHUnJHSG5HbTlKcHc9PSIsInZhbHVlIjoiOFF1Vnp4NGw1MW81Um9JUjJtZjlyczZ6WWt4SUtGVkxTVXRST3R1dDE1Ky83bzY3VThldkhsQ2lSNGxDTitzdXAzazVYaWdBNWtlUWFLYStmRSsxQ05tdVpnQUZpMUpLSkhyUjBhZzJnNkk3WHBpT0kyY2piWk5od0FkMHUyQXgiLCJtYWMiOiJmNTA1N2YyNzFlOGQ2NjIwZTg5MzEyNzIyODZhNmFmODJkYzBiYTdmYzMwNWY4NDAyZjhmMDM2YTk0OTdkNjcwIiwidGFnIjoiIn0%3D; expires=Fri, 31-Jan-2025 00:20:40 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkVZOS9wM2U2T3hHUnJHSG5HbTlKcHc9PSIsInZhbHVlIjoiOFF1Vnp4NGw1MW81Um9JUjJtZjlyczZ6WWt4SUtGVkxTVXRST3R1dDE1Ky83bzY3VThldkhsQ2lSNGxDTitzdXAzazVYa" 1 => "botble_session=eyJpdiI6InNjRk9aVUd2MkJNamhrMDNITGQ0cGc9PSIsInZhbHVlIjoicHFua3o3dzZ6a0plMmxUbmlWQXRmWTdLL21GRVF1c2xoMU1yNjRwcFduZm9XV0hlWmF6OTN6WS90bWxlY2VTb3VFeWkrL0RhUFZvazhXbnVVclhrbUxjTzZ4QXRJNUljamRYM2VzOWNtNDhHL1pjTk91Uk9ienJLaE9IVGtWTjAiLCJtYWMiOiJhMTY4Nzk1MjYzYmFmNGQwMzI2MjRjZWRkMjNlZGIxYzQ2Y2ZjNDQ1MWExN2FhZWYwNjJkMmQ0MDQzMzBmZjc5IiwidGFnIjoiIn0%3D; expires=Fri, 31-Jan-2025 00:20:40 GMT; path=/; httponlybotble_session=eyJpdiI6InNjRk9aVUd2MkJNamhrMDNITGQ0cGc9PSIsInZhbHVlIjoicHFua3o3dzZ6a0plMmxUbmlWQXRmWTdLL21GRVF1c2xoMU1yNjRwcFduZm9XV0hlWmF6OTN6WS90bWxlY2VTb3VFe" 2 => "botble_footprints_cookie=eyJpdiI6Im9lUzNNNU14UXNuNVozZUNTZUhlTVE9PSIsInZhbHVlIjoiT2R4Tmg1ckNZeG9iN1E4UG1SN0lENXd1WnpnNWlVNGx1bXYrbHBMbjFrMFJ5d01CUk5vejRicGdwdnd1cnEraDhpalNJaUhPSlV0RFpJOEx4WFBZK3pDYnRnNWYveEVqZUNwTytuUEtvRnovNjBGVmVod2N5ZWxEV3RIT0lVZkUiLCJtYWMiOiJiZWUxNzQwMDhmMDA2MTU2MWQyY2NhNTQ0OWU0NTg4MmYxOTI4YzUxMGYyZGVmMGU4NDdkZDRiZWYzMzVmMGY3IiwidGFnIjoiIn0%3D; expires=Thu, 26-Mar-2026 22:20:38 GMT; path=/; secure; httponlybotble_footprints_cookie=eyJpdiI6Im9lUzNNNU14UXNuNVozZUNTZUhlTVE9PSIsInZhbHVlIjoiT2R4Tmg1ckNZeG9iN1E4UG1SN0lENXd1WnpnNWlVNGx1bXYrbHBMbjFrMFJ5d01CUk5vejRicGdwdnd" 3 => "botble_footprints_cookie_data=eyJpdiI6IkpFMm40UktMZWxvNHVqelEwUVQxdnc9PSIsInZhbHVlIjoiS2NKdzNIQ3ZsbEhHRC91Y0Z1cnZHTFB3aTlyYVd5b2s5bnBqajI4UGVPMWl2ZUpHQnYzMGZsbGtsbTFpRis5QXkxbHVXV1NLOWFZZkRjQURBU05xSUo4TkJxRlBJbW51aUZIQzR5bHMzOGZYZHVUSU5Ybis3am55K1RJK0R1Q2ZOdGVIU25mVVBoWHpHbTBkYU5pTjNHY2cwSkk3N2d2dTdsSHhuZ3Y2clFOQU1tajNvOHc1Nm56QUhyUkdENUlFaHlMeHNCQnNQM2h3R1lGb1cxTks5K1lyZ2NBMnVjZW1YTHFqY3ordndKUFlySXIxc0lHZXMxZEdpUXVHMnNqMEx4MUdiZ0RHWkRGeSsxeVN5TVZyZGo5SDBjdUlxelNKdzYySGJlbmRUeDUzeXBUeCs3OCtpQjhRZ2VibG82K0ZvSUlVcnJlVUdDV1ZNbncxMGJhWFd6SWduTTl3WkZDVE1MS2dBb3VnOUF3M2t5Z1J4emZOdEdQOXR3VFdVMG03VUpuZjJMRytSVDNRYTg1Nm44MGVPT3dmSDg4di9XcC9ocy84bUZZQlAvOTlIWGJEQk9TS1NOODkzY2FsM2M3L2wwMFNvRE5yV1kzS3BpOXB2YWdIWVFtSDlHL1YreG5PK1cxRExDOWhBeFcxVnFtdzNFZGtWRWxoNFEwV2VBeUx1Sks4cDcweExLNnh1VnpZSE4yUDNPZVRTcExZSGtrS08xZ1IvcXNOSG5ZPSIsIm1hYyI6ImZjMjJmMmViNjhlM2JlNmY2ZGMzOTVkZWMwOWU1MmEyNjQ3NzFjZjY1NjczMGM1NTQyZGJlZjM4NWM4ODhiNDciLCJ0YWciOiIifQ%3D%3D; expires=Thu, 26-Mar-2026 22:20:38 GMT; path=/; secure; httponlybotble_footprints_cookie_data=eyJpdiI6IkpFMm40UktMZWxvNHVqelEwUVQxdnc9PSIsInZhbHVlIjoiS2NKdzNIQ3ZsbEhHRC91Y0Z1cnZHTFB3aTlyYVd5b2s5bnBqajI4UGVPMWl2ZUpHQnYzMGZsbG" ] ]
        session_attributes
        0 of 0
        array:6 [ "_token" => "4jg6AmvccrG0rsFlB6pKopZRoslSYKAE9Nw4fuIU" "language" => "en" "viewed_product" => array:1 [ 15506 => 1738275638 ] "cart" => array:2 [ "recently_viewed_updated_at" => Carbon\Carbon @1738275638 {#4217 #endOfTime: false #startOfTime: false #constructedObjectId: "00000000000010790000000000000000" #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-01-30 17:20:38.553722 America/New_York (-05:00) } "recently_viewed" => Illuminate\Support\Collection {#4257 #items: array:1 [ "f29e8b844ec183293f455b5b75766828" => Botble\Ecommerce\Cart\CartItem {#3189 +rowId: "f29e8b844ec183293f455b5b75766828" +id: 15506 +qty: 1 +name: "Blowing Happy Holidays Toy" +price: 1.49 +options: Botble\Ecommerce\Cart\CartItemOptions {#3905 #items: [] #escapeWhenCastingToString: false } #associatedModel: "Botble\Ecommerce\Models\Product" #taxRate: 0.0 +"created_at": Carbon\Carbon @1738275638 {#3190 #endOfTime: false #startOfTime: false #constructedObjectId: "0000000000000c760000000000000000" #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-01-30 17:20:38.553704 America/New_York (-05:00) } +"updated_at": Carbon\Carbon @1738275638 {#4268 #endOfTime: false #startOfTime: false #constructedObjectId: "00000000000010ac0000000000000000" #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-01-30 17:20:38.553708 America/New_York (-05:00) } } ] #escapeWhenCastingToString: false } ] "_previous" => array:1 [ "url" => "https://fortunasupermarket.com/products/blowing-happy-holidays-toy" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-01-30 17:20:40GET/products/blowing-happy-holidays-toy3801473406