Request history8.2.21PHP Version543msRequest Duration38MBMemory UsageGET tag/{tag}/thematique/{thematique}Route
    • Booting (416ms)time
    • Application (128ms)time
    • 1 x Booting (76.5%)
      416ms
      1 x Application (23.5%)
      128ms
      11 templates were rendered
      • pages.tagtag.blade.php#?blade
      • vendor.pagination.customcustom.blade.php#?blade
      • pages.profil.follow-add-scriptfollow-add-script.blade.php#?blade
      • partials.login-modallogin-modal.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      • partials.sidebarsidebar.blade.php#?blade
      • partials.headerheader.blade.php#?blade
      • __components::d3fc2d53baf113d772e8f02b5eea489dd3fc2d53baf113d772e8f02b5eea489d.blade.php#?blade
      • partials.footerfooter.blade.php#?blade
      • cookie-consent::indexindex.blade.php#?blade
      • cookie-consent::dialogContentsdialogContents.blade.php#?blade
      uri
      GET tag/{tag}/thematique/{thematique}
      middleware
      web
      controller
      App\Http\Controllers\PostController@tagThematique
      namespace
      where
      as
      tag.thematique
      file
      app/Http/Controllers/PostController.php:171-201
      41 statements were executed, 34 of which were duplicates, 7 unique. Show only duplicated57ms
      • select * from `sessions` where `id` = 'YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p' limit 1
        3.47msidimijvpreprodDatabaseSessionHandler.php#97
        Bindings
        • 0: YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 18. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 19. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • select * from `tags` where `slug` = 'prevention-des-maladies' and `status` = 1 limit 1
        1.05msidimijvpreprodPostController.php#175
        Bindings
        • 0: prevention-des-maladies
        • 1: 1
        Backtrace
        • 17. app/Http/Controllers/PostController.php:175
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • select count(*) as aggregate from `posts` where `status` = 'published' and exists (select * from `thematiques` where `posts`.`thematique_id` = `thematiques`.`id` and `slug` = 'sante-publique') and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and `slug` = 'prevention-des-maladies')
        4.96msidimijvpreprodPostController.php#185
        Bindings
        • 0: published
        • 1: sante-publique
        • 2: prevention-des-maladies
        Backtrace
        • 16. app/Http/Controllers/PostController.php:185
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • select * from `posts` where `status` = 'published' and exists (select * from `thematiques` where `posts`.`thematique_id` = `thematiques`.`id` and `slug` = 'sante-publique') and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and `slug` = 'prevention-des-maladies') order by `post_date_gmt` desc limit 12 offset 0
        1.34msidimijvpreprodPostController.php#185
        Bindings
        • 0: published
        • 1: sante-publique
        • 2: prevention-des-maladies
        Backtrace
        • 16. app/Http/Controllers/PostController.php:185
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • select * from `thematiques` where exists (select * from `posts` where `thematiques`.`id` = `posts`.`thematique_id` and `status` = 'published' and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and `slug` = 'prevention-des-maladies')) and `status` = 1
        1.13msidimijvpreprodPostController.php#197
        Bindings
        • 0: published
        • 1: prevention-des-maladies
        • 2: 1
        Backtrace
        • 15. app/Http/Controllers/PostController.php:197
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:46
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:208
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • select * from `thematiques` where `thematiques`.`id` = 6 limit 1
        820μsidimijvpreprodtag.blade.php#45
        Bindings
        • 0: 6
        Backtrace
        • 21. view::pages.tag:45
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `media` where `media`.`model_id` in (105) and `media`.`model_type` = 'App\Models\Post'
        3.43msidimijvpreprodInteractsWithMedia.php#534
        Bindings
        • 0: App\Models\Post
        Backtrace
        • 23. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:534
        • 24. vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:27
        • 25. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:256
        • 26. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:272
        • 27. vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:284
      • select * from `formats` where `formats`.`id` = 3 limit 1
        1.16msidimijvpreprodtag.blade.php#60
        Bindings
        • 0: 3
        Backtrace
        • 21. view::pages.tag:60
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `parent_id` = -1 order by `order` asc
        1.05msidimijvpreprodmenu_helpers.php#17
        Bindings
        • 0: -1
        Backtrace
        • 15. app/Helpers/menu_helpers.php:17
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (1, 2, 3, 5, 6, 7, 8) order by `order` asc
        700μsidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 20. app/Helpers/menu_helpers.php:17
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (4) order by `order` asc
        660μsidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 25. app/Helpers/menu_helpers.php:17
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 2 limit 1
        930μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 2
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 1 limit 1
        680μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 3 limit 1
        670μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 3
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 4 limit 1
        630μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 4
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 7 limit 1
        690μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 7
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 5 limit 1
        630μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 5
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 6 limit 1
        720μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 6
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `parent_id` = -1 order by `order` asc
        760μsidimijvpreprodmenu_helpers.php#17
        Bindings
        • 0: -1
        Backtrace
        • 15. app/Helpers/menu_helpers.php:17
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (1, 2, 3, 5, 6, 7, 8) order by `order` asc
        970μsidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 20. app/Helpers/menu_helpers.php:17
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (4) order by `order` asc
        1.05msidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 25. app/Helpers/menu_helpers.php:17
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 2 limit 1
        730μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 2
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 1 limit 1
        1.06msidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 3 limit 1
        690μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 3
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 4 limit 1
        650μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 4
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 7 limit 1
        650μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 7
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 5 limit 1
        620μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 5
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 6 limit 1
        560μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 6
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `parent_id` = -1 order by `order` asc
        740μsidimijvpreprodmenu_helpers.php#17
        Bindings
        • 0: -1
        Backtrace
        • 15. app/Helpers/menu_helpers.php:17
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (1, 2, 3, 5, 6, 7, 8) order by `order` asc
        760μsidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 20. app/Helpers/menu_helpers.php:17
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `menus` where `menus`.`parent_id` in (4) order by `order` asc
        610μsidimijvpreprodmenu_helpers.php#17
        Backtrace
        • 25. app/Helpers/menu_helpers.php:17
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 31. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 2 limit 1
        830μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 2
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 1 limit 1
        1.11msidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 3 limit 1
        960μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 3
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 4 limit 1
        1.54msidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 4
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 7 limit 1
        850μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 7
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 5 limit 1
        890μsidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 5
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `thematiques` where `thematiques`.`id` = 6 limit 1
        1.1msidimijvpreprodmenu_helpers.php#57
        Bindings
        • 0: 6
        Backtrace
        • 21. app/Helpers/menu_helpers.php:57
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `sessions` where `id` = 'YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p' limit 1
        3.74msidimijvpreprodDatabaseSessionHandler.php#97
        Bindings
        • 0: YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • 18. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • 19. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiZnVKU3VWVm13Z2hQSUxJWWRVNTZRZ25tZDc5TDN3blNxU0IwUDlFUyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6ODE6Imh0dHA6Ly9wcmVwcm9kLmlkaW1pamFtLmNvbS90YWcvcHJldmVudGlvbi1kZXMtbWFsYWRpZXMvdGhlbWF0aXF1ZS9zYW50ZS1wdWJsaXF1ZSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1746856215, '', '18.216.199.48', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p')
        3.2msidimijvpreprodDatabaseSessionHandler.php#158
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiZnVKU3VWVm13Z2hQSUxJWWRVNTZRZ25tZDc5TDN3blNxU0IwUDlFUyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6ODE6Imh0dHA6Ly9wcmVwcm9kLmlkaW1pamFtLmNvbS90YWcvcHJldmVudGlvbi1kZXMtbWFsYWRpZXMvdGhlbWF0aXF1ZS9zYW50ZS1wdWJsaXF1ZSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=
        • 1: 1746856215
        • 2: 
        • 3: 18.216.199.48
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p
        Backtrace
        • 10. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
        • 11. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
        • 12. vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • 13. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • 14. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • select * from `sessions` where `id` = 'YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p' limit 1
        8.21msidimijvpreprodDatabaseSessionHandler.php#97
        Bindings
        • 0: YTMFX5qYACaa96PXuotnzE1H4s117drBPcqdJF2p
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 18. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 21. vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:446
      App\Models\Menu
      24Menu.php#?
      App\Models\Thematique
      23Thematique.php#?
      App\Models\Tag
      1Tag.php#?
      App\Models\Post
      1Post.php#?
      Spatie\MediaLibrary\MediaCollections\Models\Media
      1Media.php#?
      App\Models\Format
      1Format.php#?
          _token
          fuJSuVVmwghPILIYdU56Qgnmd79L3wnSqSB0P9ES
          _previous
          array:1 [ "url" => "http://preprod.idimijam.com/tag/prevention-des-maladies/thematique/sante-publi...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /tag/prevention-des-maladies/thematique/sante-publique
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "remote-ip" => array:1 [ 0 => "18.216.199.48" ] "x-iplb-unique-id" => array:1 [ 0 => "90D9020C:E722_923BD198:0050_681EE916_EDE3:0355" ] "forwarded" => array:1 [ 0 => "for=144.217.2.12; proto=http; host=preprod.idimijam.com" ] "x-remote-proto" => array:1 [ 0 => "http" ] "x-remote-ip" => array:1 [ 0 => "144.217.2.12" ] "x-remote-port" => array:1 [ 0 => "59170" ] "x-forwarded-port" => array:1 [ 0 => "80" ] "x-varnish" => array:1 [ 0 => "896308237" ] "accept-encoding" => array:1 [ 0 => "gzip" ] "x-ae" => array:1 [ 0 => "gzip" ] "x-scheme" => array:1 [ 0 => "http" ] "x-cdn-request-id" => array:1 [ 0 => "896308236" ] "x-cdn-any-ip" => array:1 [ 0 => "46.105.204.31" ] "remote-port" => array:1 [ 0 => "16181" ] "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" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-ovhrequest-id" => array:1 [ 0 => "4a73ff617a4c350f6d7dbe920e3e2a2b" ] "x-forwarded-proto" => array:1 [ 0 => "http" ] "x-forwarded-for" => array:1 [ 0 => "18.216.199.48" ] "x-predictor" => array:1 [ 0 => "1" ] "host" => array:1 [ 0 => "preprod.idimijam.com" ] ]
          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 => "Sat, 10 May 2025 05:50:15 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklWUUJZTTEvOFlzTzZQbVVUSHoxWlE9PSIsInZhbHVlIjoiWHp4cWwxNEtMUTMrdzNNTWFUdk9Md0hCbC81cjhTT0c5b2xLK1N6ZXVYVlkwUTI4R2M4TDR6dE9qQWpnTlhLU1ZBSUFRN28zSnBleW5MSWJjbURjMmhMRVJOSExNT0VtRUVJcUFUNHM0ZjBwSGFjbmJmWEZKMlBMRzdXOVczYTkiLCJtYWMiOiI3MzFhZjI1N2NlNWI2Njg1ZmY0MTJjMjhiZTgxNTg1NGZkZDQwODY3MmMxMmYxOWFhZGU3NGNmMWY2YWI2NWM1IiwidGFnIjoiIn0%3D; expires=Sat, 10 May 2025 07:50:15 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IklWUUJZTTEvOFlzTzZQbVVUSHoxWlE9PSIsInZhbHVlIjoiWHp4cWwxNEtMUTMrdzNNTWFUdk9Md0hCbC81cjhTT0c5b2xLK1N6ZXVYVlkwUTI4R2M4TDR6dE9qQWpnTlhLU1ZBSUFRN" 1 => "idimijam_session=eyJpdiI6ImM1YmJpN210cjJpQlcvL296R3Joc2c9PSIsInZhbHVlIjoiZDJXV3M0Sm81SUpmUDNRWWRnYldvSGVEM0N6ZnBzZHB6OTI4SVlDeDUvWXlBTlBpbGFZOWQ0WUFRaVNkcHlBazgwZDM2eHJBTmh0OXVnS3dZckllSHdmbWJ0RDdhQ3BicDlUbGo2a1pBQmJTTWk1TVdUUDNEc3hXVDVYaUphNGsiLCJtYWMiOiI4YmI0NDQ1MmUyNWJkMTY2ZjM5OTU1NmI5OTdmMDAzNTk0OTBkNzI2N2ZlMjEyZDQxNzc1OTQ0Nzg5NDg4NGUyIiwidGFnIjoiIn0%3D; expires=Sat, 10 May 2025 07:50:15 GMT; Max-Age=7200; path=/; httponly; samesite=laxidimijam_session=eyJpdiI6ImM1YmJpN210cjJpQlcvL296R3Joc2c9PSIsInZhbHVlIjoiZDJXV3M0Sm81SUpmUDNRWWRnYldvSGVEM0N6ZnBzZHB6OTI4SVlDeDUvWXlBTlBpbGFZOWQ0WUFRaVNkcHlBazg" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklWUUJZTTEvOFlzTzZQbVVUSHoxWlE9PSIsInZhbHVlIjoiWHp4cWwxNEtMUTMrdzNNTWFUdk9Md0hCbC81cjhTT0c5b2xLK1N6ZXVYVlkwUTI4R2M4TDR6dE9qQWpnTlhLU1ZBSUFRN28zSnBleW5MSWJjbURjMmhMRVJOSExNT0VtRUVJcUFUNHM0ZjBwSGFjbmJmWEZKMlBMRzdXOVczYTkiLCJtYWMiOiI3MzFhZjI1N2NlNWI2Njg1ZmY0MTJjMjhiZTgxNTg1NGZkZDQwODY3MmMxMmYxOWFhZGU3NGNmMWY2YWI2NWM1IiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 07:50:15 GMT; path=/XSRF-TOKEN=eyJpdiI6IklWUUJZTTEvOFlzTzZQbVVUSHoxWlE9PSIsInZhbHVlIjoiWHp4cWwxNEtMUTMrdzNNTWFUdk9Md0hCbC81cjhTT0c5b2xLK1N6ZXVYVlkwUTI4R2M4TDR6dE9qQWpnTlhLU1ZBSUFRN" 1 => "idimijam_session=eyJpdiI6ImM1YmJpN210cjJpQlcvL296R3Joc2c9PSIsInZhbHVlIjoiZDJXV3M0Sm81SUpmUDNRWWRnYldvSGVEM0N6ZnBzZHB6OTI4SVlDeDUvWXlBTlBpbGFZOWQ0WUFRaVNkcHlBazgwZDM2eHJBTmh0OXVnS3dZckllSHdmbWJ0RDdhQ3BicDlUbGo2a1pBQmJTTWk1TVdUUDNEc3hXVDVYaUphNGsiLCJtYWMiOiI4YmI0NDQ1MmUyNWJkMTY2ZjM5OTU1NmI5OTdmMDAzNTk0OTBkNzI2N2ZlMjEyZDQxNzc1OTQ0Nzg5NDg4NGUyIiwidGFnIjoiIn0%3D; expires=Sat, 10-May-2025 07:50:15 GMT; path=/; httponlyidimijam_session=eyJpdiI6ImM1YmJpN210cjJpQlcvL296R3Joc2c9PSIsInZhbHVlIjoiZDJXV3M0Sm81SUpmUDNRWWRnYldvSGVEM0N6ZnBzZHB6OTI4SVlDeDUvWXlBTlBpbGFZOWQ0WUFRaVNkcHlBazg" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "fuJSuVVmwghPILIYdU56Qgnmd79L3wnSqSB0P9ES" "_previous" => array:1 [ "url" => "http://preprod.idimijam.com/tag/prevention-des-maladies/thematique/sante-publique" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-10 05:50:15GET/tag/prevention-des-maladies/thematique/sante-publique114151