Cart 0
No products in the cart.
Browse Categories

We found 8308 items for you!


Request history8.1.20PHP Version2.85sRequest Duration18MBMemory UsageGET productsRoute
    • Booting (78.15ms)time
    • Application (2.77s)time
    • 1 x Application (97.25%)
      2.77s
      1 x Booting (2.75%)
      78.15ms
      129 templates were rendered
      • 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 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 products
      middleware
      web, core, localeSessionRedirect, localizationRedirect
      as
      public.products
      controller
      Botble\Ecommerce\Http\Controllers\Fronts\PublicProductController@getProducts
      namespace
      Botble\Ecommerce\Http\Controllers\Fronts
      prefix
      /
      where
      file
      platform/plugins/ecommerce/src/Http/Controllers/Fronts/PublicProductController.php:31-77
      200 statements were executed, -1 have been excluded (101 duplicates)Show only duplicatesgalaaple_database213ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 100 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 `ec_currencies` order by `order` asc
        250μ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-11 11:42:21' OR ec_products.end_date < '2025-01-11 11:42:21' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-11 11:42:21' AND ec_products.end_date >= '2025-01-11 11:42:21' ) 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-11 11:42:21' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-11 11:42:21' 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 `ec_products`.`is_variation` = 0
        25.25msgalaaple_databaseRepositoriesAbstract.php#370
        Bindings
        • 0: published
        • 1: 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/Http/Controllers/Fronts/PublicProductController.php:60
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 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-11 11:42:21' OR ec_products.end_date < '2025-01-11 11:42:21' ) ) THEN ec_products.price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-11 11:42:21' AND ec_products.end_date >= '2025-01-11 11:42:21' ) 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-11 11:42:21' ) THEN ec_products.sale_price WHEN ( ec_products.sale_type = 1 AND ec_products.start_date <= '2025-01-11 11:42:21' 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 `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 56 offset 224
        99.62msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: 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/Http/Controllers/Fronts/PublicProductController.php:60
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\Product'
        630μ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 (16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954)
        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 (16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954)
        310μ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/Http/Controllers/Fronts/PublicProductController.php:60
      • 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 (16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954)
        330μ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/Http/Controllers/Fronts/PublicProductController.php:60
      • 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 (16899, 16900, 16901, 16902, 16903, 16904, 16905, 16906, 16907, 16908, 16909, 16910, 16911, 16912, 16913, 16914, 16915, 16916, 16917, 16918, 16919, 16920, 16921, 16922, 16923, 16924, 16925, 16926, 16927, 16928, 16929, 16930, 16931, 16932, 16933, 16934, 16935, 16936, 16937, 16938, 16939, 16940, 16941, 16942, 16943, 16944, 16945, 16946, 16947, 16948, 16949, 16950, 16951, 16952, 16953, 16954)
        820μ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 (10, 12, 42, 44, 45, 46, 56, 81, 87, 91, 92, 121, 124, 132, 133, 134, 135, 137, 139, 147, 151, 155, 156, 237, 239, 240, 245, 246, 248, 254, 255, 288, 298, 299, 300, 301, 302) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        570μ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 `status` = 'published' and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `status` = 'published' order by `order` asc, `products_count` desc, `created_at` desc
        10.06msgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: 0
        • 2: published
        • 3: published
        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'
        370μ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.6msgalaaple_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 `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
        630μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        • 1: 0
        • 2: 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 (2, 4, 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`
        4.21msgalaaple_databaseEcommerceHelper.php#1119
        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' order by `ec_product_categories`.`order` asc
        2.57msgalaaple_databaseProductCategoryHelper.php#225
        Bindings
        • 0: Botble\Ecommerce\Models\ProductCategory
        • 1: published
        Backtrace
        • platform/plugins/ecommerce/src/Supports/ProductCategoryHelper.php:225
        • platform/plugins/ecommerce/src/Supports/EcommerceHelper.php:1238
        • 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')
        190μ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`
        730μ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'
        420μ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.47msgalaaple_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
        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` = 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
        240μ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'
        400μ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
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 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
        460μ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'
        910μ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
        490μ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
        190μ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'
        260μ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
        170μ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
        160μ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
        290μ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'
        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 (184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 202, 204) order by `order` asc
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 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
        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 (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'
        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 (240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258) order by `order` asc
        240μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory' and `meta_boxes`.`reference_id` = 230 and `meta_boxes`.`reference_id` is not null
        150μ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
        230μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: published
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • view::theme.wowy::/../widgets/product-categories/templates.frontend:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 22) and `slugs`.`reference_type` = 'Botble\\Ecommerce\\Models\\ProductCategory'
        290μ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
        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` = 89 and `meta_boxes`.`reference_id` is not null
        160μ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
        240μ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'
        510μ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
        270μ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
        270μ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
        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` = 108 and `meta_boxes`.`reference_id` is not null
        240μ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
        180μ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
        170μ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
        240μ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'
        370μ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
        220μ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
        280μ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
        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 (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'
        350μ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
        220μ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
        250μ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
        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` = 33 and `meta_boxes`.`reference_id` is not null
        210μ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
        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 `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
        200μ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
        240μ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
        280μ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
        180μ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-11' and `status` = 'published' order by `created_at` desc
        220μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 2025-01-11
        • 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)
        250μ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-11 11:42:22' and (`end_date` is null or `end_date` >= '2025-01-11 11:42:22') 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))
        210μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: promotion
        • 1: 2025-01-11 11:42:22
        • 2: 2025-01-11 11:42:22
        • 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` = 0 limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 595 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 595
        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` = 595 and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 595
        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` = 592 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 592
        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` = 592 and `slugs`.`reference_id` is not null limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 592
        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` = 592 limit 1
        160μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 592
        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` = 592 and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 592
        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` = 592 limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 592
        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` = 592 and `slugs`.`reference_id` is not null limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 592
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • platform/packages/slug/src/Providers/SlugServiceProvider.php:118
        • platform/core/base/src/Models/BaseModel.php:25
        • view::theme.wowy::views.ecommerce.includes.product-item:42
      • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
        140μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
        150μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
        120μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 0 limit 1
        130μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 0
        Backtrace
        • platform/core/base/src/Models/BaseQueryBuilder.php:48
        • platform/core/base/src/Models/BaseModel.php:28
        • view::theme.wowy::views.ecommerce.includes.product-item:41
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `ec_brands` where `ec_brands`.`id` = 597 limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 597
        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` = 597 and `slugs`.`reference_id` is not null limit 1
        210μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 597
        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` = 597 limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 597
        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` = 597 and `slugs`.`reference_id` is not null limit 1
        200μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 597
        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` = 597 limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 597
        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` = 597 and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 597
        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` = 597 limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 597
        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` = 597 and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 597
        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` = 597 limit 1
        170μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: 597
        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` = 597 and `slugs`.`reference_id` is not null limit 1
        190μsgalaaple_databaseBaseQueryBuilder.php#48
        Bindings
        • 0: Botble\Ecommerce\Models\Brand
        • 1: 597
        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
        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
        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
        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
        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
        200μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? 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
        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
        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
        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
        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
        210μ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
        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
        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
        180μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        150μ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
        190μ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
        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
        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
        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
        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
        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
        200μ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
        200μ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
        210μsgalaaple_database
      • select * from `ec_brands` where `ec_brands`.`id` = ? limit 1
        290μ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
        290μ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
        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
        180μsgalaaple_database
      • select `id`, `name`, `status`, `is_featured`, `image` from `ec_product_categories` order by `order` asc, `created_at` desc
        710μ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` = ?
        4.18msgalaaple_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)
        1.76msgalaaple_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.28msgalaaple_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` = ?
        5.96msgalaaple_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)
        400μ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` = ?)
        360μsgalaaple_database
      • select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 7)
        290μ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
        360μ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` = ?
        940μ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)
        170μ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)
        170μsgalaaple_database
      • select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (6, 7) and `slugs`.`reference_type` = ?
        190μsgalaaple_database
      • select * from `contact_custom_fields` where `status` = ? order by `order` asc
        170μ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` = ?
        400μsgalaaple_database
      • select * from `pages` where `pages`.`id` in (6, 8, 9, 10, 11, 12)
        250μ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` = ?
        260μsgalaaple_database
      Botble\Slug\Models\Slug
      1810Slug.php#?
      Botble\Ecommerce\Models\ProductCategory
      1492ProductCategory.php#?
      Botble\Base\Models\MetaBox
      756MetaBox.php#?
      Botble\Ecommerce\Models\Brand
      649Brand.php#?
      Botble\Menu\Models\MenuNode
      63MenuNode.php#?
      Botble\Ecommerce\Models\Product
      58Product.php#?
      Botble\LanguageAdvanced\Models\TranslationResolver
      14TranslationResolver.php#?
      Botble\Ecommerce\Models\ProductLabel
      11ProductLabel.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
          tfUO7XmoZEcWnnVTuoKulzzStCfpD9AkoP5UgZre
          language
          en
          _previous
          array:1 [ "url" => "http://fortunasupermarket.com/products?page=5" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "5" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:8 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "fortunasupermarket.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:8 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 11 Jan 2025 16:42:24 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=eyJpdiI6IlBOZmNlY1BJczdCQm01ZTZERmFidVE9PSIsInZhbHVlIjoiak1PMVJ5blRZYVVPOFg5cXR6SVRuK3lYbHlWNHpRdENlNllZSmplRG1KOElBWTNyMXV6bjZoVTVXOHhxdGRQcTBwbEUyc2ZPY1FHZHlYYUtuQzM1c1oxeHZBb2k4UTVCS1A2SHRZZFNMaHBlbHd5R2pIOEJMUkY5eWZ4c0YxdHgiLCJtYWMiOiI0MGQ5M2JhOGMzNGU5YzRmZTYwMDA4ZTUyNDFhMTYxYzc5NWJkNDUwMTEwZmRhZGEyMzVmMjg3NzU1NmM4MGI0IiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 18:42:24 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlBOZmNlY1BJczdCQm01ZTZERmFidVE9PSIsInZhbHVlIjoiak1PMVJ5blRZYVVPOFg5cXR6SVRuK3lYbHlWNHpRdENlNllZSmplRG1KOElBWTNyMXV6bjZoVTVXOHhxdGRQcTBwbEUyc" 1 => "botble_session=eyJpdiI6IjRLWEJlOEZLNXZrWmIwNWV5d1RLWVE9PSIsInZhbHVlIjoiZy9BakZQYmtPQjBLb0pQRGZUUHRxMTgrV1ZmMi84TlVzOEdCUE1jNGRZbno0VHEyN2VEcFZaMlJxNjdZckFOMDRRMkFnTjNIb09mQzVyZjNVMzV2YzdPMHNWNGg3UUFDRzJnMDFDWXd4RkQ0WFRaR05GWVZxV1B5K0JmRFAxQU0iLCJtYWMiOiJlM2MyZTQ4N2FlNDc2YmI5MWM5MGNkYjE0ZTViMDU2NGJmNWE1NTNlOWNmNGY0MWFiZjZlNzljMDY1ZWM0NjNiIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 18:42:24 GMT; Max-Age=7200; path=/; httponly; samesite=laxbotble_session=eyJpdiI6IjRLWEJlOEZLNXZrWmIwNWV5d1RLWVE9PSIsInZhbHVlIjoiZy9BakZQYmtPQjBLb0pQRGZUUHRxMTgrV1ZmMi84TlVzOEdCUE1jNGRZbno0VHEyN2VEcFZaMlJxNjdZckFOMDRRM" 2 => "botble_footprints_cookie=eyJpdiI6InFxWjBoMFZMVisxdXpiVTQyS3NwcHc9PSIsInZhbHVlIjoiUnREV0g0Z3RDMXlwekpmNmR0Wk9UVFpwb2trU2dUV1BiWVVuelJEdit2WUtETHU2U0htTmNoOEk0S2VsZ0dyVVNISGxSMmQ0MDYxQVlWcmdKU1NPRzJLLzJ0bXdqdUhtTTYwY0p4Q2IxWi9FeXR1dzJnMEdmUGlVbEdiNGtGOU0iLCJtYWMiOiJhNWM1Yjk0MTAyYWM0NDAwYWIxZDQwZTIwNjg4NmEyM2U4YmM3MWY3YzI3OTdhYWZlOWI5ODhiNmVmMzc1ZmUyIiwidGFnIjoiIn0%3D; expires=Sat, 07 Mar 2026 16:42:21 GMT; Max-Age=36287997; path=/; httponly; samesite=laxbotble_footprints_cookie=eyJpdiI6InFxWjBoMFZMVisxdXpiVTQyS3NwcHc9PSIsInZhbHVlIjoiUnREV0g0Z3RDMXlwekpmNmR0Wk9UVFpwb2trU2dUV1BiWVVuelJEdit2WUtETHU2U0htTmNoOEk0S2V" 3 => "botble_footprints_cookie_data=eyJpdiI6Ik50MXZnM2VNRlUvTHdZenFtZSs2WEE9PSIsInZhbHVlIjoiVGNQWlVhZzBiOXRDR2dFa0hWb3FNbVlyVE1MNnlhN0krUXJwL2JyNEZjb3d4anQ4OXVCS3B4MGQwWGl2RnE3OCtJQ2lZWEhwZmJLVkpRdkhnMkUxVHBxakd5WkErWitJaUlnS0djZjRPcEJQcjM1c3BjVjJWU1Y4TGZ6dVA5RUQ5Rm1xK2dzNlhzTVJYQndmZmFkY3A0RkFhV0NoSWxoNXl1dzF5eDVHZjJUalBPR1NGYWFyMDBaRlN4VHVuUFVrVkdlQzdRU09xbS9CTXZGWi9oQXVucE1jdjNHYmcySzFNSUI2UmxLMjB3WThZdzhkdUJhTUJIdFp3R3dJT2pGM1pKRHNwWU4yaENmb2pvSzdvTFVaQzNaNnU4bmx4TUdkeWhZQnNkTVVoTTVueSs0Z1pqeHg4cU1CMDdiUTlMTFFZOGVXMmJWZ0JaQTVLem5ka05OQ2JtOEtsemtaTmxrVTZwNnF6YTQrT203VGRhR2NvUVVYZGFVUzNrbWNmRmhFbnU4cVE3UktxMGdKdzN4U2ZtWVVkMExRb1NrVzJvbzdIR1NoeWY2MlpQd1c3VVRoTWduVkNQNmJuMzJWTjVBMGo0dEVKSDdHV2JnS01PWGFJY0pBQ0JrWkx6aW9sTWdPd0FoRkNHRExqeTZlQVZYK3lHS1JZZkQ4eHU2QnBkdXdPblZZNEs3TndDYXBsL01USVVkWEhBPT0iLCJtYWMiOiI3MmFiMWFmMTNjOWRlMmNmNTA0M2RhNWFmM2M0MDllZmQ4ZmJlMGY4ZWE0MTU0NjI2NGE4MDEyNzA5OWI3OWIyIiwidGFnIjoiIn0%3D; expires=Sat, 07 Mar 2026 16:42:21 GMT; Max-Age=36287997; path=/; httponly; samesite=laxbotble_footprints_cookie_data=eyJpdiI6Ik50MXZnM2VNRlUvTHdZenFtZSs2WEE9PSIsInZhbHVlIjoiVGNQWlVhZzBiOXRDR2dFa0hWb3FNbVlyVE1MNnlhN0krUXJwL2JyNEZjb3d4anQ4OXVCS3B4MG" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IlBOZmNlY1BJczdCQm01ZTZERmFidVE9PSIsInZhbHVlIjoiak1PMVJ5blRZYVVPOFg5cXR6SVRuK3lYbHlWNHpRdENlNllZSmplRG1KOElBWTNyMXV6bjZoVTVXOHhxdGRQcTBwbEUyc2ZPY1FHZHlYYUtuQzM1c1oxeHZBb2k4UTVCS1A2SHRZZFNMaHBlbHd5R2pIOEJMUkY5eWZ4c0YxdHgiLCJtYWMiOiI0MGQ5M2JhOGMzNGU5YzRmZTYwMDA4ZTUyNDFhMTYxYzc5NWJkNDUwMTEwZmRhZGEyMzVmMjg3NzU1NmM4MGI0IiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 18:42:24 GMT; path=/XSRF-TOKEN=eyJpdiI6IlBOZmNlY1BJczdCQm01ZTZERmFidVE9PSIsInZhbHVlIjoiak1PMVJ5blRZYVVPOFg5cXR6SVRuK3lYbHlWNHpRdENlNllZSmplRG1KOElBWTNyMXV6bjZoVTVXOHhxdGRQcTBwbEUyc" 1 => "botble_session=eyJpdiI6IjRLWEJlOEZLNXZrWmIwNWV5d1RLWVE9PSIsInZhbHVlIjoiZy9BakZQYmtPQjBLb0pQRGZUUHRxMTgrV1ZmMi84TlVzOEdCUE1jNGRZbno0VHEyN2VEcFZaMlJxNjdZckFOMDRRMkFnTjNIb09mQzVyZjNVMzV2YzdPMHNWNGg3UUFDRzJnMDFDWXd4RkQ0WFRaR05GWVZxV1B5K0JmRFAxQU0iLCJtYWMiOiJlM2MyZTQ4N2FlNDc2YmI5MWM5MGNkYjE0ZTViMDU2NGJmNWE1NTNlOWNmNGY0MWFiZjZlNzljMDY1ZWM0NjNiIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 18:42:24 GMT; path=/; httponlybotble_session=eyJpdiI6IjRLWEJlOEZLNXZrWmIwNWV5d1RLWVE9PSIsInZhbHVlIjoiZy9BakZQYmtPQjBLb0pQRGZUUHRxMTgrV1ZmMi84TlVzOEdCUE1jNGRZbno0VHEyN2VEcFZaMlJxNjdZckFOMDRRM" 2 => "botble_footprints_cookie=eyJpdiI6InFxWjBoMFZMVisxdXpiVTQyS3NwcHc9PSIsInZhbHVlIjoiUnREV0g0Z3RDMXlwekpmNmR0Wk9UVFpwb2trU2dUV1BiWVVuelJEdit2WUtETHU2U0htTmNoOEk0S2VsZ0dyVVNISGxSMmQ0MDYxQVlWcmdKU1NPRzJLLzJ0bXdqdUhtTTYwY0p4Q2IxWi9FeXR1dzJnMEdmUGlVbEdiNGtGOU0iLCJtYWMiOiJhNWM1Yjk0MTAyYWM0NDAwYWIxZDQwZTIwNjg4NmEyM2U4YmM3MWY3YzI3OTdhYWZlOWI5ODhiNmVmMzc1ZmUyIiwidGFnIjoiIn0%3D; expires=Sat, 07-Mar-2026 16:42:21 GMT; path=/; httponlybotble_footprints_cookie=eyJpdiI6InFxWjBoMFZMVisxdXpiVTQyS3NwcHc9PSIsInZhbHVlIjoiUnREV0g0Z3RDMXlwekpmNmR0Wk9UVFpwb2trU2dUV1BiWVVuelJEdit2WUtETHU2U0htTmNoOEk0S2V" 3 => "botble_footprints_cookie_data=eyJpdiI6Ik50MXZnM2VNRlUvTHdZenFtZSs2WEE9PSIsInZhbHVlIjoiVGNQWlVhZzBiOXRDR2dFa0hWb3FNbVlyVE1MNnlhN0krUXJwL2JyNEZjb3d4anQ4OXVCS3B4MGQwWGl2RnE3OCtJQ2lZWEhwZmJLVkpRdkhnMkUxVHBxakd5WkErWitJaUlnS0djZjRPcEJQcjM1c3BjVjJWU1Y4TGZ6dVA5RUQ5Rm1xK2dzNlhzTVJYQndmZmFkY3A0RkFhV0NoSWxoNXl1dzF5eDVHZjJUalBPR1NGYWFyMDBaRlN4VHVuUFVrVkdlQzdRU09xbS9CTXZGWi9oQXVucE1jdjNHYmcySzFNSUI2UmxLMjB3WThZdzhkdUJhTUJIdFp3R3dJT2pGM1pKRHNwWU4yaENmb2pvSzdvTFVaQzNaNnU4bmx4TUdkeWhZQnNkTVVoTTVueSs0Z1pqeHg4cU1CMDdiUTlMTFFZOGVXMmJWZ0JaQTVLem5ka05OQ2JtOEtsemtaTmxrVTZwNnF6YTQrT203VGRhR2NvUVVYZGFVUzNrbWNmRmhFbnU4cVE3UktxMGdKdzN4U2ZtWVVkMExRb1NrVzJvbzdIR1NoeWY2MlpQd1c3VVRoTWduVkNQNmJuMzJWTjVBMGo0dEVKSDdHV2JnS01PWGFJY0pBQ0JrWkx6aW9sTWdPd0FoRkNHRExqeTZlQVZYK3lHS1JZZkQ4eHU2QnBkdXdPblZZNEs3TndDYXBsL01USVVkWEhBPT0iLCJtYWMiOiI3MmFiMWFmMTNjOWRlMmNmNTA0M2RhNWFmM2M0MDllZmQ4ZmJlMGY4ZWE0MTU0NjI2NGE4MDEyNzA5OWI3OWIyIiwidGFnIjoiIn0%3D; expires=Sat, 07-Mar-2026 16:42:21 GMT; path=/; httponlybotble_footprints_cookie_data=eyJpdiI6Ik50MXZnM2VNRlUvTHdZenFtZSs2WEE9PSIsInZhbHVlIjoiVGNQWlVhZzBiOXRDR2dFa0hWb3FNbVlyVE1MNnlhN0krUXJwL2JyNEZjb3d4anQ4OXVCS3B4MG" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "tfUO7XmoZEcWnnVTuoKulzzStCfpD9AkoP5UgZre" "language" => "en" "_previous" => array:1 [ "url" => "http://fortunasupermarket.com/products?page=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-11 11:42:24GET/products?page=51292014892