Encontramos 17 artigos para si!

8.3.17PHP Version1.52sRequest Duration86MBMemory UsageGET list/{family}/{subfamily}Route
  • warninglog[16:48:52] LOG.warning: Creation of dynamic property App\View\Components\Navbar::$userId is deprecat...
  • warninglog[16:48:52] LOG.warning: Creation of dynamic property App\View\Components\Navbar2::$userId is depreca...
  • Booting (23.31ms)time
  • Application (1.5s)time
  • 1 x Application (98.47%)
    1.50s
    1 x Booting (1.53%)
    23.31ms
    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
    134 statements were executed, 68 of which were duplicates, 66 unique. Show only duplicated216ms
    • # Query soft limit for Debugbar is reached after 100 queries, additional 34 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.76msdecoredivertidam_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
      840μsdecoredivertidam_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
      3.53msdecoredivertidam_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
      3.38msdecoredivertidam_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
      7.89msdecoredivertidam_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.21msdecoredivertidam_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.16msdecoredivertidam_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.46msdecoredivertidam_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 distinct `Colors` from `db_articles` where `SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `AvailableOnline` = 1 and `Colors` is not null and `Colors` != ''
      4.09msdecoredivertidam_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.18msdecoredivertidam_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)
      790μsdecoredivertidam_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
      510μ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
      650μ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
      490μ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)
      560μ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
      510μ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
      510μ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
      890μ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
      660μ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
      760μ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
      490μ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
      440μ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
      480μ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
      440μ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
      470μ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
      430μ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
      470μ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
      430μ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
      480μ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
      440μ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)
      740μsdecoredivertidam_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
      520μ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
      760μ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
      580μ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
      510μ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
      420μ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
      500μ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.23msdecoredivertidam_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
      710μ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` = '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
      4.11msdecoredivertidam_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.47msdecoredivertidam_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
      610μ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
      650μ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
      1.09msdecoredivertidam_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.47msdecoredivertidam_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.77msdecoredivertidam_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
      560μ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
      780μ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` = 'F3F0C6C7115AECFA78FE3D7E79ACB1DB' limit 1
      980μ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
      4.59msdecoredivertidam_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.58msdecoredivertidam_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
      570μ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
      520μ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
      560μ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
      950μ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.55msdecoredivertidam_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.59msdecoredivertidam_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
      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
      720μ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
      520μ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.02msdecoredivertidam_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
      1.1msdecoredivertidam_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
      4.63msdecoredivertidam_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
      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
      860μ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
      560μ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.06msdecoredivertidam_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.76msdecoredivertidam_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
      2msdecoredivertidam_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
      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
      660μ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
      500μ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.02msdecoredivertidam_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
      4.67msdecoredivertidam_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
      2.5msdecoredivertidam_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
      600μ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
      500μ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.01msdecoredivertidam_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
      3msdecoredivertidam_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
      3.69msdecoredivertidam_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
      630μ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
      710μ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
      700μ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.2msdecoredivertidam_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
      10.09msdecoredivertidam_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.2msdecoredivertidam_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
      490μ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
      2.17msdecoredivertidam_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` = '71F6A47CE2D11064C8FC1126A51626A8' limit 1
      4.15msdecoredivertidam_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
      3.57msdecoredivertidam_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
      10.6msdecoredivertidam_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
      540μ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
      480μ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` = 'C4923BC82EBEDB96F575B38C3E820561' limit 1
      1.01msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: C4923BC82EBEDB96F575B38C3E820561
      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` = 'C4923BC82EBEDB96F575B38C3E820561' and `AttachmentType` = '1' limit 1
      3.32msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'C4923BC82EBEDB96F575B38C3E820561' limit 1
      4.15msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      610μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      600μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      470μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '16F1705AADD8FE3F67E92CA72CBA20FC' limit 1
      990μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '16F1705AADD8FE3F67E92CA72CBA20FC' and `AttachmentType` = '1' limit 1
      2.82msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '16F1705AADD8FE3F67E92CA72CBA20FC' limit 1
      1.16msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      520μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      690μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      530μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '8D0B75E31A59E87ED1314C54305221CD' limit 1
      950μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '8D0B75E31A59E87ED1314C54305221CD' and `AttachmentType` = '1' limit 1
      4.14msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '8D0B75E31A59E87ED1314C54305221CD' limit 1
      3.24msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      460μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      770μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      490μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '5AF085ED908BAAC112C1FC27228210B3' limit 1
      1.01msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '5AF085ED908BAAC112C1FC27228210B3' and `AttachmentType` = '1' limit 1
      4.5msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '5AF085ED908BAAC112C1FC27228210B3' limit 1
      2.46msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'JUST ADD LOVE' and `db_brands`.`Brand` is not null limit 1
      620μ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
      470μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '4F39DEB2729F44442CF9D3A98EB821C8' limit 1
      1.06msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '4F39DEB2729F44442CF9D3A98EB821C8' and `AttachmentType` = '1' limit 1
      1.17msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '4F39DEB2729F44442CF9D3A98EB821C8' limit 1
      2.59msdecoredivertidam_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
      810μsdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'E87E8FDCE5D9749EB83AB4BCB0389A99' limit 1
      480μsdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' limit 1
      850μsdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' and `AttachmentType` = '1' limit 1
      2.32msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'F67D1E030D2B8B22F454267BF5CDDCA9' limit 1
      5.23msdecoredivertidam_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 `dw_configurations`
      1.25msdecoredivertidam_ecommerce
    App\Models\DbSubfamily
    104
    App\Models\DwConfiguration
    44
    App\Models\DbArticle
    32
    App\Models\DbFamily
    28
    App\Models\DbAttachment
    16
    App\Models\DbStock
    16
    App\Models\DbBrand
    16
        _token
        a4zESsKkXqavnBL9vQuEHR08oI0Pz52kDpa8LHiN
        flasher::envelopes
        []
        _previous
        array:1 [ "url" => "https://decoredivertidamente.com/site/public/list/Utensilios/Stencil?itemsPerP...
        _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:1 [ "itemsPerPage" => "16" ]
        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 => "Sun, 13 Apr 2025 16:48:52 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJ6ajNEK0p4Z1dVVEV4YUxMRDhjRnc9PSIsInZhbHVlIjoiNlloanBKSDBHOFRwN2NuTGRpbWdrME4zTUR5N3dKOFBQckdDZWpFU1IxNjl3Y1JDa0hFOTZCYS9VdnMxOWk5ZlA3Z05vL1FPSXZpdEZLWXRSeFhIVTE4Tzl6NDdNb2ZONkJCQzUwWW5LS0hVYmdBWkJTWTM0cUFMVE9HVlhlY0MiLCJtYWMiOiIyYjIwNjcwMTIyNWU4ZTg1ZWYzMTRjMWI3N2E4M2YzYmUxZmExNzg2MTg1ZDkxN2FiOGZiM2ExZjk4ODM0ZGU3IiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 18:48:53 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlJ6ajNEK0p4Z1dVVEV4YUxMRDhjRnc9PSIsInZhbHVlIjoiNlloanBKSDBHOFRwN2NuTGRpbWdrME4zTUR5N3dKOFBQckdDZWpFU1IxNjl3Y1JDa0hFOTZCYS9VdnMxOWk5ZlA3Z05vL" 1 => "decoredivertidamente_session=eyJpdiI6IldzRVVyRDEzWTJBNDliUGtBekdhaEE9PSIsInZhbHVlIjoiL3lOcERJNVFVU2hBRU0vZnNRR3daVmlEWFN1blNSc05kU2htdTBqUEJHazd5cU5yUVhQNWlZWkZZWGpTMW5QQ3hqRWpFYmp6LzRreVBFVG5OWnFRcjNNOSt6bzg3RktpZ3F3RkVzcFB6UXdYclowMi8xb3MwTXBWcFNUeWp5dU0iLCJtYWMiOiJhOTFlZTg1NWE5ZmU3MTk1MjIwYWUzYTJhOWIyOWJkZjhiNmFkYjI2N2IyMGQxOTZkMjRkYjkxYjJiMGQ1YjZiIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 18:48:53 GMT; Max-Age=7200; path=/; httponly; samesite=laxdecoredivertidamente_session=eyJpdiI6IldzRVVyRDEzWTJBNDliUGtBekdhaEE9PSIsInZhbHVlIjoiL3lOcERJNVFVU2hBRU0vZnNRR3daVmlEWFN1blNSc05kU2htdTBqUEJHazd5cU5yUVhQNWlZWkZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJ6ajNEK0p4Z1dVVEV4YUxMRDhjRnc9PSIsInZhbHVlIjoiNlloanBKSDBHOFRwN2NuTGRpbWdrME4zTUR5N3dKOFBQckdDZWpFU1IxNjl3Y1JDa0hFOTZCYS9VdnMxOWk5ZlA3Z05vL1FPSXZpdEZLWXRSeFhIVTE4Tzl6NDdNb2ZONkJCQzUwWW5LS0hVYmdBWkJTWTM0cUFMVE9HVlhlY0MiLCJtYWMiOiIyYjIwNjcwMTIyNWU4ZTg1ZWYzMTRjMWI3N2E4M2YzYmUxZmExNzg2MTg1ZDkxN2FiOGZiM2ExZjk4ODM0ZGU3IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 18:48:53 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlJ6ajNEK0p4Z1dVVEV4YUxMRDhjRnc9PSIsInZhbHVlIjoiNlloanBKSDBHOFRwN2NuTGRpbWdrME4zTUR5N3dKOFBQckdDZWpFU1IxNjl3Y1JDa0hFOTZCYS9VdnMxOWk5ZlA3Z05vL" 1 => "decoredivertidamente_session=eyJpdiI6IldzRVVyRDEzWTJBNDliUGtBekdhaEE9PSIsInZhbHVlIjoiL3lOcERJNVFVU2hBRU0vZnNRR3daVmlEWFN1blNSc05kU2htdTBqUEJHazd5cU5yUVhQNWlZWkZZWGpTMW5QQ3hqRWpFYmp6LzRreVBFVG5OWnFRcjNNOSt6bzg3RktpZ3F3RkVzcFB6UXdYclowMi8xb3MwTXBWcFNUeWp5dU0iLCJtYWMiOiJhOTFlZTg1NWE5ZmU3MTk1MjIwYWUzYTJhOWIyOWJkZjhiNmFkYjI2N2IyMGQxOTZkMjRkYjkxYjJiMGQ1YjZiIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 18:48:53 GMT; path=/; httponlydecoredivertidamente_session=eyJpdiI6IldzRVVyRDEzWTJBNDliUGtBekdhaEE9PSIsInZhbHVlIjoiL3lOcERJNVFVU2hBRU0vZnNRR3daVmlEWFN1blNSc05kU2htdTBqUEJHazd5cU5yUVhQNWlZWkZ" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "a4zESsKkXqavnBL9vQuEHR08oI0Pz52kDpa8LHiN" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://decoredivertidamente.com/site/public/list/Utensilios/Stencil?itemsPerPage=16" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]