Encontramos 17 artigos para si!

8.3.17PHP Version1.63sRequest Duration89MBMemory UsageGET list/{family}/{subfamily}Route
  • warninglog[16:31:27] LOG.warning: Creation of dynamic property App\View\Components\Navbar::$userId is deprecat...
  • warninglog[16:31:27] LOG.warning: Creation of dynamic property App\View\Components\Navbar2::$userId is depreca...
  • Booting (19.5ms)time
  • Application (1.61s)time
  • 1 x Application (98.8%)
    1.61s
    1 x Booting (1.2%)
    19.50ms
    22 templates were rendered
    • shop.listlist.blade.phpblade
    • components.navbarnavbar.blade.phpblade
    • components.navbar2navbar2.blade.phpblade
    • components.mobileMenuHeadermobileMenuHeader.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.quickViewModalquickViewModal.blade.phpblade
    • components.paginationpagination.blade.phpblade
    • components.footerfooter.blade.phpblade
    uri
    GET list/{family}/{subfamily}
    middleware
    web
    controller
    App\Http\Controllers\FrontEnd\ArticlesListController@sublist
    namespace
    prefix
    where
    as
    shop.sublist
    file
    app/Http/Controllers/FrontEnd/ArticlesListController.php:400-801
    136 statements were executed, 68 of which were duplicates, 68 unique. Show only duplicated231ms
    • # Query soft limit for Debugbar is reached after 100 queries, additional 36 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 `db_families` where `FamilyDescription` = 'Utensilios' limit 1
      2.75msdecoredivertidam_ecommerceArticlesListController.php#471
      Bindings
      • 0: Utensilios
      Backtrace
      • 17. app/Http/Controllers/FrontEnd/ArticlesListController.php:471
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `db_subfamilies` where `SubfamilyDesc` = 'Stencil' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' limit 1
      1.16msdecoredivertidam_ecommerceArticlesListController.php#477
      Bindings
      • 0: Stencil
      • 1: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 17. app/Http/Controllers/FrontEnd/ArticlesListController.php:477
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select min(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `AvailableOnline` = 1
      4.37msdecoredivertidam_ecommerceArticlesListController.php#483
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: E87E8FDCE5D9749EB83AB4BCB0389A99
      • 2: 1
      Backtrace
      • 16. app/Http/Controllers/FrontEnd/ArticlesListController.php:483
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select max(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `AvailableOnline` = 1
      4.58msdecoredivertidam_ecommerceArticlesListController.php#488
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: E87E8FDCE5D9749EB83AB4BCB0389A99
      • 2: 1
      Backtrace
      • 16. app/Http/Controllers/FrontEnd/ArticlesListController.php:488
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `ArticleId` from `db_articles` where `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `AvailableOnline` = 1 and `SalePrice_1` between '9.4800' and '9.4800' order by `Description` asc
      16.17msdecoredivertidam_ecommerceArticlesListController.php#637
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: E87E8FDCE5D9749EB83AB4BCB0389A99
      • 2: 1
      • 3: 9.4800
      • 4: 9.4800
      Backtrace
      • 14. app/Http/Controllers/FrontEnd/ArticlesListController.php:637
      • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `ArticleId` from `db_related_articles` where `ArticleId` in ('AEF24379CA755DD562E26F700C5CAB97', '94327DDE23F6745BDDB902E50F44CF83', 'F3F0C6C7115AECFA78FE3D7E79ACB1DB', '319C4A26400EE351C6A728A768020ADD', 'D13B623423DEC41C057F2AE8F3BC1D99', '47B4DCBAE670A3FF9CE82AFE8F935AB1', '4E7099B0EE1AF06C9804DDE543F1B828', 'B4E2A385109E3538C5E5DA9D9E624124', '0D14A32E0053F6C3E64AACDC7F388F56', '71F6A47CE2D11064C8FC1126A51626A8', 'C4923BC82EBEDB96F575B38C3E820561', '16F1705AADD8FE3F67E92CA72CBA20FC', '8D0B75E31A59E87ED1314C54305221CD', '5AF085ED908BAAC112C1FC27228210B3', '4F39DEB2729F44442CF9D3A98EB821C8', 'F67D1E030D2B8B22F454267BF5CDDCA9', '91C8E21F285F8F5C9472FC703EBBA4B4') and `MainArticle` = 1
      3.8msdecoredivertidam_ecommerceArticlesListController.php#642
      Bindings
      • 0: AEF24379CA755DD562E26F700C5CAB97
      • 1: 94327DDE23F6745BDDB902E50F44CF83
      • 2: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      • 3: 319C4A26400EE351C6A728A768020ADD
      • 4: D13B623423DEC41C057F2AE8F3BC1D99
      • 5: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      • 6: 4E7099B0EE1AF06C9804DDE543F1B828
      • 7: B4E2A385109E3538C5E5DA9D9E624124
      • 8: 0D14A32E0053F6C3E64AACDC7F388F56
      • 9: 71F6A47CE2D11064C8FC1126A51626A8
      • 10: C4923BC82EBEDB96F575B38C3E820561
      • 11: 16F1705AADD8FE3F67E92CA72CBA20FC
      • 12: 8D0B75E31A59E87ED1314C54305221CD
      • 13: 5AF085ED908BAAC112C1FC27228210B3
      • 14: 4F39DEB2729F44442CF9D3A98EB821C8
      • 15: F67D1E030D2B8B22F454267BF5CDDCA9
      • 16: 91C8E21F285F8F5C9472FC703EBBA4B4
      • 17: 1
      Backtrace
      • 14. app/Http/Controllers/FrontEnd/ArticlesListController.php:642
      • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `db_articles` where `ArticleId` in ('319C4A26400EE351C6A728A768020ADD', 'D13B623423DEC41C057F2AE8F3BC1D99', 'AEF24379CA755DD562E26F700C5CAB97', 'F3F0C6C7115AECFA78FE3D7E79ACB1DB', 'B4E2A385109E3538C5E5DA9D9E624124', '16F1705AADD8FE3F67E92CA72CBA20FC', '91C8E21F285F8F5C9472FC703EBBA4B4', '8D0B75E31A59E87ED1314C54305221CD', '71F6A47CE2D11064C8FC1126A51626A8', '4E7099B0EE1AF06C9804DDE543F1B828', '0D14A32E0053F6C3E64AACDC7F388F56', '4F39DEB2729F44442CF9D3A98EB821C8', 'C4923BC82EBEDB96F575B38C3E820561', '5AF085ED908BAAC112C1FC27228210B3', '47B4DCBAE670A3FF9CE82AFE8F935AB1', '94327DDE23F6745BDDB902E50F44CF83', 'F67D1E030D2B8B22F454267BF5CDDCA9')
      1.26msdecoredivertidam_ecommerceArticlesListController.php#711
      Bindings
      • 0: 319C4A26400EE351C6A728A768020ADD
      • 1: D13B623423DEC41C057F2AE8F3BC1D99
      • 2: AEF24379CA755DD562E26F700C5CAB97
      • 3: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      • 4: B4E2A385109E3538C5E5DA9D9E624124
      • 5: 16F1705AADD8FE3F67E92CA72CBA20FC
      • 6: 91C8E21F285F8F5C9472FC703EBBA4B4
      • 7: 8D0B75E31A59E87ED1314C54305221CD
      • 8: 71F6A47CE2D11064C8FC1126A51626A8
      • 9: 4E7099B0EE1AF06C9804DDE543F1B828
      • 10: 0D14A32E0053F6C3E64AACDC7F388F56
      • 11: 4F39DEB2729F44442CF9D3A98EB821C8
      • 12: C4923BC82EBEDB96F575B38C3E820561
      • 13: 5AF085ED908BAAC112C1FC27228210B3
      • 14: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      • 15: 94327DDE23F6745BDDB902E50F44CF83
      • 16: F67D1E030D2B8B22F454267BF5CDDCA9
      Backtrace
      • 16. app/Http/Controllers/FrontEnd/ArticlesListController.php:711
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `db_articles` where `ArticleId` in ('319C4A26400EE351C6A728A768020ADD', 'D13B623423DEC41C057F2AE8F3BC1D99', 'AEF24379CA755DD562E26F700C5CAB97', 'F3F0C6C7115AECFA78FE3D7E79ACB1DB', 'B4E2A385109E3538C5E5DA9D9E624124', '16F1705AADD8FE3F67E92CA72CBA20FC', '91C8E21F285F8F5C9472FC703EBBA4B4', '8D0B75E31A59E87ED1314C54305221CD', '71F6A47CE2D11064C8FC1126A51626A8', '4E7099B0EE1AF06C9804DDE543F1B828', '0D14A32E0053F6C3E64AACDC7F388F56', '4F39DEB2729F44442CF9D3A98EB821C8', 'C4923BC82EBEDB96F575B38C3E820561', '5AF085ED908BAAC112C1FC27228210B3', '47B4DCBAE670A3FF9CE82AFE8F935AB1', '94327DDE23F6745BDDB902E50F44CF83', 'F67D1E030D2B8B22F454267BF5CDDCA9') order by `Description` asc limit 16 offset 0
      1.43msdecoredivertidam_ecommerceArticlesListController.php#711
      Bindings
      • 0: 319C4A26400EE351C6A728A768020ADD
      • 1: D13B623423DEC41C057F2AE8F3BC1D99
      • 2: AEF24379CA755DD562E26F700C5CAB97
      • 3: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      • 4: B4E2A385109E3538C5E5DA9D9E624124
      • 5: 16F1705AADD8FE3F67E92CA72CBA20FC
      • 6: 91C8E21F285F8F5C9472FC703EBBA4B4
      • 7: 8D0B75E31A59E87ED1314C54305221CD
      • 8: 71F6A47CE2D11064C8FC1126A51626A8
      • 9: 4E7099B0EE1AF06C9804DDE543F1B828
      • 10: 0D14A32E0053F6C3E64AACDC7F388F56
      • 11: 4F39DEB2729F44442CF9D3A98EB821C8
      • 12: C4923BC82EBEDB96F575B38C3E820561
      • 13: 5AF085ED908BAAC112C1FC27228210B3
      • 14: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      • 15: 94327DDE23F6745BDDB902E50F44CF83
      • 16: F67D1E030D2B8B22F454267BF5CDDCA9
      Backtrace
      • 16. app/Http/Controllers/FrontEnd/ArticlesListController.php:711
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `db_families` where `Inactive` = 0 order by `Order` asc
      690μsdecoredivertidam_ecommerceArticlesListController.php#734
      Bindings
      • 0: 0
      Backtrace
      • 15. app/Http/Controllers/FrontEnd/ArticlesListController.php:734
      • 16. app/helpers.php:30
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `db_subfamilies` where `Inactive` = 0 and `FamilyId` in ('C3CE58066D60A877B033DAC5618B4BEB', '2611DA778CA2F85454EC8B7E0D06D364', '889F97CA3EB3D886B5F6C024828D3405', '1ED2B4775E65F59EA9063093AC3167B8', '95329413AEC9004A54A60A1F79E2A8E1', 'AE3DBE66F337601255CF0CA25229EAB6', '814D322A4DA293445C40BD09C34C4904', 'A0E2DE0AC6938FE5F5B29BAF570E8A7E', 'DEB928F25CA86DAF88BA390DBA3BE945', '89BD3795F4C6FCF2D57DB30F323EA53D', 'F4AAFE7851666DF7CD8B90A994BEAD32')
      860μsdecoredivertidam_ecommerceArticlesListController.php#743
      Bindings
      • 0: 0
      • 1: C3CE58066D60A877B033DAC5618B4BEB
      • 2: 2611DA778CA2F85454EC8B7E0D06D364
      • 3: 889F97CA3EB3D886B5F6C024828D3405
      • 4: 1ED2B4775E65F59EA9063093AC3167B8
      • 5: 95329413AEC9004A54A60A1F79E2A8E1
      • 6: AE3DBE66F337601255CF0CA25229EAB6
      • 7: 814D322A4DA293445C40BD09C34C4904
      • 8: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 9: DEB928F25CA86DAF88BA390DBA3BE945
      • 10: 89BD3795F4C6FCF2D57DB30F323EA53D
      • 11: F4AAFE7851666DF7CD8B90A994BEAD32
      Backtrace
      • 15. app/Http/Controllers/FrontEnd/ArticlesListController.php:743
      • 16. app/helpers.php:30
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select distinct `Colors` from `db_articles` where `SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `AvailableOnline` = 1 and `Colors` is not null and `Colors` != ''
      4.8msdecoredivertidam_ecommerceArticlesListController.php#755
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      • 1: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 2: 1
      • 3: 
      Backtrace
      • 15. app/Http/Controllers/FrontEnd/ArticlesListController.php:755
      • 16. app/helpers.php:30
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select `db_articles`.* from `db_articles` inner join `dw_article_comments` on `dw_article_comments`.`ArticleId` = `db_articles`.`ArticleId` where `db_articles`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_articles`.`BestSellerArticle` = 1 and `db_articles`.`AvailableOnline` = 1 and `dw_article_comments`.`Inactive` = 0 order by `dw_article_comments`.`Rating` desc limit 3
      1.1msdecoredivertidam_ecommerceArticlesListController.php#770
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      • 1: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 2: 1
      • 3: 1
      • 4: 0
      Backtrace
      • 15. app/Http/Controllers/FrontEnd/ArticlesListController.php:770
      • 16. app/helpers.php:30
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `dw_shopping_cart_headers` where `UserId` is null and (`Status` != 'Fechado' or `Status` is null)
      1.08msdecoredivertidam_ecommerceNavbar.php#53
      Bindings
      • 0: Fechado
      Backtrace
      • 15. app/View/Components/Navbar.php:53
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:66
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_articles` where 0 = 1
      700μsdecoredivertidam_ecommerceNavbar.php#66
      Backtrace
      • 15. app/View/Components/Navbar.php:66
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:66
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `dw_favorites` where `UserId` is null
      900μsdecoredivertidam_ecommerceNavbar.php#77
      Backtrace
      • 15. app/View/Components/Navbar.php:77
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:66
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `dw_comparisons` where `UserId` is null order by `CreationDate` desc
      610μsdecoredivertidam_ecommerceNavbar.php#83
      Backtrace
      • 15. app/View/Components/Navbar.php:83
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:66
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `dw_shopping_cart_headers` where `UserId` is null and (`Status` != 'Fechado' or `Status` is null)
      680μsdecoredivertidam_ecommerceNavbar2.php#49
      Bindings
      • 0: Fechado
      Backtrace
      • 15. app/View/Components/Navbar2.php:49
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:89
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_articles` where 0 = 1
      570μsdecoredivertidam_ecommerceNavbar2.php#62
      Backtrace
      • 15. app/View/Components/Navbar2.php:62
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:89
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_families` where `Inactive` != 1 order by `Order` asc
      570μsdecoredivertidam_ecommerceNavbar2.php#68
      Bindings
      • 0: 1
      Backtrace
      • 15. app/View/Components/Navbar2.php:68
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:89
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `dw_favorites` where `UserId` is null
      920μsdecoredivertidam_ecommerceNavbar2.php#103
      Backtrace
      • 15. app/View/Components/Navbar2.php:103
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:89
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `dw_comparisons` where `UserId` is null order by `CreationDate` desc
      610μsdecoredivertidam_ecommerceNavbar2.php#108
      Backtrace
      • 15. app/View/Components/Navbar2.php:108
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:89
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'C3CE58066D60A877B033DAC5618B4BEB' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      680μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: C3CE58066D60A877B033DAC5618B4BEB
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '2611DA778CA2F85454EC8B7E0D06D364' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      580μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 2611DA778CA2F85454EC8B7E0D06D364
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '889F97CA3EB3D886B5F6C024828D3405' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      510μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 889F97CA3EB3D886B5F6C024828D3405
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '1ED2B4775E65F59EA9063093AC3167B8' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      530μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 1ED2B4775E65F59EA9063093AC3167B8
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '95329413AEC9004A54A60A1F79E2A8E1' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      520μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 95329413AEC9004A54A60A1F79E2A8E1
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'AE3DBE66F337601255CF0CA25229EAB6' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      540μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: AE3DBE66F337601255CF0CA25229EAB6
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '814D322A4DA293445C40BD09C34C4904' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      540μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 814D322A4DA293445C40BD09C34C4904
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      580μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'DEB928F25CA86DAF88BA390DBA3BE945' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      540μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: DEB928F25CA86DAF88BA390DBA3BE945
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '89BD3795F4C6FCF2D57DB30F323EA53D' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      470μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: 89BD3795F4C6FCF2D57DB30F323EA53D
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'F4AAFE7851666DF7CD8B90A994BEAD32' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      930μsdecoredivertidam_ecommercenavbar2.blade.php#38
      Bindings
      • 0: F4AAFE7851666DF7CD8B90A994BEAD32
      Backtrace
      • 16. view::components.navbar2:38
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `dw_shopping_cart_headers` where `UserId` is null and (`Status` != 'Fechado' or `Status` is null)
      1.02msdecoredivertidam_ecommerceMobileNavbar.php#82
      Bindings
      • 0: Fechado
      Backtrace
      • 15. app/View/Components/MobileNavbar.php:82
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:114
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_articles` where 0 = 1
      580μsdecoredivertidam_ecommerceMobileNavbar.php#95
      Backtrace
      • 15. app/View/Components/MobileNavbar.php:95
      • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 17. view::shop.list:114
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '814D322A4DA293445C40BD09C34C4904' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      740μsdecoredivertidam_ecommercemobileMenuHeader.blade.php#11
      Bindings
      • 0: 814D322A4DA293445C40BD09C34C4904
      Backtrace
      • 16. view::components.mobileMenuHeader:11
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      680μsdecoredivertidam_ecommercemobileMenuHeader.blade.php#11
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 16. view::components.mobileMenuHeader:11
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'DEB928F25CA86DAF88BA390DBA3BE945' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      560μsdecoredivertidam_ecommercemobileMenuHeader.blade.php#11
      Bindings
      • 0: DEB928F25CA86DAF88BA390DBA3BE945
      Backtrace
      • 16. view::components.mobileMenuHeader:11
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = '89BD3795F4C6FCF2D57DB30F323EA53D' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      480μsdecoredivertidam_ecommercemobileMenuHeader.blade.php#11
      Bindings
      • 0: 89BD3795F4C6FCF2D57DB30F323EA53D
      Backtrace
      • 16. view::components.mobileMenuHeader:11
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `SubfamilyDesc` from `db_subfamilies` where `db_subfamilies`.`FamilyId` = 'F4AAFE7851666DF7CD8B90A994BEAD32' and `db_subfamilies`.`FamilyId` is not null group by `SubfamilyDesc` order by `Order` asc
      520μsdecoredivertidam_ecommercemobileMenuHeader.blade.php#11
      Bindings
      • 0: F4AAFE7851666DF7CD8B90A994BEAD32
      Backtrace
      • 16. view::components.mobileMenuHeader:11
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      1.09msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      1.5msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'AEF24379CA755DD562E26F700C5CAB97' limit 1
      1.07msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: AEF24379CA755DD562E26F700C5CAB97
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'AEF24379CA755DD562E26F700C5CAB97' and `AttachmentType` = '1' limit 1
      7.07msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: AEF24379CA755DD562E26F700C5CAB97
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'AEF24379CA755DD562E26F700C5CAB97' limit 1
      4.6msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: AEF24379CA755DD562E26F700C5CAB97
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      650μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      790μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      550μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '94327DDE23F6745BDDB902E50F44CF83' limit 1
      900μsdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 94327DDE23F6745BDDB902E50F44CF83
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '94327DDE23F6745BDDB902E50F44CF83' and `AttachmentType` = '1' limit 1
      4.58msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 94327DDE23F6745BDDB902E50F44CF83
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '94327DDE23F6745BDDB902E50F44CF83' limit 1
      3.48msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 94327DDE23F6745BDDB902E50F44CF83
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      470μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      880μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      490μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'F3F0C6C7115AECFA78FE3D7E79ACB1DB' limit 1
      970μsdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'F3F0C6C7115AECFA78FE3D7E79ACB1DB' and `AttachmentType` = '1' limit 1
      5.06msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'F3F0C6C7115AECFA78FE3D7E79ACB1DB' limit 1
      5.56msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: F3F0C6C7115AECFA78FE3D7E79ACB1DB
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      660μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      810μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      510μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '319C4A26400EE351C6A728A768020ADD' limit 1
      930μsdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 319C4A26400EE351C6A728A768020ADD
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '319C4A26400EE351C6A728A768020ADD' and `AttachmentType` = '1' limit 1
      2.07msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 319C4A26400EE351C6A728A768020ADD
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '319C4A26400EE351C6A728A768020ADD' limit 1
      1.71msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 319C4A26400EE351C6A728A768020ADD
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      550μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      900μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      630μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'D13B623423DEC41C057F2AE8F3BC1D99' limit 1
      1.08msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: D13B623423DEC41C057F2AE8F3BC1D99
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'D13B623423DEC41C057F2AE8F3BC1D99' and `AttachmentType` = '1' limit 1
      930μsdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: D13B623423DEC41C057F2AE8F3BC1D99
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'D13B623423DEC41C057F2AE8F3BC1D99' limit 1
      5.4msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: D13B623423DEC41C057F2AE8F3BC1D99
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      590μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      760μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      580μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '47B4DCBAE670A3FF9CE82AFE8F935AB1' limit 1
      1.03msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '47B4DCBAE670A3FF9CE82AFE8F935AB1' and `AttachmentType` = '1' limit 1
      3.47msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '47B4DCBAE670A3FF9CE82AFE8F935AB1' limit 1
      2.56msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 47B4DCBAE670A3FF9CE82AFE8F935AB1
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      510μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      1.16msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      760μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '4E7099B0EE1AF06C9804DDE543F1B828' limit 1
      1.1msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 4E7099B0EE1AF06C9804DDE543F1B828
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '4E7099B0EE1AF06C9804DDE543F1B828' and `AttachmentType` = '1' limit 1
      7.06msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 4E7099B0EE1AF06C9804DDE543F1B828
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '4E7099B0EE1AF06C9804DDE543F1B828' limit 1
      4.13msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 4E7099B0EE1AF06C9804DDE543F1B828
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      620μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      990μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      570μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'B4E2A385109E3538C5E5DA9D9E624124' limit 1
      1.05msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: B4E2A385109E3538C5E5DA9D9E624124
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'B4E2A385109E3538C5E5DA9D9E624124' and `AttachmentType` = '1' limit 1
      3.65msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: B4E2A385109E3538C5E5DA9D9E624124
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'B4E2A385109E3538C5E5DA9D9E624124' limit 1
      5.18msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: B4E2A385109E3538C5E5DA9D9E624124
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      740μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      810μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      600μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '0D14A32E0053F6C3E64AACDC7F388F56' limit 1
      1.1msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 0D14A32E0053F6C3E64AACDC7F388F56
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '0D14A32E0053F6C3E64AACDC7F388F56' and `AttachmentType` = '1' limit 1
      5.48msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 0D14A32E0053F6C3E64AACDC7F388F56
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '0D14A32E0053F6C3E64AACDC7F388F56' limit 1
      1.31msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 0D14A32E0053F6C3E64AACDC7F388F56
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      500μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      680μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      540μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: E87E8FDCE5D9749EB83AB4BCB0389A99
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_articles` where `db_articles`.`ArticleId` = '71F6A47CE2D11064C8FC1126A51626A8' limit 1
      1.39msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 71F6A47CE2D11064C8FC1126A51626A8
      Backtrace
      • 20. app/View/Components/QuickViewModal.php:16
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 22. view::shop.list:321
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '71F6A47CE2D11064C8FC1126A51626A8' and `AttachmentType` = '1' limit 1
      2.75msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 71F6A47CE2D11064C8FC1126A51626A8
      • 2: 1
      Backtrace
      • 16. app/View/Components/QuickViewModal.php:20
      • 17. vendor/laravel/framework/src/Illuminate/View/Component.php:102
      • 18. view::shop.list:321
      • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '71F6A47CE2D11064C8FC1126A51626A8' limit 1
      3.51msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 71F6A47CE2D11064C8FC1126A51626A8
      Backtrace
      • 21. view::components.quickViewModal:27
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      920μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: JUST ADD LOVE
      Backtrace
      • 21. view::components.quickViewModal:74
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      920μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      Backtrace
      • 21. view::shop.list:231
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      570μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'C4923BC82EBEDB96F575B38C3E820561' limit 1
      1.33msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'C4923BC82EBEDB96F575B38C3E820561' and `AttachmentType` = '1' limit 1
      3.58msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'C4923BC82EBEDB96F575B38C3E820561' limit 1
      5.52msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      540μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      800μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      630μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '16F1705AADD8FE3F67E92CA72CBA20FC' limit 1
      910μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '16F1705AADD8FE3F67E92CA72CBA20FC' and `AttachmentType` = '1' limit 1
      3.39msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '16F1705AADD8FE3F67E92CA72CBA20FC' limit 1
      1.13msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      510μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      780μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      490μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '8D0B75E31A59E87ED1314C54305221CD' limit 1
      830μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '8D0B75E31A59E87ED1314C54305221CD' and `AttachmentType` = '1' limit 1
      4.29msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '8D0B75E31A59E87ED1314C54305221CD' limit 1
      3.2msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      560μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      970μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      650μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '5AF085ED908BAAC112C1FC27228210B3' limit 1
      960μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '5AF085ED908BAAC112C1FC27228210B3' and `AttachmentType` = '1' limit 1
      4.74msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '5AF085ED908BAAC112C1FC27228210B3' limit 1
      2.55msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      580μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      790μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      550μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '4F39DEB2729F44442CF9D3A98EB821C8' limit 1
      960μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '4F39DEB2729F44442CF9D3A98EB821C8' and `AttachmentType` = '1' limit 1
      1.08msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '4F39DEB2729F44442CF9D3A98EB821C8' limit 1
      2.18msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      510μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      890μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      550μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' limit 1
      910μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' and `AttachmentType` = '1' limit 1
      3msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' limit 1
      5.26msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      560μsdecoredivertidam_ecommerce
    • select * from `dw_configurations`
      890μsdecoredivertidam_ecommerce
    App\Models\DbSubfamily
    162
    App\Models\DwConfiguration
    44
    App\Models\DbFamily
    39
    App\Models\DbArticle
    32
    App\Models\DbAttachment
    16
    App\Models\DbStock
    16
    App\Models\DbBrand
    16
        _token
        kHtICAPQrMERraRwN6U1UmsVNiyvM8hLEDvB9W0U
        flasher::envelopes
        []
        _previous
        array:1 [ "url" => "https://decoredivertidamente.com/list/Utensilios/Stencil?itemsPerPage=16&page=...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /list/Utensilios/Stencil
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:2 [ "itemsPerPage" => "16" "page" => "1" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "host" => array:1 [ 0 => "decoredivertidamente.com" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 15 Apr 2025 16:31:26 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNYVmhCUkx1c1R0YUNpS3U1OTJ0S0E9PSIsInZhbHVlIjoiUFFTMzVJNWpaSVp4YlVnYnRYVGZlaEtPWC9aY3AzMnFJdXNuaVlOVUdzeFZrUXZJcjlrdnAyVDZ4OFd1S0RwNTZ2Qi9laXJqUVZYY2YwL1FaOHF3MVNQUGNBWnkxb1BFMSs1cGFWdXorNkw1YnArMHNSWUd5SHlrTTgvSkJNQnQiLCJtYWMiOiI0N2U1NWU0MzVkM2IyNjIwZjRmNmQ4NTgxZTdlN2M3Y2Q5NmZkMTRjMDM3ZGQ5ZDdiMWFkMTg0ODMyZWE5NWYyIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 18:31:28 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImNYVmhCUkx1c1R0YUNpS3U1OTJ0S0E9PSIsInZhbHVlIjoiUFFTMzVJNWpaSVp4YlVnYnRYVGZlaEtPWC9aY3AzMnFJdXNuaVlOVUdzeFZrUXZJcjlrdnAyVDZ4OFd1S0RwNTZ2Qi9la" 1 => "decoredivertidamente_session=eyJpdiI6IkF5Wk16Zlh4N2gvc0hoa1k4OWx0WWc9PSIsInZhbHVlIjoiRWdHMENoZTNPa3VPV2NvWHU1VlozN3NIK2J4SmxIcktnT25lYlp4OFU0SGh2c2RsWi82ZzVMMmVPeWU4dVlGZlRtdFVwdWVobHpjVDdxMzhrcjJoMWxVRXVEL0F2Zm56QTc1a3FXV0lSOEdrU3VkaXc0L2pTSWY4N0RldGdvSVciLCJtYWMiOiIxNzY0ZDQwNGRhMjU0YjQ3ZjFmMWNlZTJiZDZmZGM0N2U2YjJmMjM1YjBlZjlkOTBkMzZkNDEyZTkzNTllYzhkIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 18:31:28 GMT; Max-Age=7200; path=/; httponly; samesite=laxdecoredivertidamente_session=eyJpdiI6IkF5Wk16Zlh4N2gvc0hoa1k4OWx0WWc9PSIsInZhbHVlIjoiRWdHMENoZTNPa3VPV2NvWHU1VlozN3NIK2J4SmxIcktnT25lYlp4OFU0SGh2c2RsWi82ZzVMMmV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNYVmhCUkx1c1R0YUNpS3U1OTJ0S0E9PSIsInZhbHVlIjoiUFFTMzVJNWpaSVp4YlVnYnRYVGZlaEtPWC9aY3AzMnFJdXNuaVlOVUdzeFZrUXZJcjlrdnAyVDZ4OFd1S0RwNTZ2Qi9laXJqUVZYY2YwL1FaOHF3MVNQUGNBWnkxb1BFMSs1cGFWdXorNkw1YnArMHNSWUd5SHlrTTgvSkJNQnQiLCJtYWMiOiI0N2U1NWU0MzVkM2IyNjIwZjRmNmQ4NTgxZTdlN2M3Y2Q5NmZkMTRjMDM3ZGQ5ZDdiMWFkMTg0ODMyZWE5NWYyIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 18:31:28 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImNYVmhCUkx1c1R0YUNpS3U1OTJ0S0E9PSIsInZhbHVlIjoiUFFTMzVJNWpaSVp4YlVnYnRYVGZlaEtPWC9aY3AzMnFJdXNuaVlOVUdzeFZrUXZJcjlrdnAyVDZ4OFd1S0RwNTZ2Qi9la" 1 => "decoredivertidamente_session=eyJpdiI6IkF5Wk16Zlh4N2gvc0hoa1k4OWx0WWc9PSIsInZhbHVlIjoiRWdHMENoZTNPa3VPV2NvWHU1VlozN3NIK2J4SmxIcktnT25lYlp4OFU0SGh2c2RsWi82ZzVMMmVPeWU4dVlGZlRtdFVwdWVobHpjVDdxMzhrcjJoMWxVRXVEL0F2Zm56QTc1a3FXV0lSOEdrU3VkaXc0L2pTSWY4N0RldGdvSVciLCJtYWMiOiIxNzY0ZDQwNGRhMjU0YjQ3ZjFmMWNlZTJiZDZmZGM0N2U2YjJmMjM1YjBlZjlkOTBkMzZkNDEyZTkzNTllYzhkIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 18:31:28 GMT; path=/; httponlydecoredivertidamente_session=eyJpdiI6IkF5Wk16Zlh4N2gvc0hoa1k4OWx0WWc9PSIsInZhbHVlIjoiRWdHMENoZTNPa3VPV2NvWHU1VlozN3NIK2J4SmxIcktnT25lYlp4OFU0SGh2c2RsWi82ZzVMMmV" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "kHtICAPQrMERraRwN6U1UmsVNiyvM8hLEDvB9W0U" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://decoredivertidamente.com/list/Utensilios/Stencil?itemsPerPage=16&page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]