7.2.24PHP Version941msRequest Duration4MBMemory UsageGET categorias/{slug}RouteAuth status
    • Booting (11.2ms)
    • Application (930ms)
    • 1 x Application (98.78%)
      929.76ms
      1 x Booting (1.19%)
      11.20ms
      14 templates were rendered
      • categorias (resources/views/categorias.blade.php)4blade
        Params
        0
        categorias
        1
        me
        2
        comunicaciones
        3
        page
      • pagination::default (resources/views/vendor/pagination/default.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • partials.comunicacion (resources/views/partials/comunicacion.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
        11
        show_seccion
        12
        show_congreso
      • layouts.app (resources/views/layouts/app.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
      • partials.search (resources/views/partials/search.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        categorias
        5
        me
        6
        comunicaciones
        7
        page
        8
        __currentLoopData
        9
        c
        10
        loop
      uri
      GET categorias/{slug}
      middleware
      web
      controller
      App\Http\Controllers\CategoriasController@one
      namespace
      App\Http\Controllers
      prefix
      where
      file
      app/Http/Controllers/CategoriasController.php:18-26
      35 statements were executed, 20 of which were duplicated, 15 unique870ms
      • select * from `categorias`3.67ms/app/Http/Controllers/CategoriasController.php:19preview_laravel_comunicaciones
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • 13. /app/Http/Controllers/CategoriasController.php:19
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select * from `categorias` where `slug` = 'infecciones' limit 1630μs/app/Traits/sluggable.php:62preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. infecciones
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Traits/sluggable.php:62
        • 14. /app/Http/Controllers/CategoriasController.php:20
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
      • select count(*) as aggregate from `comunicaciones` inner join `categoria_comunicacion` on `categoria_comunicacion`.`comunicacion_id` = `comunicaciones`.`id` where `categoria_id` = 8 and `comunicaciones`.`estado` = 1600μs/app/Comunicacion.php:107preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 8
        • 1. 1
        Backtrace
        • 13. /app/Comunicacion.php:107
        • 14. /app/Http/Controllers/CategoriasController.php:22
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
      • select `comunicaciones`.* from `comunicaciones` inner join `categoria_comunicacion` on `categoria_comunicacion`.`comunicacion_id` = `comunicaciones`.`id` where `categoria_id` = 8 and `comunicaciones`.`estado` = 1 order by `congreso_id` desc limit 10 offset 460199ms/app/Comunicacion.php:107preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 8
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 13. /app/Comunicacion.php:107
        • 14. /app/Http/Controllers/CategoriasController.php:22
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
      • select * from `secciones` where `secciones`.`id` = 9 limit 11.15msview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 36752157msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36752
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 11.1msview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1480μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3675463.09msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36754
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1780μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1480μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3677963.57msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36779
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1820μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1530μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 36785530μsview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36785
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1680μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1620μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3679564.12msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36795
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1650μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1730μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3680464.29msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36804
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1730μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1620μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3681652.81msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36816
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1880μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1660μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3683261.14msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36832
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1920μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1560μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3684262.71msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36842
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1890μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `secciones`.`id` = 9 limit 1590μsview::partials.comunicacion:2preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 9
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:2
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select `autores`.*, `autor_comunicacion`.`comunicacion_id` from `autores` inner join `autor_comunicacion` on `autor_comunicacion`.`autor_id` = `autores`.`id` where `autor_comunicacion`.`comunicacion_id` = 3684760.99msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 36847
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::partials.comunicacion:11
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `congresos` where `congresos`.`id` = 21 limit 1800μsview::partials.comunicacion:19preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 21
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::partials.comunicacion:19
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:85
      • select * from `secciones` where `mostrar` = 1 order by `orden` asc920μs/app/Seccion.php:21preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Seccion.php:21
        • 13. view::partials.search:30
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      App\Congreso
      10
      App\Autor
      58
      App\Seccion
      25
      App\Comunicacion
      10
      App\Categoria
      42
        web
        null
        api
        null
          _token
          PPGaLrzsvltLebFXy6rwSYrJhOedDQMZfYDazzyd
          _previous
          array:1 [ "url" => "https://preview.comunicacionescongresosemfyc.com/categorias/infecciones?page=4...
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /categorias/infecciones
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "47" ]
          request_request
          0 of 0
          array:1 [ "page" => "47" ]
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "preview.comunicacionescongresosemfyc.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_server
          0 of 0
          array:45 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "preview.comunicacionescongresosemfyc.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "preview.comunicacionescongresosemfyc.com" "HTTP_HOST" => "preview.comunicacionescongresosemfyc.com" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_ACCEPT" => "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" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "preview.comunicacionescongresosemfyc.com" "SERVER_ADDR" => "157.230.17.148" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.118.10.2" "DOCUMENT_ROOT" => "/var/www/preview_laravel_comunicaciones/public" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/preview_laravel_comunicaciones/public" "SERVER_ADMIN" => "devel@adncomunicacio.com" "SCRIPT_FILENAME" => "/var/www/preview_laravel_comunicaciones/public/index.php" "REMOTE_PORT" => "42487" "REDIRECT_URL" => "/categorias/infecciones" "REDIRECT_QUERY_STRING" => "page=47" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=47" "REQUEST_URI" => "/categorias/infecciones?page=47" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742098983.763 "REQUEST_TIME" => 1742098983 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 16 Mar 2025 04:23:03 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpcL2MxMmJlRkxMNElqVUt5aXdGeGNBPT0iLCJ2YWx1ZSI6IjFoRTZRZlNETTNPbjl0YmJsVFZ3R2RxQTI5d2lUSW1kQ21BQmpvUUhDcjV0YzI0cnJnV2VBdjVmMGtLQitGTysiLCJtYWMiOiI2OWM0NWNlYjIwZDhiYTE2NmI3MDZkNzlhZjM5ZTNiNGM3ZmVjMzI1OWMzM2NlZTVlMTIwY2YzNjE2NmM0ZTA2In0%3D; expires=Sun, 16-Mar-2025 06:23:04 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InpcL2MxMmJlRkxMNElqVUt5aXdGeGNBPT0iLCJ2YWx1ZSI6IjFoRTZRZlNETTNPbjl0YmJsVFZ3R2RxQTI5d2lUSW1kQ21BQmpvUUhDcjV0YzI0cnJnV2VBdjVmMGtLQitGTysiLCJtY" 1 => "laravel_session=eyJpdiI6IkVEUjdaSUpMeHVQUTV4S2hDNzRUcFE9PSIsInZhbHVlIjoieUdtMFwvRUpsQUdVV2hPQ3FlN1h2TVQ3VHJaVWpQenhGUlEyVWNCdTJyT0htdEs2ZnBhcXpjdWRYWGUxXC95ZmhNXC9XWUZwSFwvb1FjbGxuZmpwMlwvV3dwTlwvQWw3NWFcL2t6VXNZMlBFc3BlM1wvaHBEU1RwbnM3bUlJYlM0WUlFT0RKeCIsIm1hYyI6IjFjZDAyYzMzMDI1YTM3NDNiNTcwYzI4ZjU3ZDQ0ZDMyZGUxN2ZiMzhlNmI4NzA0MjZiNDBjODJlODYyZjQyZjcifQ%3D%3D; expires=Sun, 16-Mar-2025 06:23:04 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IkVEUjdaSUpMeHVQUTV4S2hDNzRUcFE9PSIsInZhbHVlIjoieUdtMFwvRUpsQUdVV2hPQ3FlN1h2TVQ3VHJaVWpQenhGUlEyVWNCdTJyT0htdEs2ZnBhcXpjdWRYWGUxXC95ZmhN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpcL2MxMmJlRkxMNElqVUt5aXdGeGNBPT0iLCJ2YWx1ZSI6IjFoRTZRZlNETTNPbjl0YmJsVFZ3R2RxQTI5d2lUSW1kQ21BQmpvUUhDcjV0YzI0cnJnV2VBdjVmMGtLQitGTysiLCJtYWMiOiI2OWM0NWNlYjIwZDhiYTE2NmI3MDZkNzlhZjM5ZTNiNGM3ZmVjMzI1OWMzM2NlZTVlMTIwY2YzNjE2NmM0ZTA2In0%3D; expires=Sun, 16-Mar-2025 06:23:04 GMT; path=/XSRF-TOKEN=eyJpdiI6InpcL2MxMmJlRkxMNElqVUt5aXdGeGNBPT0iLCJ2YWx1ZSI6IjFoRTZRZlNETTNPbjl0YmJsVFZ3R2RxQTI5d2lUSW1kQ21BQmpvUUhDcjV0YzI0cnJnV2VBdjVmMGtLQitGTysiLCJtY" 1 => "laravel_session=eyJpdiI6IkVEUjdaSUpMeHVQUTV4S2hDNzRUcFE9PSIsInZhbHVlIjoieUdtMFwvRUpsQUdVV2hPQ3FlN1h2TVQ3VHJaVWpQenhGUlEyVWNCdTJyT0htdEs2ZnBhcXpjdWRYWGUxXC95ZmhNXC9XWUZwSFwvb1FjbGxuZmpwMlwvV3dwTlwvQWw3NWFcL2t6VXNZMlBFc3BlM1wvaHBEU1RwbnM3bUlJYlM0WUlFT0RKeCIsIm1hYyI6IjFjZDAyYzMzMDI1YTM3NDNiNTcwYzI4ZjU3ZDQ0ZDMyZGUxN2ZiMzhlNmI4NzA0MjZiNDBjODJlODYyZjQyZjcifQ%3D%3D; expires=Sun, 16-Mar-2025 06:23:04 GMT; path=/; httponlylaravel_session=eyJpdiI6IkVEUjdaSUpMeHVQUTV4S2hDNzRUcFE9PSIsInZhbHVlIjoieUdtMFwvRUpsQUdVV2hPQ3FlN1h2TVQ3VHJaVWpQenhGUlEyVWNCdTJyT0htdEs2ZnBhcXpjdWRYWGUxXC95ZmhN" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "PPGaLrzsvltLebFXy6rwSYrJhOedDQMZfYDazzyd" "_previous" => array:1 [ "url" => "https://preview.comunicacionescongresosemfyc.com/categorias/infecciones?page=47" ] "PHPDEBUGBAR_STACK_DATA" => [] ]