Encontramos 29 artigos para si!

8.3.17PHP Version3.49sRequest Duration77MBMemory UsageGET list/{family}/{subfamily}Route
  • warninglog[00:09:04] LOG.warning: Creation of dynamic property App\View\Components\Navbar::$userId is deprecat...
  • warninglog[00:09:04] LOG.warning: Creation of dynamic property App\View\Components\Navbar2::$userId is depreca...
  • Booting (157ms)time
  • Application (3.33s)time
  • 1 x Application (95.5%)
    3.33s
    1 x Booting (4.5%)
    157ms
    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 duplicated679ms
    • # 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
      16msdecoredivertidam_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` = 'Bicos de Pasteleiro' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' limit 1
      2.01msdecoredivertidam_ecommerceArticlesListController.php#477
      Bindings
      • 0: Bicos de Pasteleiro
      • 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` = 'C07A17CD2CA4E479CE48D4DA68F00218' and `AvailableOnline` = 1
      20.79msdecoredivertidam_ecommerceArticlesListController.php#483
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: C07A17CD2CA4E479CE48D4DA68F00218
      • 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` = 'C07A17CD2CA4E479CE48D4DA68F00218' and `AvailableOnline` = 1
      7.21msdecoredivertidam_ecommerceArticlesListController.php#488
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: C07A17CD2CA4E479CE48D4DA68F00218
      • 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` = 'C07A17CD2CA4E479CE48D4DA68F00218' and `AvailableOnline` = 1 and `SalePrice_1` between '1.3700' and '5.7100' order by `Description` asc
      41.69msdecoredivertidam_ecommerceArticlesListController.php#637
      Bindings
      • 0: A0E2DE0AC6938FE5F5B29BAF570E8A7E
      • 1: C07A17CD2CA4E479CE48D4DA68F00218
      • 2: 1
      • 3: 1.3700
      • 4: 5.7100
      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 ('4EB17301220C2A1A44E47DBDCC407525', '4247DC0FB282F5B5B03C23C9EFC767FD', '67B2550B7D4D7E11DDC2A0B4BF3858F2', '346D4452D682250A2FE10F35EB32785E', '64239D3E5B58B6A19CBD474D8B3C11B3', '677AD073D5EF4A2C786CE34AB5F0E2EF', 'A4E97AC9C3598BA31609212D4A29C327', 'D5EAD5BCA9FAB3B940AC472763CA96A0', 'E5387A964CCB2A4A2B3419FA8ADCE165', 'A15F37FC8B7F0FFA0024182114DB1CF3', 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E', '92AA5202DCFE06D2C1FB9645644DBF21', '51F594A70D69ABCC04CF931689CC224F', '6F15BD24F6943BA3F10EB41936C49D6C', '3266E77F8EEB75F57B8EC72EE9AEEDDC', '7AEBE632D0750BE5A488FFC5F842AA3B', 'F52D9B7AA5D8CAEFF37A8310CE117D27', 'EAABFF8D9D612166276768C698DF2B47', 'AF1F39AE1086EAD5B57BA3A0B170E497', 'D38B234BE236F0FA6A203D40CCA45EDD', 'E2BB8105AB9BB2076B0B1BCADFBA1359', '86AE5D03606E48CA0EFE730F45B1013F', '23D7146F7E2B4C0EC32A9E0DC8307AD7', '1AC02D750EC5D737F8F17C95562DF667', '25C3668F88FA83F305BAF18C1B7996FB', '7888D83CF6DE33FAB293ED32CBF03FA3', '7C5046C531A8EBD4322039B856E80DDB', '7848C20998A181C65B519C4ECE05ACF2', 'DF8B4260CF08BBE70C72371B2FECC511') and `MainArticle` = 1
      17.9msdecoredivertidam_ecommerceArticlesListController.php#642
      Bindings
      • 0: 4EB17301220C2A1A44E47DBDCC407525
      • 1: 4247DC0FB282F5B5B03C23C9EFC767FD
      • 2: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      • 3: 346D4452D682250A2FE10F35EB32785E
      • 4: 64239D3E5B58B6A19CBD474D8B3C11B3
      • 5: 677AD073D5EF4A2C786CE34AB5F0E2EF
      • 6: A4E97AC9C3598BA31609212D4A29C327
      • 7: D5EAD5BCA9FAB3B940AC472763CA96A0
      • 8: E5387A964CCB2A4A2B3419FA8ADCE165
      • 9: A15F37FC8B7F0FFA0024182114DB1CF3
      • 10: AAF8C6DFD44A7FEF00C9F1DF5E15C67E
      • 11: 92AA5202DCFE06D2C1FB9645644DBF21
      • 12: 51F594A70D69ABCC04CF931689CC224F
      • 13: 6F15BD24F6943BA3F10EB41936C49D6C
      • 14: 3266E77F8EEB75F57B8EC72EE9AEEDDC
      • 15: 7AEBE632D0750BE5A488FFC5F842AA3B
      • 16: F52D9B7AA5D8CAEFF37A8310CE117D27
      • 17: EAABFF8D9D612166276768C698DF2B47
      • 18: AF1F39AE1086EAD5B57BA3A0B170E497
      • 19: D38B234BE236F0FA6A203D40CCA45EDD
      • 20: E2BB8105AB9BB2076B0B1BCADFBA1359
      • 21: 86AE5D03606E48CA0EFE730F45B1013F
      • 22: 23D7146F7E2B4C0EC32A9E0DC8307AD7
      • 23: 1AC02D750EC5D737F8F17C95562DF667
      • 24: 25C3668F88FA83F305BAF18C1B7996FB
      • 25: 7888D83CF6DE33FAB293ED32CBF03FA3
      • 26: 7C5046C531A8EBD4322039B856E80DDB
      • 27: 7848C20998A181C65B519C4ECE05ACF2
      • 28: DF8B4260CF08BBE70C72371B2FECC511
      • 29: 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 ('86AE5D03606E48CA0EFE730F45B1013F', '7888D83CF6DE33FAB293ED32CBF03FA3', '7C5046C531A8EBD4322039B856E80DDB', 'D5EAD5BCA9FAB3B940AC472763CA96A0', 'DF8B4260CF08BBE70C72371B2FECC511', '67B2550B7D4D7E11DDC2A0B4BF3858F2', '64239D3E5B58B6A19CBD474D8B3C11B3', '6F15BD24F6943BA3F10EB41936C49D6C', '1AC02D750EC5D737F8F17C95562DF667', 'E5387A964CCB2A4A2B3419FA8ADCE165', '346D4452D682250A2FE10F35EB32785E', '4247DC0FB282F5B5B03C23C9EFC767FD', 'A4E97AC9C3598BA31609212D4A29C327', 'A15F37FC8B7F0FFA0024182114DB1CF3', '92AA5202DCFE06D2C1FB9645644DBF21', '23D7146F7E2B4C0EC32A9E0DC8307AD7', 'AF1F39AE1086EAD5B57BA3A0B170E497', '3266E77F8EEB75F57B8EC72EE9AEEDDC', '4EB17301220C2A1A44E47DBDCC407525', '7AEBE632D0750BE5A488FFC5F842AA3B', 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E', 'E2BB8105AB9BB2076B0B1BCADFBA1359', 'F52D9B7AA5D8CAEFF37A8310CE117D27', '25C3668F88FA83F305BAF18C1B7996FB', 'D38B234BE236F0FA6A203D40CCA45EDD', '677AD073D5EF4A2C786CE34AB5F0E2EF', '51F594A70D69ABCC04CF931689CC224F', '7848C20998A181C65B519C4ECE05ACF2', 'EAABFF8D9D612166276768C698DF2B47')
      2.98msdecoredivertidam_ecommerceArticlesListController.php#711
      Bindings
      • 0: 86AE5D03606E48CA0EFE730F45B1013F
      • 1: 7888D83CF6DE33FAB293ED32CBF03FA3
      • 2: 7C5046C531A8EBD4322039B856E80DDB
      • 3: D5EAD5BCA9FAB3B940AC472763CA96A0
      • 4: DF8B4260CF08BBE70C72371B2FECC511
      • 5: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      • 6: 64239D3E5B58B6A19CBD474D8B3C11B3
      • 7: 6F15BD24F6943BA3F10EB41936C49D6C
      • 8: 1AC02D750EC5D737F8F17C95562DF667
      • 9: E5387A964CCB2A4A2B3419FA8ADCE165
      • 10: 346D4452D682250A2FE10F35EB32785E
      • 11: 4247DC0FB282F5B5B03C23C9EFC767FD
      • 12: A4E97AC9C3598BA31609212D4A29C327
      • 13: A15F37FC8B7F0FFA0024182114DB1CF3
      • 14: 92AA5202DCFE06D2C1FB9645644DBF21
      • 15: 23D7146F7E2B4C0EC32A9E0DC8307AD7
      • 16: AF1F39AE1086EAD5B57BA3A0B170E497
      • 17: 3266E77F8EEB75F57B8EC72EE9AEEDDC
      • 18: 4EB17301220C2A1A44E47DBDCC407525
      • 19: 7AEBE632D0750BE5A488FFC5F842AA3B
      • 20: AAF8C6DFD44A7FEF00C9F1DF5E15C67E
      • 21: E2BB8105AB9BB2076B0B1BCADFBA1359
      • 22: F52D9B7AA5D8CAEFF37A8310CE117D27
      • 23: 25C3668F88FA83F305BAF18C1B7996FB
      • 24: D38B234BE236F0FA6A203D40CCA45EDD
      • 25: 677AD073D5EF4A2C786CE34AB5F0E2EF
      • 26: 51F594A70D69ABCC04CF931689CC224F
      • 27: 7848C20998A181C65B519C4ECE05ACF2
      • 28: EAABFF8D9D612166276768C698DF2B47
      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 ('86AE5D03606E48CA0EFE730F45B1013F', '7888D83CF6DE33FAB293ED32CBF03FA3', '7C5046C531A8EBD4322039B856E80DDB', 'D5EAD5BCA9FAB3B940AC472763CA96A0', 'DF8B4260CF08BBE70C72371B2FECC511', '67B2550B7D4D7E11DDC2A0B4BF3858F2', '64239D3E5B58B6A19CBD474D8B3C11B3', '6F15BD24F6943BA3F10EB41936C49D6C', '1AC02D750EC5D737F8F17C95562DF667', 'E5387A964CCB2A4A2B3419FA8ADCE165', '346D4452D682250A2FE10F35EB32785E', '4247DC0FB282F5B5B03C23C9EFC767FD', 'A4E97AC9C3598BA31609212D4A29C327', 'A15F37FC8B7F0FFA0024182114DB1CF3', '92AA5202DCFE06D2C1FB9645644DBF21', '23D7146F7E2B4C0EC32A9E0DC8307AD7', 'AF1F39AE1086EAD5B57BA3A0B170E497', '3266E77F8EEB75F57B8EC72EE9AEEDDC', '4EB17301220C2A1A44E47DBDCC407525', '7AEBE632D0750BE5A488FFC5F842AA3B', 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E', 'E2BB8105AB9BB2076B0B1BCADFBA1359', 'F52D9B7AA5D8CAEFF37A8310CE117D27', '25C3668F88FA83F305BAF18C1B7996FB', 'D38B234BE236F0FA6A203D40CCA45EDD', '677AD073D5EF4A2C786CE34AB5F0E2EF', '51F594A70D69ABCC04CF931689CC224F', '7848C20998A181C65B519C4ECE05ACF2', 'EAABFF8D9D612166276768C698DF2B47') order by `Description` asc limit 16 offset 0
      8.47msdecoredivertidam_ecommerceArticlesListController.php#711
      Bindings
      • 0: 86AE5D03606E48CA0EFE730F45B1013F
      • 1: 7888D83CF6DE33FAB293ED32CBF03FA3
      • 2: 7C5046C531A8EBD4322039B856E80DDB
      • 3: D5EAD5BCA9FAB3B940AC472763CA96A0
      • 4: DF8B4260CF08BBE70C72371B2FECC511
      • 5: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      • 6: 64239D3E5B58B6A19CBD474D8B3C11B3
      • 7: 6F15BD24F6943BA3F10EB41936C49D6C
      • 8: 1AC02D750EC5D737F8F17C95562DF667
      • 9: E5387A964CCB2A4A2B3419FA8ADCE165
      • 10: 346D4452D682250A2FE10F35EB32785E
      • 11: 4247DC0FB282F5B5B03C23C9EFC767FD
      • 12: A4E97AC9C3598BA31609212D4A29C327
      • 13: A15F37FC8B7F0FFA0024182114DB1CF3
      • 14: 92AA5202DCFE06D2C1FB9645644DBF21
      • 15: 23D7146F7E2B4C0EC32A9E0DC8307AD7
      • 16: AF1F39AE1086EAD5B57BA3A0B170E497
      • 17: 3266E77F8EEB75F57B8EC72EE9AEEDDC
      • 18: 4EB17301220C2A1A44E47DBDCC407525
      • 19: 7AEBE632D0750BE5A488FFC5F842AA3B
      • 20: AAF8C6DFD44A7FEF00C9F1DF5E15C67E
      • 21: E2BB8105AB9BB2076B0B1BCADFBA1359
      • 22: F52D9B7AA5D8CAEFF37A8310CE117D27
      • 23: 25C3668F88FA83F305BAF18C1B7996FB
      • 24: D38B234BE236F0FA6A203D40CCA45EDD
      • 25: 677AD073D5EF4A2C786CE34AB5F0E2EF
      • 26: 51F594A70D69ABCC04CF931689CC224F
      • 27: 7848C20998A181C65B519C4ECE05ACF2
      • 28: EAABFF8D9D612166276768C698DF2B47
      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
      1.66msdecoredivertidam_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')
      13.54msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' and `FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `AvailableOnline` = 1 and `Colors` is not null and `Colors` != ''
      7.53msdecoredivertidam_ecommerceArticlesListController.php#755
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      • 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` = 'C07A17CD2CA4E479CE48D4DA68F00218' 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
      2.31msdecoredivertidam_ecommerceArticlesListController.php#770
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      • 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.15msdecoredivertidam_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
      880μ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
      950μ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
      740μ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)
      820μ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
      1.03msdecoredivertidam_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
      1.03msdecoredivertidam_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
      550μ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
      10.77msdecoredivertidam_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
      1.05msdecoredivertidam_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
      2.27msdecoredivertidam_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
      650μ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
      2.85msdecoredivertidam_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
      910μ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
      4.83msdecoredivertidam_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
      4.43msdecoredivertidam_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
      990μ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
      890μ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
      890μ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.01msdecoredivertidam_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
      6.11msdecoredivertidam_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
      1.48msdecoredivertidam_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
      1.36msdecoredivertidam_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
      3.92msdecoredivertidam_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
      1.36msdecoredivertidam_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
      7.36msdecoredivertidam_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
      2.3msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      2.28msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '4EB17301220C2A1A44E47DBDCC407525' limit 1
      6.4msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 4EB17301220C2A1A44E47DBDCC407525
      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` = '4EB17301220C2A1A44E47DBDCC407525' and `AttachmentType` = '1' limit 1
      10.07msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 4EB17301220C2A1A44E47DBDCC407525
      • 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` = '4EB17301220C2A1A44E47DBDCC407525' limit 1
      6.17msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 4EB17301220C2A1A44E47DBDCC407525
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.35msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.24msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      1.93msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '4247DC0FB282F5B5B03C23C9EFC767FD' limit 1
      2.85msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 4247DC0FB282F5B5B03C23C9EFC767FD
      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` = '4247DC0FB282F5B5B03C23C9EFC767FD' and `AttachmentType` = '1' limit 1
      3.82msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 4247DC0FB282F5B5B03C23C9EFC767FD
      • 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` = '4247DC0FB282F5B5B03C23C9EFC767FD' limit 1
      11.12msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 4247DC0FB282F5B5B03C23C9EFC767FD
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      4.45msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.48msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      1.2msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '67B2550B7D4D7E11DDC2A0B4BF3858F2' limit 1
      4.67msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      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` = '67B2550B7D4D7E11DDC2A0B4BF3858F2' and `AttachmentType` = '1' limit 1
      11.15msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      • 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` = '67B2550B7D4D7E11DDC2A0B4BF3858F2' limit 1
      16.17msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 67B2550B7D4D7E11DDC2A0B4BF3858F2
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.52msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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
      7.45msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      6.87msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '346D4452D682250A2FE10F35EB32785E' limit 1
      4.99msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 346D4452D682250A2FE10F35EB32785E
      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` = '346D4452D682250A2FE10F35EB32785E' and `AttachmentType` = '1' limit 1
      7.66msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 346D4452D682250A2FE10F35EB32785E
      • 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` = '346D4452D682250A2FE10F35EB32785E' limit 1
      4.47msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 346D4452D682250A2FE10F35EB32785E
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      8.63msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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
      5.53msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      10.09msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '64239D3E5B58B6A19CBD474D8B3C11B3' limit 1
      2.54msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 64239D3E5B58B6A19CBD474D8B3C11B3
      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` = '64239D3E5B58B6A19CBD474D8B3C11B3' and `AttachmentType` = '1' limit 1
      10.2msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 64239D3E5B58B6A19CBD474D8B3C11B3
      • 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` = '64239D3E5B58B6A19CBD474D8B3C11B3' limit 1
      11.41msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 64239D3E5B58B6A19CBD474D8B3C11B3
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      6.98msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.31msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      1.1msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = '677AD073D5EF4A2C786CE34AB5F0E2EF' limit 1
      2.68msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: 677AD073D5EF4A2C786CE34AB5F0E2EF
      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` = '677AD073D5EF4A2C786CE34AB5F0E2EF' and `AttachmentType` = '1' limit 1
      10.01msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: 677AD073D5EF4A2C786CE34AB5F0E2EF
      • 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` = '677AD073D5EF4A2C786CE34AB5F0E2EF' limit 1
      6.46msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: 677AD073D5EF4A2C786CE34AB5F0E2EF
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.65msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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
      3.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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      7.75msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = 'A4E97AC9C3598BA31609212D4A29C327' limit 1
      9.01msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: A4E97AC9C3598BA31609212D4A29C327
      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` = 'A4E97AC9C3598BA31609212D4A29C327' and `AttachmentType` = '1' limit 1
      9.45msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: A4E97AC9C3598BA31609212D4A29C327
      • 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` = 'A4E97AC9C3598BA31609212D4A29C327' limit 1
      14.69msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: A4E97AC9C3598BA31609212D4A29C327
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.17msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.13msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      940μsdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = 'D5EAD5BCA9FAB3B940AC472763CA96A0' limit 1
      1.76msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: D5EAD5BCA9FAB3B940AC472763CA96A0
      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` = 'D5EAD5BCA9FAB3B940AC472763CA96A0' and `AttachmentType` = '1' limit 1
      7.62msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: D5EAD5BCA9FAB3B940AC472763CA96A0
      • 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` = 'D5EAD5BCA9FAB3B940AC472763CA96A0' limit 1
      9.79msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: D5EAD5BCA9FAB3B940AC472763CA96A0
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      780μsdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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
      890μ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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      1.2msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = 'E5387A964CCB2A4A2B3419FA8ADCE165' limit 1
      3.49msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: E5387A964CCB2A4A2B3419FA8ADCE165
      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` = 'E5387A964CCB2A4A2B3419FA8ADCE165' and `AttachmentType` = '1' limit 1
      2.53msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: E5387A964CCB2A4A2B3419FA8ADCE165
      • 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` = 'E5387A964CCB2A4A2B3419FA8ADCE165' limit 1
      15.36msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: E5387A964CCB2A4A2B3419FA8ADCE165
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      2.48msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.37msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      3.78msdecoredivertidam_ecommercelist.blade.php#231
      Bindings
      • 0: C07A17CD2CA4E479CE48D4DA68F00218
      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` = 'A15F37FC8B7F0FFA0024182114DB1CF3' limit 1
      4.73msdecoredivertidam_ecommerceQuickViewModal.php#16
      Bindings
      • 0: A15F37FC8B7F0FFA0024182114DB1CF3
      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` = 'A15F37FC8B7F0FFA0024182114DB1CF3' and `AttachmentType` = '1' limit 1
      3.64msdecoredivertidam_ecommerceQuickViewModal.php#20
      Bindings
      • 0: articles
      • 1: A15F37FC8B7F0FFA0024182114DB1CF3
      • 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` = 'A15F37FC8B7F0FFA0024182114DB1CF3' limit 1
      10.07msdecoredivertidam_ecommercequickViewModal.blade.php#27
      Bindings
      • 0: A15F37FC8B7F0FFA0024182114DB1CF3
      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` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      4.26msdecoredivertidam_ecommercequickViewModal.blade.php#74
      Bindings
      • 0: WILTON
      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.78msdecoredivertidam_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` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      2.15msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E' limit 1
      4.54msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E' and `AttachmentType` = '1' limit 1
      8.63msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = 'AAF8C6DFD44A7FEF00C9F1DF5E15C67E' limit 1
      12.79msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.73msdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      7.49msdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      4.14msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '92AA5202DCFE06D2C1FB9645644DBF21' limit 1
      3.56msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '92AA5202DCFE06D2C1FB9645644DBF21' and `AttachmentType` = '1' limit 1
      2.27msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '92AA5202DCFE06D2C1FB9645644DBF21' limit 1
      7.74msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      990μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      3.77msdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      3.16msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '51F594A70D69ABCC04CF931689CC224F' limit 1
      3.44msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '51F594A70D69ABCC04CF931689CC224F' and `AttachmentType` = '1' limit 1
      3.78msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '51F594A70D69ABCC04CF931689CC224F' limit 1
      4.96msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      2.99msdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      5.47msdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      1.01msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '6F15BD24F6943BA3F10EB41936C49D6C' limit 1
      2.04msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '6F15BD24F6943BA3F10EB41936C49D6C' and `AttachmentType` = '1' limit 1
      9.34msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '6F15BD24F6943BA3F10EB41936C49D6C' limit 1
      6.69msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      1.76msdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      1.6msdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      3.1msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '3266E77F8EEB75F57B8EC72EE9AEEDDC' limit 1
      1.96msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '3266E77F8EEB75F57B8EC72EE9AEEDDC' and `AttachmentType` = '1' limit 1
      1.65msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '3266E77F8EEB75F57B8EC72EE9AEEDDC' limit 1
      2.39msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      730μsdecoredivertidam_ecommerce
    • select * from `db_families` where `db_families`.`FamilyId` = 'A0E2DE0AC6938FE5F5B29BAF570E8A7E' and `db_families`.`FamilyId` is not null limit 1
      1.22msdecoredivertidam_ecommerce
    • select * from `db_subfamilies` where `db_subfamilies`.`SubFamilyId` = 'C07A17CD2CA4E479CE48D4DA68F00218' limit 1
      5.98msdecoredivertidam_ecommerce
    • select * from `db_articles` where `db_articles`.`ArticleId` = '7AEBE632D0750BE5A488FFC5F842AA3B' limit 1
      8.75msdecoredivertidam_ecommerce
    • select * from `db_attachments` where `Section` = 'articles' and `RecordId` = '7AEBE632D0750BE5A488FFC5F842AA3B' and `AttachmentType` = '1' limit 1
      4.59msdecoredivertidam_ecommerce
    • select * from `db_stocks` where `db_stocks`.`ArticleId` = '7AEBE632D0750BE5A488FFC5F842AA3B' limit 1
      6.95msdecoredivertidam_ecommerce
    • select * from `db_brands` where `db_brands`.`Brand` = 'WILTON' and `db_brands`.`Brand` is not null limit 1
      6.52msdecoredivertidam_ecommerce
    • select * from `dw_configurations`
      1.52msdecoredivertidam_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
        eJU3ByByUFbfTj11e59816dHaPoBR0mEtAMHgy3D
        flasher::envelopes
        []
        _previous
        array:1 [ "url" => "https://decoredivertidamente.com/list/Utensilios/Bicos%20de%20Pasteleiro?items...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /list/Utensilios/Bicos%20de%20Pasteleiro
        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 => "Mon, 07 Apr 2025 00:09:04 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikpra0dpdUI0T1B2amM4SnlTWTI0SHc9PSIsInZhbHVlIjoiS01MSnZ4NkM0RWpTUUVJTHpzSW5mT0YvaFoyQXM5S1hkS0RCZHNEYnV1d2RoM0ZGb1VwRnRvRGZGMWFjdnNaWmJjaXZoQ0NkMnlqUzFBS3htQWtSRkUrazJkNy82U2dETitZa2Z4RTRsNzRVYVk3T2dEcnpSZFIxNG9nNk1tY20iLCJtYWMiOiJmM2ZiYWU1YjI2NjdhMjE5YTRhOTU0NTE0NTY4NTIwNWFhOTE0MzBiMmRjZWFkZTI0NmUyZDAwM2Q5ZmE3NjA5IiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 02:09:07 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikpra0dpdUI0T1B2amM4SnlTWTI0SHc9PSIsInZhbHVlIjoiS01MSnZ4NkM0RWpTUUVJTHpzSW5mT0YvaFoyQXM5S1hkS0RCZHNEYnV1d2RoM0ZGb1VwRnRvRGZGMWFjdnNaWmJjaXZoQ" 1 => "decoredivertidamente_session=eyJpdiI6IlNKNkR0RWdEOWkrSmJVM2Q5cTJWNlE9PSIsInZhbHVlIjoiRWlnRXA0Tk5oaGdNdEFJT2ovR3FFRHgzdTd4amtIN0Via1BKbDRDRGtBVDIrdDlRb1l5V2I1TWQ3TW52REMwVVJQMmF3TjJqMHZISXIvTHZCakdOWlBaZTdRSkJpSkNPaXp1ai9rY2F4ZkNWMDlyS0ZTY1dTZEZsaDNhR3V2ZXEiLCJtYWMiOiI0YjIwZDcwZjdiMDRlOTRjNjQyYzE5MGQ1NTdjM2Q2OTlmMTlmZWFkNGJjMDc0ZWQwMTkzYWMwODBlZjQyZjNhIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 02:09:07 GMT; Max-Age=7200; path=/; httponly; samesite=laxdecoredivertidamente_session=eyJpdiI6IlNKNkR0RWdEOWkrSmJVM2Q5cTJWNlE9PSIsInZhbHVlIjoiRWlnRXA0Tk5oaGdNdEFJT2ovR3FFRHgzdTd4amtIN0Via1BKbDRDRGtBVDIrdDlRb1l5V2I1TWQ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikpra0dpdUI0T1B2amM4SnlTWTI0SHc9PSIsInZhbHVlIjoiS01MSnZ4NkM0RWpTUUVJTHpzSW5mT0YvaFoyQXM5S1hkS0RCZHNEYnV1d2RoM0ZGb1VwRnRvRGZGMWFjdnNaWmJjaXZoQ0NkMnlqUzFBS3htQWtSRkUrazJkNy82U2dETitZa2Z4RTRsNzRVYVk3T2dEcnpSZFIxNG9nNk1tY20iLCJtYWMiOiJmM2ZiYWU1YjI2NjdhMjE5YTRhOTU0NTE0NTY4NTIwNWFhOTE0MzBiMmRjZWFkZTI0NmUyZDAwM2Q5ZmE3NjA5IiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 02:09:07 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikpra0dpdUI0T1B2amM4SnlTWTI0SHc9PSIsInZhbHVlIjoiS01MSnZ4NkM0RWpTUUVJTHpzSW5mT0YvaFoyQXM5S1hkS0RCZHNEYnV1d2RoM0ZGb1VwRnRvRGZGMWFjdnNaWmJjaXZoQ" 1 => "decoredivertidamente_session=eyJpdiI6IlNKNkR0RWdEOWkrSmJVM2Q5cTJWNlE9PSIsInZhbHVlIjoiRWlnRXA0Tk5oaGdNdEFJT2ovR3FFRHgzdTd4amtIN0Via1BKbDRDRGtBVDIrdDlRb1l5V2I1TWQ3TW52REMwVVJQMmF3TjJqMHZISXIvTHZCakdOWlBaZTdRSkJpSkNPaXp1ai9rY2F4ZkNWMDlyS0ZTY1dTZEZsaDNhR3V2ZXEiLCJtYWMiOiI0YjIwZDcwZjdiMDRlOTRjNjQyYzE5MGQ1NTdjM2Q2OTlmMTlmZWFkNGJjMDc0ZWQwMTkzYWMwODBlZjQyZjNhIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 02:09:07 GMT; path=/; httponlydecoredivertidamente_session=eyJpdiI6IlNKNkR0RWdEOWkrSmJVM2Q5cTJWNlE9PSIsInZhbHVlIjoiRWlnRXA0Tk5oaGdNdEFJT2ovR3FFRHgzdTd4amtIN0Via1BKbDRDRGtBVDIrdDlRb1l5V2I1TWQ" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "eJU3ByByUFbfTj11e59816dHaPoBR0mEtAMHgy3D" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://decoredivertidamente.com/list/Utensilios/Bicos%20de%20Pasteleiro?itemsPerPage=16" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]