Cart 0
No products in the cart.
Browse Categories

We found 347 items for you!


Request history8.1.20PHP Version2.99sRequest Duration18MBMemory UsageGET {prefix}/{slug?}Route
    • Booting (89.88ms)time
    • Application (2.9s)time
    • 1 x Application (96.99%)
      2.90s
      1 x Booting (3.01%)
      89.88ms
      131 templates were rendered
      • 1x theme.wowy::views.ecommerce.product-categoryproduct-category.blade.php#?blade
      • 1x theme.wowy::views.ecommerce.productsproducts.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::views.ecommerce.includes.product-itemsproduct-items.blade.php#?blade
      • 1x theme.wowy::views/ecommerce/includes/sortsort.blade.php#?blade
      • 56x theme.wowy::views.ecommerce.includes.product-itemproduct-item.blade.php#?blade
      • 1x theme.wowy::partials.custom-paginationcustom-pagination.blade.php#?blade
      • 1x theme.wowy::layouts.full-widthfull-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::partials.breadcrumbbreadcrumb.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
      217 statements were executed, -1 have been excluded (102 duplicates)Show only duplicatesgalaaple_database155ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 117 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` = 'body-wash-shampoo' and `prefix` = 'product-categories') or exists (select * from `slugs_translations` where `slugs`.`id` = `slugs_translations`.`slugs_id` and (`key` = 'body-wash-shampoo' and `prefix` = 'product-categories')) limit 1
        4.02msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: body-wash-shampoo
        • 1: product-categories
        • 2: body-wash-shampoo
        • 3: product-categories
        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_product_categories` where `id` = 73 and `status` = 'published' limit 1
        230μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 73
        • 1: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:192
        • 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 `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (73) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        250μ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/plugins/ecommerce/src/Services/HandleFrontPages.php:192
        • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
        • platform/core/base/helpers/action-filter.php:39
      • select * from `ec_product_categories` where `ec_product_categories`.`parent_id` = 73 and `ec_product_categories`.`parent_id` is not null and not `id` = 73 and `status` = 'published' order by `order` asc
        250μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 73
        • 1: 73
        • 2: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:200
        • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
        • platform/core/base/helpers/action-filter.php:39
      • select * from `ec_currencies` order by `order` asc
        140μ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/Services/Products/GetProductService.php:134
      • select count(*) as aggregate from `ec_products` inner join ( SELECT DISTINCT ec_products.id, CASE WHEN ( ec_products.sale_type = 0 AND ec_products.sale_price <> 0 ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 0 AND ec_products.sale_price = 0 ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ( ec_products.start_date > '2025-01-03 01:15:48' OR ec_products.end_date < '2025-01-03 01:15:48' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-03 01:15:48' AND ec_products.end_date >= '2025-01-03 01:15:48' ) 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-03 01:15:48' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-03 01:15:48' 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 (73, '59', '73')) and `ec_products`.`is_variation` = 0
        15.01msgalaaple_databaseRepositoriesAbstract.php#370
        Bindings
        • 0: published
        • 1: 73
        • 2: 59
        • 3: 73
        • 4: 0
        Backtrace
        • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:206
        • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
      • select distinct `ec_products`.*, `products_with_final_price`.`final_price` 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-03 01:15:48' OR ec_products.end_date < '2025-01-03 01:15:48' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-03 01:15:48' AND ec_products.end_date >= '2025-01-03 01:15:48' ) 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-03 01:15:48' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-03 01:15:48' 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 (73, '59', '73')) and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 56 offset 112
        20.61msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: 73
        • 2: 59
        • 3: 73
        • 4: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:206
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (14880, 14881, 14882, 14883, 14884, 14886, 14888, 14890, 14891, 14893, 14895, 14896, 14898, 14899, 14900, 14901, 14903, 14906, 14907, 14909, 14910, 14912, 14913, 14914, 14915, 14917, 14918, 14919, 14921, 14922, 14923, 14924, 14925, 14927, 14928, 14929, 14930, 14932, 14933, 14934, 14935, 14936, 14945, 14946, 14947, 14948, 14949, 14951, 14952, 14953, 14954, 14959, 14961, 14962, 14964, 14973) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\Product'
        640μ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:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
      • select * from `ec_product_variations` where `ec_product_variations`.`is_default` = 1 and `ec_product_variations`.`configurable_product_id` in (14880, 14881, 14882, 14883, 14884, 14886, 14888, 14890, 14891, 14893, 14895, 14896, 14898, 14899, 14900, 14901, 14903, 14906, 14907, 14909, 14910, 14912, 14913, 14914, 14915, 14917, 14918, 14919, 14921, 14922, 14923, 14924, 14925, 14927, 14928, 14929, 14930, 14932, 14933, 14934, 14935, 14936, 14945, 14946, 14947, 14948, 14949, 14951, 14952, 14953, 14954, 14959, 14961, 14962, 14964, 14973)
        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:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
      • 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 (14880, 14881, 14882, 14883, 14884, 14886, 14888, 14890, 14891, 14893, 14895, 14896, 14898, 14899, 14900, 14901, 14903, 14906, 14907, 14909, 14910, 14912, 14913, 14914, 14915, 14917, 14918, 14919, 14921, 14922, 14923, 14924, 14925, 14927, 14928, 14929, 14930, 14932, 14933, 14934, 14935, 14936, 14945, 14946, 14947, 14948, 14949, 14951, 14952, 14953, 14954, 14959, 14961, 14962, 14964, 14973)
        290μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:206
      • 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 (14880, 14881, 14882, 14883, 14884, 14886, 14888, 14890, 14891, 14893, 14895, 14896, 14898, 14899, 14900, 14901, 14903, 14906, 14907, 14909, 14910, 14912, 14913, 14914, 14915, 14917, 14918, 14919, 14921, 14922, 14923, 14924, 14925, 14927, 14928, 14929, 14930, 14932, 14933, 14934, 14935, 14936, 14945, 14946, 14947, 14948, 14949, 14951, 14952, 14953, 14954, 14959, 14961, 14962, 14964, 14973)
        290μsgalaaple_databaseBaseQueryBuilder.php#48
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/support/src/Repositories/Eloquent/RepositoriesAbstract.php:370
        • platform/plugins/ecommerce/src/Repositories/Eloquent/ProductRepository.php:706
        • platform/plugins/ecommerce/src/Services/Products/GetProductService.php:134
        • platform/plugins/ecommerce/src/Services/HandleFrontPages.php:206
      • select * from `ec_product_categories` where `ec_product_categories`.`id` = 59 and not `parent_id` = 73 limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 59
        • 1: 73
        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:209
      • select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 and not `parent_id` = 59 limit 1
        110μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        • 1: 59
        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:209
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `slugs`.`reference_id` = 59 and `slugs`.`reference_id` is not null limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 59
        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:240
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (73) and `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/packages/seo-helper/src/Providers/HookServiceProvider.php:86
        • platform/core/base/helpers/action-filter.php:46
        • platform/plugins/ecommerce/src/Providers/HookServiceProvider.php:1278
        • platform/core/base/helpers/action-filter.php:39
      • 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 (14880, 14881, 14882, 14883, 14884, 14886, 14888, 14890, 14891, 14893, 14895, 14896, 14898, 14899, 14900, 14901, 14903, 14906, 14907, 14909, 14910, 14912, 14913, 14914, 14915, 14917, 14918, 14919, 14921, 14922, 14923, 14924, 14925, 14927, 14928, 14929, 14930, 14932, 14933, 14934, 14935, 14936, 14945, 14946, 14947, 14948, 14949, 14951, 14952, 14953, 14954, 14959, 14961, 14962, 14964, 14973)
        840μsgalaaple_databaseAbstractPaginator.php#785
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php:785
        • view::theme.wowy::views.ecommerce.products:18
        • 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, 59, 65, 66, 67, 71, 73, 75, 77) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        260μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • vendor/laravel/framework/src/Illuminate/Pagination/AbstractPaginator.php:785
        • view::theme.wowy::views.ecommerce.products:18
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `ec_brands`.*, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` 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_categories`.`id` in (73)) and `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' and (not exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Botble\\Ecommerce\\Models\\Brand') or exists (select * from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_brands`.`id` = `ec_product_categorizables`.`reference_id` and `ec_product_categorizables`.`reference_type` = 'Botble\\Ecommerce\\Models\\Brand' and `ec_product_categories`.`id` in (73))) order by `order` asc, `products_count` desc, `created_at` desc
        35.36msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 73
        • 1: published
        • 2: 0
        • 3: published
        • 4: published
        • 5: Botble\Ecommerce\Models\Brand
        • 6: Botble\Ecommerce\Models\Brand
        • 7: 73
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1178
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1217
        • view::theme.wowy::views.ecommerce.products:53
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select `ec_product_categories`.*, `ec_product_categorizables`.`reference_id` as `pivot_reference_id`, `ec_product_categorizables`.`category_id` as `pivot_category_id`, `ec_product_categorizables`.`reference_type` as `pivot_reference_type` from `ec_product_categories` inner join `ec_product_categorizables` on `ec_product_categories`.`id` = `ec_product_categorizables`.`category_id` where `ec_product_categorizables`.`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, 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, 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, 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, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 422, 423, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611) and `ec_product_categorizables`.`reference_type` = 'Botble\\Ecommerce\\Models\\Brand'
        410μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1178
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1217
        • view::theme.wowy::views.ecommerce.products:53
        • 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, 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, 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, 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, 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, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 422, 423, 424, 425, 426, 427, 428, 429, 430, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\Brand'
        6.39msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1178
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1217
        • view::theme.wowy::views.ecommerce.products:53
      • select `ec_product_tags`.*, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and 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_categories`.`id` in (73)) and `status` = 'published' and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc, `created_at` desc limit 10
        710μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 73
        • 1: published
        • 2: 0
        • 3: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1205
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1218
        • view::theme.wowy::views.ecommerce.products:53
        • 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, 2, 6, 7, 8, 9, 10, 11, 12, 13) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductTag'
        270μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductTag
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1205
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1218
        • view::theme.wowy::views.ecommerce.products:53
      • select max(`price`) as aggregate from `ec_products` where 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_categories`.`id` in (73))
        470μsgalaaple_databaseEcommerceHelper.php#1119
        Bindings
        • 0: 73
        Backtrace
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1119
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1122
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1219
      • select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image` from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' where `status` = 'published' and `ec_product_categories`.`id` in (59, 73) order by `ec_product_categories`.`order` asc
        200μsgalaaple_databaseProductCategoryHelper.php#225
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: published
        • 2: 59
        • 3: 73
        Backtrace
        • platform/plugins/ecommerce/src/Supports/ProductCategoryHelper.php:225
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1236
        • view::theme.wowy::views.ecommerce.products:53
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `widgets` where (`theme` = 'wowy')
        160μ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`
        740μ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'
        360μ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)
        300μ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'
        1.48msgalaaple_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
        150μ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
        210μ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'
        250μ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
        180μ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
        170μ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
        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 (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'
        340μ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
        260μ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
        160μ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
        430μ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'
        950μ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 (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
        590μ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
        210μ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
        190μ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'
        220μ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
        180μ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
        150μ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
        200μ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` = '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 (184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 202, 204) order by `order` asc
        200μ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` = 54 and `meta_boxes`.`reference_id` is not null
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 54
        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 (55, 56, 58, 239) order by `order` asc
        210μ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 (240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258) 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 (240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258) order by `order` asc
        210μ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` = 230 and `meta_boxes`.`reference_id` is not null
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 230
        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 (1, 2, 3, 7, 10, 15, 16, 20, 231, 232, 233, 234, 235, 236, 237, 238) order by `order` asc
        420μ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 (4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 22) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        460μ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 (4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 22) 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` = 89 and `meta_boxes`.`reference_id` is not null
        270μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 89
        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 (314, 328, 348) order by `order` asc
        400μ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 (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` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        810μ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 (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
        320μ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` = 46 and `meta_boxes`.`reference_id` is not null
        250μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 46
        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 (281, 282, 283, 284, 285, 286, 287, 288) 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 `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` = 108 and `meta_boxes`.`reference_id` is not null
        200μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 108
        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 (109, 110, 111) order by `order` asc
        190μ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 `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` = 159 and `meta_boxes`.`reference_id` is not null
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 159
        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 (160, 163, 169, 172, 178) 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 (161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 174, 175, 176, 177, 179, 180, 181) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        490μ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 (161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 174, 175, 176, 177, 179, 180, 181) order by `order` asc
        290μ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` = 259 and `meta_boxes`.`reference_id` is not null
        300μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 259
        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 (260, 266, 270, 271) 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 (261, 262, 263, 264, 265, 267, 268, 269, 272, 273, 274, 275, 276, 277, 278, 279, 280) 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/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 (261, 262, 263, 264, 265, 267, 268, 269, 272, 273, 274, 275, 276, 277, 278, 279, 280) order by `order` asc
        320μ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` = 24 and `meta_boxes`.`reference_id` is not null
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 24
        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 (25, 26, 27, 28, 29) order by `order` asc
        210μ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 `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` = 33 and `meta_boxes`.`reference_id` is not null
        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/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 (34, 35, 36, 37, 38, 39, 40, 41) order by `order` asc
        210μ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 `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` = 59 and `meta_boxes`.`reference_id` is not null
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 59
        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 (60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77) order by `order` asc
        270μ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 `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` = 78 and `meta_boxes`.`reference_id` is not null
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: 78
        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 (79, 80) order by `order` asc
        200μ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 * from `ec_flash_sales` where date(`end_date`) >= '2025-01-03' and `status` = 'published' order by `created_at` desc
        210μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 2025-01-03
        • 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)
        290μ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-03 01:15:49' and (`end_date` is null or `end_date` >= '2025-01-03 01:15:49') 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))
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: promotion
        • 1: 2025-01-03 01:15:49
        • 2: 2025-01-03 01:15:49
        • 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
      • select * from `ec_brands` where `ec_brands`.`id` = 515 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 515
        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` = 515 and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 515
        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` = 526 limit 1
        150μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 526
        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` = 526 and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 526
        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` = 526 limit 1
        150μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 526
        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` = 526 and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 526
        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` = 526 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 526
        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` = 526 and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 526
        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` = 526 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 526
        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` = 526 and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 526
        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` = 522 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 522
        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` = 522 and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 522
        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` = 504 limit 1
        150μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 504
        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` = 504 and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 504
        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` = 527 limit 1
        150μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 527
        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` = 527 and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 527
        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` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        140μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        190μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        140μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        150μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        170μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        270μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        230μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        200μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        200μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        180μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        160μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        190μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        210μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        220μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        180μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        230μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        180μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        230μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        180μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_type` = ? and `slugs`.`reference_id` = ? and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_database
      • 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` != ? and (`meta`.`reference_type` = ? and `meta`.`reference_id` = ?)
        340μsgalaaple_database
      • select `key`, `prefix`, `reference_id` from `slugs` where 0 = 1 and `reference_type` = ?
        120μsgalaaple_database
      • select `id`, `name`, `status`, `is_featured`, `image` from `ec_product_categories` order by `order` asc, `created_at` desc
        890μ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, 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` = ?
        6.66msgalaaple_database
      • 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)
        2.71msgalaaple_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, 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` = ?
        6.1msgalaaple_database
      • 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` = ?
        6.43msgalaaple_database
      • 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)
        340μsgalaaple_database
      • select * from `menus` where `status` = ? and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = ? and `lang_meta_code` = ? and `lang_meta_code` = ?)
        490μsgalaaple_database
      • select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 7)
        330μsgalaaple_database
      • 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
        380μsgalaaple_database
      • 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` = ?
        530μsgalaaple_database
      • 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` = ?
        930μsgalaaple_database
      • select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3, 7)
        180μsgalaaple_database
      • select * from `pages` where `pages`.`id` in (1, 5)
        180μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (1, 5) and `slugs`.`reference_type` = ?
        210μsgalaaple_database
      • select * from `pages` where `pages`.`id` in (7, 6)
        210μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (6, 7) and `slugs`.`reference_type` = ?
        200μsgalaaple_database
      • select * from `contact_custom_fields` where `status` = ? order by `order` asc
        240μsgalaaple_database
      • select * from `ec_product_categories` where `ec_product_categories`.`id` in (289, 281, 205, 182, 159, 23, 33, 78, 303, 89, 132)
        280μ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` = ?
        610μsgalaaple_database
      • select * from `pages` where `pages`.`id` in (6, 8, 9, 10, 11, 12)
        310μ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` = ?
        290μsgalaaple_database
      Botble\Slug\Models\Slug
      1792Slug.php#?
      Botble\Ecommerce\Models\ProductCategory
      1548ProductCategory.php#?
      Botble\Base\Models\MetaBox
      758MetaBox.php#?
      Botble\Ecommerce\Models\Brand
      656Brand.php#?
      Botble\Menu\Models\MenuNode
      63MenuNode.php#?
      Botble\Ecommerce\Models\Product
      58Product.php#?
      Botble\LanguageAdvanced\Models\TranslationResolver
      14TranslationResolver.php#?
      Botble\Widget\Models\Widget
      11Widget.php#?
      Botble\Ecommerce\Models\ProductTag
      10ProductTag.php#?
      Botble\Page\Models\Page
      10Page.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
          hulEg2I83VwxB4TTZMnfj5rPlUk3FRtE5lTyBM9r
          language
          en
          _previous
          array:1 [ "url" => "https://galaapple.online/product-categories/body-wash-shampoo?categories%5B0%5...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /product-categories/body-wash-shampoo
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "categories" => array:2 [ 0 => 59 1 => 73 ] "page" => "3" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "galaapple.online" ] "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 => "Fri, 03 Jan 2025 06:15:51 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=eyJpdiI6Ikg5YnF3U0tCRFdQMk1DcDRDcDFXckE9PSIsInZhbHVlIjoialVYYnBlY2hiOGVROTBpd3pvSFBQY1RRZlBrRDY3M0FScmhGVTZNeWxtR0M5eFlKOUxzNTErbitlZTNabk1zbGpKL0tTWWpQOXVOQ1JHMWVOYUhPZ0tVeTBqNFB6Wks3SU14b2kvNmQ1RFZ6dldMWkZxcEhNNXgxQnRuUUNodE0iLCJtYWMiOiJmMmY3ODRkN2Q1MzQxZjY1Y2M5M2E1YmZjNGYxYWQzNzkzMDA3YzRmNDVlYWRjMTRkNzEyODYwNzAxZDc0MzQ0IiwidGFnIjoiIn0%3D; expires=Fri, 03 Jan 2025 08:15:51 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikg5YnF3U0tCRFdQMk1DcDRDcDFXckE9PSIsInZhbHVlIjoialVYYnBlY2hiOGVROTBpd3pvSFBQY1RRZlBrRDY3M0FScmhGVTZNeWxtR0M5eFlKOUxzNTErbitlZTNabk1zbGpKL0tTW" 1 => "botble_session=eyJpdiI6IlppdE5ndXdXQ2ErNFFYYTJ2V0NYOFE9PSIsInZhbHVlIjoiTU1qMFlwREljTHRiTGFwTFVBQmpiNjJBU3g4VzlDOWJwS3ZFOGorZ05VcGIzWkNyc2xMb294bVpxZE9PekVxUk9yYnlSRVQ0SDMvTUVJdENVVExIWVBDZ2Z1OGpISnlyRDBjZ2NPMm9lVlNiZ2xXQ3h1M29TTXZpWWdzTDc0bHIiLCJtYWMiOiI4ODUzNzQ4OWU0OWIxYzgwNTczNTFhNTUyNGY1YjljNzkxMGRkZDUxNmViMjMwYjBhNDQ2ZDBkZTUzMzllZWNhIiwidGFnIjoiIn0%3D; expires=Fri, 03 Jan 2025 08:15:51 GMT; Max-Age=7200; path=/; httponly; samesite=laxbotble_session=eyJpdiI6IlppdE5ndXdXQ2ErNFFYYTJ2V0NYOFE9PSIsInZhbHVlIjoiTU1qMFlwREljTHRiTGFwTFVBQmpiNjJBU3g4VzlDOWJwS3ZFOGorZ05VcGIzWkNyc2xMb294bVpxZE9PekVxUk9yY" 2 => "botble_footprints_cookie=eyJpdiI6Ii9wWWNXeGFMR2dNZGxEOTljN1dSUlE9PSIsInZhbHVlIjoiRlRtdVZsdUs5bDB2RzBFYTJEb0dQRVdFS1lUVjlMSHpjUElRcmF4R1BhNERER01sR3g4bFVMb0xYakE2R1o0THdDZ1BGbnRCOUNpY2JZTk9hSnVWems3OW92S242VDY5NDFEbDdVdzVYYjdvckVkcytKbmFsRHlWejdJQms1TjciLCJtYWMiOiI0MmZkMTc3ZWUwMWI4ZmFhY2Y4YTFmNDc0Njg1M2IyMzViMDhkMjBmODIxN2ZmZjZjMTFkOGJiYmJjZmNjOGU4IiwidGFnIjoiIn0%3D; expires=Fri, 27 Feb 2026 06:15:48 GMT; Max-Age=36287997; path=/; secure; httponly; samesite=laxbotble_footprints_cookie=eyJpdiI6Ii9wWWNXeGFMR2dNZGxEOTljN1dSUlE9PSIsInZhbHVlIjoiRlRtdVZsdUs5bDB2RzBFYTJEb0dQRVdFS1lUVjlMSHpjUElRcmF4R1BhNERER01sR3g4bFVMb0xYakE" 3 => "botble_footprints_cookie_data=eyJpdiI6IkNEeDI4NVNYQTd6bk9tWlMwR0U4RkE9PSIsInZhbHVlIjoibmZhaStQYjBCZjZOdnRtYUtOaFRjYXdoQlErTFdieCtQTUZoa3hBRG1jNEl1dGlEZTJwRGsyM0g5MkVHZ1FsZ2YzK2pabjJQb015QXhCQ0FvZCtsK2V5bEZXNmdtRUZqUC83bnNwYkpSN2diU3NNOXNDbWhYUVltZ1hOV1Axby9nWTJ5NVJWaDZDNXAzY1lSZjBNbHc1cDZNeTZGWkJ1MWEzU3NiNHNEY09mWnlCK0drUm5KZ0RoRVVJRG1INFUxUEVqSjYwclZKTjdvakl2elhSZ3VCRTRzbnlhY01OK1JxU1dZK3BOUS96VEF2eWxZUDRqYW1ZRnhZVWNkNG1BcFN2ZUQ1NDY3YjNxcVBrWXlGYWJBVUo4Mk9FQkFOcm4vR0NXelIvV003ZnRERWw4S3RoRkpjR3kxWndydmtCZHZZY1FFU1J5TU92c0VHa241c2lRQm00SmZBQUdiTXZMTFlYNGx0UTQwL0xLU2k2WFE2alVYMC9vNVdkSmUwdmEwUU1jQkk0SHdJZFVaelRMMERSdDdnREtpMHRFUU45SnNOSXVoakpYMHBwU3NqamxCUCtNL0ZMTkhFYk10ZUNWcXFYUTErN3F4R3UxbE80UUlUOW9CQUV6ZVZ6R0U0MnNVT2VFb1dJdTdRWStSYW5VYXJDRUcxRlFVdlYvREZsYTMzcUtRbVh2WmlsT2hGbDE1ZitrcGM1c3libUprcGs3cEtvRkhEN0R6NGpubThtNDhyY2ZabWdTZkM1YmN2aUJ4R0NqdWZ6L1JsSE5JektHUTF3QWpRbWpicUNiYXRBWjhRcGVxYmY3RTE5QT0iLCJtYWMiOiI1NGYxZGRjMmM0M2MzYzZlNGQ1NjNlMzdlNjM2OWEyYzAzODI1NTYxODk2NGE3ZGNkZDU1ODJkODFmNDUwYzk5IiwidGFnIjoiIn0%3D; expires=Fri, 27 Feb 2026 06:15:48 GMT; Max-Age=36287997; path=/; secure; httponly; samesite=laxbotble_footprints_cookie_data=eyJpdiI6IkNEeDI4NVNYQTd6bk9tWlMwR0U4RkE9PSIsInZhbHVlIjoibmZhaStQYjBCZjZOdnRtYUtOaFRjYXdoQlErTFdieCtQTUZoa3hBRG1jNEl1dGlEZTJwRGsyM0" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikg5YnF3U0tCRFdQMk1DcDRDcDFXckE9PSIsInZhbHVlIjoialVYYnBlY2hiOGVROTBpd3pvSFBQY1RRZlBrRDY3M0FScmhGVTZNeWxtR0M5eFlKOUxzNTErbitlZTNabk1zbGpKL0tTWWpQOXVOQ1JHMWVOYUhPZ0tVeTBqNFB6Wks3SU14b2kvNmQ1RFZ6dldMWkZxcEhNNXgxQnRuUUNodE0iLCJtYWMiOiJmMmY3ODRkN2Q1MzQxZjY1Y2M5M2E1YmZjNGYxYWQzNzkzMDA3YzRmNDVlYWRjMTRkNzEyODYwNzAxZDc0MzQ0IiwidGFnIjoiIn0%3D; expires=Fri, 03-Jan-2025 08:15:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikg5YnF3U0tCRFdQMk1DcDRDcDFXckE9PSIsInZhbHVlIjoialVYYnBlY2hiOGVROTBpd3pvSFBQY1RRZlBrRDY3M0FScmhGVTZNeWxtR0M5eFlKOUxzNTErbitlZTNabk1zbGpKL0tTW" 1 => "botble_session=eyJpdiI6IlppdE5ndXdXQ2ErNFFYYTJ2V0NYOFE9PSIsInZhbHVlIjoiTU1qMFlwREljTHRiTGFwTFVBQmpiNjJBU3g4VzlDOWJwS3ZFOGorZ05VcGIzWkNyc2xMb294bVpxZE9PekVxUk9yYnlSRVQ0SDMvTUVJdENVVExIWVBDZ2Z1OGpISnlyRDBjZ2NPMm9lVlNiZ2xXQ3h1M29TTXZpWWdzTDc0bHIiLCJtYWMiOiI4ODUzNzQ4OWU0OWIxYzgwNTczNTFhNTUyNGY1YjljNzkxMGRkZDUxNmViMjMwYjBhNDQ2ZDBkZTUzMzllZWNhIiwidGFnIjoiIn0%3D; expires=Fri, 03-Jan-2025 08:15:51 GMT; path=/; httponlybotble_session=eyJpdiI6IlppdE5ndXdXQ2ErNFFYYTJ2V0NYOFE9PSIsInZhbHVlIjoiTU1qMFlwREljTHRiTGFwTFVBQmpiNjJBU3g4VzlDOWJwS3ZFOGorZ05VcGIzWkNyc2xMb294bVpxZE9PekVxUk9yY" 2 => "botble_footprints_cookie=eyJpdiI6Ii9wWWNXeGFMR2dNZGxEOTljN1dSUlE9PSIsInZhbHVlIjoiRlRtdVZsdUs5bDB2RzBFYTJEb0dQRVdFS1lUVjlMSHpjUElRcmF4R1BhNERER01sR3g4bFVMb0xYakE2R1o0THdDZ1BGbnRCOUNpY2JZTk9hSnVWems3OW92S242VDY5NDFEbDdVdzVYYjdvckVkcytKbmFsRHlWejdJQms1TjciLCJtYWMiOiI0MmZkMTc3ZWUwMWI4ZmFhY2Y4YTFmNDc0Njg1M2IyMzViMDhkMjBmODIxN2ZmZjZjMTFkOGJiYmJjZmNjOGU4IiwidGFnIjoiIn0%3D; expires=Fri, 27-Feb-2026 06:15:48 GMT; path=/; secure; httponlybotble_footprints_cookie=eyJpdiI6Ii9wWWNXeGFMR2dNZGxEOTljN1dSUlE9PSIsInZhbHVlIjoiRlRtdVZsdUs5bDB2RzBFYTJEb0dQRVdFS1lUVjlMSHpjUElRcmF4R1BhNERER01sR3g4bFVMb0xYakE" 3 => "botble_footprints_cookie_data=eyJpdiI6IkNEeDI4NVNYQTd6bk9tWlMwR0U4RkE9PSIsInZhbHVlIjoibmZhaStQYjBCZjZOdnRtYUtOaFRjYXdoQlErTFdieCtQTUZoa3hBRG1jNEl1dGlEZTJwRGsyM0g5MkVHZ1FsZ2YzK2pabjJQb015QXhCQ0FvZCtsK2V5bEZXNmdtRUZqUC83bnNwYkpSN2diU3NNOXNDbWhYUVltZ1hOV1Axby9nWTJ5NVJWaDZDNXAzY1lSZjBNbHc1cDZNeTZGWkJ1MWEzU3NiNHNEY09mWnlCK0drUm5KZ0RoRVVJRG1INFUxUEVqSjYwclZKTjdvakl2elhSZ3VCRTRzbnlhY01OK1JxU1dZK3BOUS96VEF2eWxZUDRqYW1ZRnhZVWNkNG1BcFN2ZUQ1NDY3YjNxcVBrWXlGYWJBVUo4Mk9FQkFOcm4vR0NXelIvV003ZnRERWw4S3RoRkpjR3kxWndydmtCZHZZY1FFU1J5TU92c0VHa241c2lRQm00SmZBQUdiTXZMTFlYNGx0UTQwL0xLU2k2WFE2alVYMC9vNVdkSmUwdmEwUU1jQkk0SHdJZFVaelRMMERSdDdnREtpMHRFUU45SnNOSXVoakpYMHBwU3NqamxCUCtNL0ZMTkhFYk10ZUNWcXFYUTErN3F4R3UxbE80UUlUOW9CQUV6ZVZ6R0U0MnNVT2VFb1dJdTdRWStSYW5VYXJDRUcxRlFVdlYvREZsYTMzcUtRbVh2WmlsT2hGbDE1ZitrcGM1c3libUprcGs3cEtvRkhEN0R6NGpubThtNDhyY2ZabWdTZkM1YmN2aUJ4R0NqdWZ6L1JsSE5JektHUTF3QWpRbWpicUNiYXRBWjhRcGVxYmY3RTE5QT0iLCJtYWMiOiI1NGYxZGRjMmM0M2MzYzZlNGQ1NjNlMzdlNjM2OWEyYzAzODI1NTYxODk2NGE3ZGNkZDU1ODJkODFmNDUwYzk5IiwidGFnIjoiIn0%3D; expires=Fri, 27-Feb-2026 06:15:48 GMT; path=/; secure; httponlybotble_footprints_cookie_data=eyJpdiI6IkNEeDI4NVNYQTd6bk9tWlMwR0U4RkE9PSIsInZhbHVlIjoibmZhaStQYjBCZjZOdnRtYUtOaFRjYXdoQlErTFdieCtQTUZoa3hBRG1jNEl1dGlEZTJwRGsyM0" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "hulEg2I83VwxB4TTZMnfj5rPlUk3FRtE5lTyBM9r" "language" => "en" "_previous" => array:1 [ "url" => "https://galaapple.online/product-categories/body-wash-shampoo?categories%5B0%5D=59&categories%5B1%5D=73&page=3" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-03 01:15:51GET/product-categories/body-wash-shampoo?categories%5B0%5D=59&categories%5B1%5D=73&page=31312184928