7.2.24PHP Version816msRequest Duration4MBMemory UsageGET categorias/{slug}RouteAuth status
    • Booting (11.25ms)
    • Application (804ms)
    • 1 x Application (98.59%)
      804.22ms
      1 x Booting (1.38%)
      11.25ms
      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 unique742ms
      • select * from `categorias`2.5ms/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 1460μ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` = 1420μ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 490163ms/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 1740μ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` = 3709669.45msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37096
        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.9msview::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 1870μ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` = 3710260.33msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37102
        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 1720μ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` = 3710458.95msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37104
        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 1450μ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` = 3711155.73msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37111
        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 1580μ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 1450μ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` = 3713460.95msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37134
        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 1600μ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 1570μ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` = 3715360.47msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37153
        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.06msview::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 1630μ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` = 3716163.34msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37161
        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 1760μ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 1720μ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` = 37169980μsview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37169
        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 1760μ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` = 3717063.2msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37170
        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 1760μ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 1470μ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` = 3717766.82msview::partials.comunicacion:11preview_laravel_comunicaciones
        Metadata
        Bindings
        • 0. 37177
        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 1740μ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` asc710μ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
      68
      App\Seccion
      25
      App\Comunicacion
      10
      App\Categoria
      42
        web
        null
        api
        null
          _token
          NK6NGE7u8hpnJdpTaJNL5apBAFi59EEt8sFbIhaw
          _previous
          array:1 [ "url" => "https://preview.comunicacionescongresosemfyc.com/categorias/infecciones?page=5...
          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" => "50" ]
          request_request
          0 of 0
          array:1 [ "page" => "50" ]
          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" => "3.144.33.74" "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" => "47547" "REDIRECT_URL" => "/categorias/infecciones" "REDIRECT_QUERY_STRING" => "page=50" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=50" "REQUEST_URI" => "/categorias/infecciones?page=50" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742253142.679 "REQUEST_TIME" => 1742253142 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 17 Mar 2025 23:12:22 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjljMjBDelI5TzVFUkJXM1lmWVpwSHc9PSIsInZhbHVlIjoiaE1TM0orRU5JcnhcLzNWVzVROVNyNXpuVkpMMnRlbFJEQnkybGgzSDZJV1QrUEZHVlJCWUNkT1VhZ29GOVhVRGkiLCJtYWMiOiI4Y2RhN2Y2NGI2ZDAxODhiM2FhNWM0YWU2YjAzNzljMjIyYzJhYWFmYTE1Yjk1NzJlZDc5ZGM0ZDg4NmM4ZmZhIn0%3D; expires=Tue, 18-Mar-2025 01:12:23 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IjljMjBDelI5TzVFUkJXM1lmWVpwSHc9PSIsInZhbHVlIjoiaE1TM0orRU5JcnhcLzNWVzVROVNyNXpuVkpMMnRlbFJEQnkybGgzSDZJV1QrUEZHVlJCWUNkT1VhZ29GOVhVRGkiLCJtY" 1 => "laravel_session=eyJpdiI6Ikh0OFZicXVNRmx4U0pRaWtwUXdGMEE9PSIsInZhbHVlIjoiUmd1amgwVWM1QXczNWRPQUdMdElrN0xqSlU3em9uOFppa1ZsbjhZVEFTazBkTittd29VT0tcL3VuY0p6NmpEdDJjbmxEQlV6c1RWclZ1V3V2c2wzUlhHNk9sOWVPUjNkOEhEbXhnRHQ4bG9WYjVJQlFTVTRjaVFRcm85akM5dkFsIiwibWFjIjoiMzRjOGJhNmMwOTZlZmFkZWM0YzI3ODVlOTg0ZGEyZmQ1M2E5MTE1YzZiNTQ4ZDZkYjY2NmJmMTg1N2ZhYjRjYiJ9; expires=Tue, 18-Mar-2025 01:12:23 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Ikh0OFZicXVNRmx4U0pRaWtwUXdGMEE9PSIsInZhbHVlIjoiUmd1amgwVWM1QXczNWRPQUdMdElrN0xqSlU3em9uOFppa1ZsbjhZVEFTazBkTittd29VT0tcL3VuY0p6NmpEdDJj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjljMjBDelI5TzVFUkJXM1lmWVpwSHc9PSIsInZhbHVlIjoiaE1TM0orRU5JcnhcLzNWVzVROVNyNXpuVkpMMnRlbFJEQnkybGgzSDZJV1QrUEZHVlJCWUNkT1VhZ29GOVhVRGkiLCJtYWMiOiI4Y2RhN2Y2NGI2ZDAxODhiM2FhNWM0YWU2YjAzNzljMjIyYzJhYWFmYTE1Yjk1NzJlZDc5ZGM0ZDg4NmM4ZmZhIn0%3D; expires=Tue, 18-Mar-2025 01:12:23 GMT; path=/XSRF-TOKEN=eyJpdiI6IjljMjBDelI5TzVFUkJXM1lmWVpwSHc9PSIsInZhbHVlIjoiaE1TM0orRU5JcnhcLzNWVzVROVNyNXpuVkpMMnRlbFJEQnkybGgzSDZJV1QrUEZHVlJCWUNkT1VhZ29GOVhVRGkiLCJtY" 1 => "laravel_session=eyJpdiI6Ikh0OFZicXVNRmx4U0pRaWtwUXdGMEE9PSIsInZhbHVlIjoiUmd1amgwVWM1QXczNWRPQUdMdElrN0xqSlU3em9uOFppa1ZsbjhZVEFTazBkTittd29VT0tcL3VuY0p6NmpEdDJjbmxEQlV6c1RWclZ1V3V2c2wzUlhHNk9sOWVPUjNkOEhEbXhnRHQ4bG9WYjVJQlFTVTRjaVFRcm85akM5dkFsIiwibWFjIjoiMzRjOGJhNmMwOTZlZmFkZWM0YzI3ODVlOTg0ZGEyZmQ1M2E5MTE1YzZiNTQ4ZDZkYjY2NmJmMTg1N2ZhYjRjYiJ9; expires=Tue, 18-Mar-2025 01:12:23 GMT; path=/; httponlylaravel_session=eyJpdiI6Ikh0OFZicXVNRmx4U0pRaWtwUXdGMEE9PSIsInZhbHVlIjoiUmd1amgwVWM1QXczNWRPQUdMdElrN0xqSlU3em9uOFppa1ZsbjhZVEFTazBkTittd29VT0tcL3VuY0p6NmpEdDJj" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "NK6NGE7u8hpnJdpTaJNL5apBAFi59EEt8sFbIhaw" "_previous" => array:1 [ "url" => "https://preview.comunicacionescongresosemfyc.com/categorias/infecciones?page=50" ] "PHPDEBUGBAR_STACK_DATA" => [] ]