Cápsulas de la Colección

Incorruptibles

Día: miércoles 17 de noviembre de 2021

Incorruptibles

A finales de la década de los noventa, Carlos Amorales comenzó el proyecto del Archivo Líquido, una base de datos dinámica y abierta con la que ha podido realizar proyectos de muy distinta índole a lo largo de los años, generando obras en un sinfín de soportes materiales que incursionan tanto en la representación figurativa como en el campo de la abstracción.

Incorruptibles | Museo Amparo, Puebla | Museo Amparo, Puebla.
245.88msRequest Duration4MBMemory UsageGET actividades/detalle/{id}/{titulo}RouteAuth status
    • Booting (142.47ms)
    • Application (151.08ms)
      6 templates were rendered
      • actividades.detalle (resources/views/actividades/detalle.blade.php)4blade
        Params
        0
        actividad
        1
        actividades_maintag
        2
        actividades_relacionadas
        3
        agente
      • layout.header (resources/views/layout/header.blade.php)9blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        actividad
        5
        actividades_maintag
        6
        actividades_relacionadas
        7
        agente
        8
        metadata
      • layout.topbar (resources/views/layout/topbar.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        actividad
        5
        actividades_maintag
        6
        actividades_relacionadas
        7
        agente
        8
        metadata
        9
        activo
        10
        menu
      • layout.share-buttons (resources/views/layout/share-buttons.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        actividad
        5
        actividades_maintag
        6
        actividades_relacionadas
        7
        agente
        8
        metadata
        9
        etiquetas
        10
        accesos
        11
        listado
        12
        item
      • layout.footer (resources/views/layout/footer.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        actividad
        5
        actividades_maintag
        6
        actividades_relacionadas
        7
        agente
        8
        metadata
        9
        etiquetas
        10
        accesos
        11
        listado
        12
        etiqueta
      • layout.assets (resources/views/layout/assets.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        actividad
        5
        actividades_maintag
        6
        actividades_relacionadas
        7
        agente
        8
        metadata
        9
        etiquetas
        10
        accesos
        11
        listado
        12
        etiqueta
      uri
      GET actividades/detalle/{id}/{titulo}
      middleware
      web
      controller
      App\Http\Controllers\ActividadesController@detalle
      namespace
      App\Http\Controllers
      prefix
      null
      where
      file
      app/Http/Controllers/ActividadesController.php:49-65
      7 statements were executed16.65ms
      • select * from `ma_actividades` where `id` = '2852' and `status` = '1' and `ma_actividades`.`deleted_at` is null940μs/app/Http/Controllers/ActividadesController.php:50595071_amparo
        Metadata
        Bindings
        • 0. 2852
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Http/Controllers/ActividadesController.php:50
        • 37. /app/Http/Middleware/Language.php:22
        • 79. /content/index.php:50
      • select * from `ma_secciones` where `ma_secciones`.`id` = '2' limit 11ms/app/Actividad.php:151595071_amparo
        Metadata
        Bindings
        • 0. 2
        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
        • 17. /app/Actividad.php:151
        • 18. /app/Http/Controllers/ActividadesController.php:53
        • 44. /app/Http/Middleware/Language.php:22
        • 86. /content/index.php:50
      • select * from `ma_actividades` where `status` = '1' and `id` <> '2852' and `etiquetas` LIKE '%Taller de arte popular%' and `ma_actividades`.`deleted_at` is null order by `id` desc limit 46.68ms/app/Actividad.php:153595071_amparo
        Metadata
        Bindings
        • 0. 1
        • 1. 2852
        • 2. %Taller de arte popular%
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Actividad.php:153
        • 12. /app/Http/Controllers/ActividadesController.php:53
        • 38. /app/Http/Middleware/Language.php:22
        • 80. /content/index.php:50
      • select * from `ma_actividades` where `status` = '1' and `id` <> '2852' and `id` <> '1773' and `id` <> '1664' and `id` <> '1452' and `fecha_inicio` >= '2025-02-19 00:00:00' and `ma_actividades`.`deleted_at` is null order by RAND() limit 15.34ms/app/Actividad.php:165595071_amparo
        Metadata
        Bindings
        • 0. 1
        • 1. 2852
        • 2. 1773
        • 3. 1664
        • 4. 1452
        • 5. 2025-02-19 00:00:00
        Hints
        • Use SELECT * only if you need all columns from table
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        Backtrace
        • 11. /app/Actividad.php:165
        • 12. /app/Http/Controllers/ActividadesController.php:55
        • 38. /app/Http/Middleware/Language.php:22
        • 80. /content/index.php:50
      • select * from `ma_sections` where `ma_sections`.`id` = '858' and `ma_sections`.`id` is not null and `ma_sections`.`deleted_at` is null limit 1880μs/app/Actividad.php:292595071_amparo
        Metadata
        Bindings
        • 0. 858
        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
        • 17. /app/Actividad.php:292
        • 18. view::actividades.detalle:3
        • 25. /vendor/symfony/http-foundation/Response.php:201
        • 49. /app/Http/Middleware/Language.php:22
        • 91. /content/index.php:50
      • select * from `ma_sections_translations` where `ma_sections_translations`.`section_id` = '858' and `ma_sections_translations`.`section_id` is not null and `locale` = 'es' limit 1920μs/vendor/vinkla/translator/src/Translatable.php:91595071_amparo
        Metadata
        Bindings
        • 0. 858
        • 1. es
        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
        • 14. /vendor/vinkla/translator/src/Translatable.php:91
        • 15. /vendor/vinkla/translator/src/Translatable.php:43
        • 16. /vendor/vinkla/translator/src/Translatable.php:134
        • 18. /app/Actividad.php:292
        • 19. view::actividades.detalle:3
        • 26. /vendor/symfony/http-foundation/Response.php:201
        • 50. /app/Http/Middleware/Language.php:22
        • 92. /content/index.php:50
      • select * from `ma_topbar` where `ma_topbar`.`deleted_at` is null890μsview::layout.topbar:5595071_amparo
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::layout.topbar:5
        • 18. view::actividades.detalle:10
        • 25. /vendor/symfony/http-foundation/Response.php:201
        • 49. /app/Http/Middleware/Language.php:22
        • 91. /content/index.php:50
        web
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
        api
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
          _token
          iGEIrj8AyPbziHMp9dP0ZhMa6iqLHf8m74gkMKlV
          _previous
          array:1 [ "url" => "https://museoamparo.com/actividades/detalle/2852/incorruptibles?url=actividade...
          PHPDEBUGBAR_STACK_DATA
          []
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          array:1 [ "url" => "actividades/detalle/2852/incorruptibles" ]
          request_request
          array:1 [ "url" => "actividades/detalle/2852/incorruptibles" ]
          request_headers
          array:24 [ "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; ...
          request_server
          array:58 [ "REDIRECT_HTTPS" => "on" "REDIRECT_UNIQUE_ID" => "Z7WM5Xe69gmnGFDFzHyPlAAAAB8" "RED...
          request_cookies
          []
          response_headers
          array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "content-type" => array:1 [ 0...
          path_info
          /actividades/detalle/2852/incorruptibles
          session_attributes
          array:3 [ "_token" => "iGEIrj8AyPbziHMp9dP0ZhMa6iqLHf8m74gkMKlV" "_previous" => array:1 [ "u...