Trabajos Publicados

  • Simple
  • Avanzado
  • Palabra clave
Construction×

Cargando

8.1.33PHP Version377msRequest Duration6MBMemory UsageGET offersRoute
    • Booting (54.13ms)
    • Application (323ms)
    • 1 x Application (85.63%)
      323ms
      1 x Booting (14.37%)
      54.13ms
      10 templates were rendered
      • front.offers (resources/views/front/offers.blade.php)1blade
        Params
        0
        offers
      • livewire.offers-filter-general (resources/views/livewire/offers-filter-general.blade.php)19blade
        Params
        0
        offers
        1
        filters
        2
        errors
        3
        _instance
        4
        communities
        5
        professional
        6
        keywords
        7
        categories
        8
        category
        9
        province
        10
        categoryId
        11
        subcategoryId
        12
        provinceId
        13
        cityId
        14
        search
        15
        filterType
        16
        keywordsIds
        17
        page
        18
        paginators
      • components.select (resources/views/components/select.blade.php)7blade
        Params
        0
        wire:model
        1
        id
        2
        multiple
        3
        class
        4
        attributes
        5
        slot
        6
        __laravel_slots
      • components.offer-list (resources/views/components/offer-list.blade.php)5blade
        Params
        0
        loop
        1
        offer
        2
        attributes
        3
        slot
        4
        __laravel_slots
      • livewire::tailwind (resources/views/vendor/livewire/tailwind.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • layouts.guest-layout (resources/views/layouts/guest-layout.blade.php)6blade
        Params
        0
        prefix
        1
        guard
        2
        componentName
        3
        attributes
        4
        slot
        5
        __laravel_slots
      • components.application-logo (resources/views/components/application-logo.blade.php)4blade
        Params
        0
        class
        1
        attributes
        2
        slot
        3
        __laravel_slots
      • components.btn (resources/views/components/btn.blade.php)12blade
        Params
        0
        class
        1
        position
        2
        color
        3
        link
        4
        simple
        5
        outline
        6
        size
        7
        square
        8
        componentName
        9
        attributes
        10
        slot
        11
        __laravel_slots
      • components.btn (resources/views/components/btn.blade.php)12blade
        Params
        0
        class
        1
        position
        2
        color
        3
        link
        4
        simple
        5
        outline
        6
        size
        7
        square
        8
        componentName
        9
        attributes
        10
        slot
        11
        __laravel_slots
      • partials.footer (resources/views/partials/footer.blade.php)11blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        _instance
        4
        prefix
        5
        guard
        6
        componentName
        7
        attributes
        8
        slot
        9
        __laravel_slots
        10
        component
      uri
      GET offers
      middleware
      web
      domain
      elpresupuesto.es
      controller
      App\Http\Controllers\Front\MainController@allOffers
      namespace
      prefix
      where
      as
      allOffers
      file
      app/Http/Controllers/Front/MainController.php:109-116
      21 statements were executed, 2 of which were duplicated, 19 unique5.92ms
      • select count(*) as aggregate from `offers`
        1.46ms/app/Http/Controllers/Front/MainController.php:113elpresupuesto_db
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/Front/MainController.php:113
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `offers` order by `created_at` desc limit 12 offset 0
        230μs/app/Http/Controllers/Front/MainController.php:113elpresupuesto_db
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/Front/MainController.php:113
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `images` where `images`.`imaginable_id` in (22, 23, 24, 25, 30, 31, 33, 43, 50, 51, 52, 53) and `images`.`imaginable_type` = 'App\Models\Offer' limit 1
        220μs/app/Http/Controllers/Front/MainController.php:112elpresupuesto_db
        Metadata
        Bindings
        • 0. App\Models\Offer
        Backtrace
        • 18. /app/Http/Controllers/Front/MainController.php:112
        • 23. /app/Http/Controllers/Front/MainController.php:113
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
      • select * from `images` where `images`.`imaginable_id` in (22, 23, 24, 25, 30, 31, 33, 43, 50, 51, 52, 53) and `images`.`imaginable_type` = 'App\Models\Offer' limit 1
        200μs/app/Http/Controllers/Front/MainController.php:113elpresupuesto_db
        Metadata
        Bindings
        • 0. App\Models\Offer
        Backtrace
        • 20. /app/Http/Controllers/Front/MainController.php:113
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `communities`
        220μs/app/Http/Livewire/OffersFilterGeneral.php:67elpresupuesto_db
        Metadata
        Backtrace
        • 14. /app/Http/Livewire/OffersFilterGeneral.php:67
        • 15. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `provinces` where `provinces`.`community_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19)
        280μs/app/Http/Livewire/OffersFilterGeneral.php:67elpresupuesto_db
        Metadata
        Backtrace
        • 19. /app/Http/Livewire/OffersFilterGeneral.php:67
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 21. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 22. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `keywords`
        220μs/app/Http/Livewire/OffersFilterGeneral.php:68elpresupuesto_db
        Metadata
        Backtrace
        • 15. /app/Http/Livewire/OffersFilterGeneral.php:68
        • 16. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `offer_categories` where `parent_id` is null
        200μs/app/Http/Livewire/OffersFilterGeneral.php:69elpresupuesto_db
        Metadata
        Backtrace
        • 14. /app/Http/Livewire/OffersFilterGeneral.php:69
        • 15. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 16. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `offer_categories` where `offer_categories`.`parent_id` in (1, 9, 20, 24, 37, 63, 80, 90)
        250μs/app/Http/Livewire/OffersFilterGeneral.php:69elpresupuesto_db
        Metadata
        Backtrace
        • 19. /app/Http/Livewire/OffersFilterGeneral.php:69
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 21. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 22. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `provinces` where `provinces`.`id` = '' limit 1
        260μs/app/Http/Livewire/OffersFilterGeneral.php:85elpresupuesto_db
        Metadata
        Bindings
        • 0. 
        Backtrace
        • 16. /app/Http/Livewire/OffersFilterGeneral.php:85
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `offer_categories` where `offer_categories`.`id` = '' limit 1
        240μs/app/Http/Livewire/OffersFilterGeneral.php:86elpresupuesto_db
        Metadata
        Bindings
        • 0. 
        Backtrace
        • 16. /app/Http/Livewire/OffersFilterGeneral.php:86
        • 17. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 18. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select count(*) as aggregate from `offers` where exists (select * from `keywords` inner join `keyword_offer` on `keywords`.`id` = `keyword_offer`.`keyword_id` where `offers`.`id` = `keyword_offer`.`offer_id` and `keyword_id` in ('7')) and `is_published` = 1
        230μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        Backtrace
        • 15. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 16. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `offers` where exists (select * from `keywords` inner join `keyword_offer` on `keywords`.`id` = `keyword_offer`.`keyword_id` where `offers`.`id` = `keyword_offer`.`offer_id` and `keyword_id` in ('7')) and `is_published` = 1 order by `created_at` desc limit 12 offset 0
        280μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        Backtrace
        • 15. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 16. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 18. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `offer_categories` where `offer_categories`.`id` in (2)
        190μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 20. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 21. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 22. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 24. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `users` where `users`.`id` in (12) and `users`.`deleted_at` is null
        210μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 20. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 21. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 22. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 24. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select `professionals`.*, `offer_professional`.`offer_id` as `pivot_offer_id`, `offer_professional`.`professional_id` as `pivot_professional_id`, `offer_professional`.`unlocked_at` as `pivot_unlocked_at`, `offer_professional`.`status` as `pivot_status` from `professionals` inner join `offer_professional` on `professionals`.`id` = `offer_professional`.`professional_id` where `offer_professional`.`offer_id` in (12) and `professionals`.`deleted_at` is null order by `offer_professional`.`unlocked_at` desc
        260μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 19. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 21. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 22. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `companies` where `companies`.`professional_id` in (84) and `companies`.`deleted_at` is null
        200μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 24. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 25. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 27. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 28. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `individuals` where `individuals`.`professional_id` in (84) and `individuals`.`deleted_at` is null
        200μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 24. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 25. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 26. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 27. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 28. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select `keywords`.*, `keyword_offer`.`offer_id` as `pivot_offer_id`, `keyword_offer`.`keyword_id` as `pivot_keyword_id` from `keywords` inner join `keyword_offer` on `keywords`.`id` = `keyword_offer`.`keyword_id` where `keyword_offer`.`offer_id` in (12)
        210μs/app/Http/Livewire/OffersFilterGeneral.php:170elpresupuesto_db
        Metadata
        Backtrace
        • 19. /app/Http/Livewire/OffersFilterGeneral.php:170
        • 20. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 21. /vendor/laravel/framework/src/Illuminate/Container/Util.php:40
        • 22. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 23. /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `images` where `images`.`imaginable_type` = 'App\Models\Offer' and `images`.`imaginable_id` = 12 and `images`.`imaginable_id` is not null
        160μsview::b10147f4e19f0c13d4011d905a28225849a94e8b:15elpresupuesto_db
        Metadata
        Bindings
        • 0. App\Models\Offer
        • 1. 12
        Backtrace
        • 19. view::b10147f4e19f0c13d4011d905a28225849a94e8b:15
        • 21. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • 22. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:122
      • select * from `cities` where `cities`.`id` = 12378 limit 1
        200μsview::b10147f4e19f0c13d4011d905a28225849a94e8b:39elpresupuesto_db
        Metadata
        Bindings
        • 0. 12378
        Backtrace
        • 20. view::b10147f4e19f0c13d4011d905a28225849a94e8b:39
        • 22. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • 23. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
        • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:122
      App\Models\City
      1
      App\Models\Company
      1
      App\Models\Professional
      1
      App\Models\User
      1
      App\Models\OfferCategory
      92
      App\Models\Keyword
      21
      App\Models\Province
      52
      App\Models\Community
      19
      App\Models\Image
      4
      App\Models\Offer
      13
      offers-filter-general #BjAkQysWvr4iFPXCxuhf
      array:5 [ "data" => array:15 [ "communities" => Illuminate\Database\Eloquent\Collection {#1827...
          _token
          eI0elS027EMWPV7cOzwWQTw7j0C02av0SYXA6HgD
          _previous
          array:1 [ "url" => "https://elpresupuesto.es/offers?keyword=7" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /offers
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "keyword" => "7" ]
          request_request
          0 of 0
          array:1 [ "keyword" => "7" ]
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "216.73.216.180" ] "host" => array:1 [ 0 => "elpresupuesto.es" ] ]
          request_server
          0 of 0
          array:58 [ "USER" => "user" "HOME" => "/var/www/vhosts/elpresupuesto.es" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/offers?keyword=7" "QUERY_STRING" => "keyword=7" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "keyword=7" "REDIRECT_URL" => "/offers" "REMOTE_PORT" => "46416" "SCRIPT_FILENAME" => "/var/www/vhosts/elpresupuesto.es/elpresupuesto.es/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/www/vhosts/elpresupuesto.es/elpresupuesto.es/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/vhosts/elpresupuesto.es/elpresupuesto.es/public" "REMOTE_ADDR" => "216.73.216.180" "SERVER_PORT" => "443" "SERVER_ADDR" => "82.223.65.82" "SERVER_NAME" => "elpresupuesto.es" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "<address>Apache Server at elpresupuesto.es Port 443</address>\n" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location" "HTTP_X_REAL_IP" => "216.73.216.180" "HTTP_HOST" => "elpresupuesto.es" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "elpresupuesto.es" "HTTPS" => "on" "SCRIPT_URI" => "https://elpresupuesto.es/offers" "SCRIPT_URL" => "/offers" "UNIQUE_ID" => "aHwN1kLITYZ@8JMTpSct9wAAAAE" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "elpresupuesto.es" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://elpresupuesto.es/offers" "REDIRECT_SCRIPT_URL" => "/offers" "REDIRECT_UNIQUE_ID" => "aHwN1kLITYZ@8JMTpSct9wAAAAE" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1752960470.893 "REQUEST_TIME" => 1752960470 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Sat, 19 Jul 2025 21:27:51 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR0SFlXRExSbEpPSE9Vc0ZEREJtSHc9PSIsInZhbHVlIjoiY3BORTh2NHFhOE40U3VleG92OWpjbUR3QkwybXFQNXgrejFMSnZzOTdHS2hVbkw5ejF6ZlVKTEJSYTRhSjJYbURKYXVnY1pNSjE3ODlMN2g1K3EweUw2Tzh5a2tlNlRwVElPSGpnTHJmaEwzeXNLVHd4TFcreDgvYzdQOFRLWmIiLCJtYWMiOiJhNDgyNDNhNGY0NTViMDkwOTkyNTc4ZTdiZmI3NGE2NzBjYTNhMmM0N2YyMjFhZGM4M2FkMDk3MzE1M2NkYWE3IiwidGFnIjoiIn0%3D; expires=Sat, 19-Jul-2025 23:27:51 GMT; Max-Age=7200; path=/; domain=.elpresupuesto.es; samesite=laxXSRF-TOKEN=eyJpdiI6IkR0SFlXRExSbEpPSE9Vc0ZEREJtSHc9PSIsInZhbHVlIjoiY3BORTh2NHFhOE40U3VleG92OWpjbUR3QkwybXFQNXgrejFMSnZzOTdHS2hVbkw5ejF6ZlVKTEJSYTRhSjJYbURKYXVnY" 1 => "elpresupuesto_session=eyJpdiI6IlBFU2hlSEUxN2ttZVpBc04xcTBPWVE9PSIsInZhbHVlIjoiRVhwQ0ExbHpSd2h0VzdGZ0V6S0FTZjdVSWdTelFkVVFOQnFnNHZqS3pGVXFPVmRtdnozMnRsWlZqOTk4VVBFS1J0eGR0Z2ZCQm1mNjFvOWtyNm0rTGxVSWdnNnJneG56R3MvMnhSdnhUYXRRZ1diY0Z6bytMY1dXaldIcHRicUQiLCJtYWMiOiJlNWQ1YWFkNGY0NTU2MDU5MDBkMDY1YmM3ZWY0YjljNzMzOWQzM2YxMzJjMjc0NWUwZmRlZTAxYTlhZDcxODNhIiwidGFnIjoiIn0%3D; path=/; domain=.elpresupuesto.es; httponly; samesite=laxelpresupuesto_session=eyJpdiI6IlBFU2hlSEUxN2ttZVpBc04xcTBPWVE9PSIsInZhbHVlIjoiRVhwQ0ExbHpSd2h0VzdGZ0V6S0FTZjdVSWdTelFkVVFOQnFnNHZqS3pGVXFPVmRtdnozMnRsWlZqOTk4VV" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR0SFlXRExSbEpPSE9Vc0ZEREJtSHc9PSIsInZhbHVlIjoiY3BORTh2NHFhOE40U3VleG92OWpjbUR3QkwybXFQNXgrejFMSnZzOTdHS2hVbkw5ejF6ZlVKTEJSYTRhSjJYbURKYXVnY1pNSjE3ODlMN2g1K3EweUw2Tzh5a2tlNlRwVElPSGpnTHJmaEwzeXNLVHd4TFcreDgvYzdQOFRLWmIiLCJtYWMiOiJhNDgyNDNhNGY0NTViMDkwOTkyNTc4ZTdiZmI3NGE2NzBjYTNhMmM0N2YyMjFhZGM4M2FkMDk3MzE1M2NkYWE3IiwidGFnIjoiIn0%3D; expires=Sat, 19-Jul-2025 23:27:51 GMT; domain=.elpresupuesto.es; path=/XSRF-TOKEN=eyJpdiI6IkR0SFlXRExSbEpPSE9Vc0ZEREJtSHc9PSIsInZhbHVlIjoiY3BORTh2NHFhOE40U3VleG92OWpjbUR3QkwybXFQNXgrejFMSnZzOTdHS2hVbkw5ejF6ZlVKTEJSYTRhSjJYbURKYXVnY" 1 => "elpresupuesto_session=eyJpdiI6IlBFU2hlSEUxN2ttZVpBc04xcTBPWVE9PSIsInZhbHVlIjoiRVhwQ0ExbHpSd2h0VzdGZ0V6S0FTZjdVSWdTelFkVVFOQnFnNHZqS3pGVXFPVmRtdnozMnRsWlZqOTk4VVBFS1J0eGR0Z2ZCQm1mNjFvOWtyNm0rTGxVSWdnNnJneG56R3MvMnhSdnhUYXRRZ1diY0Z6bytMY1dXaldIcHRicUQiLCJtYWMiOiJlNWQ1YWFkNGY0NTU2MDU5MDBkMDY1YmM3ZWY0YjljNzMzOWQzM2YxMzJjMjc0NWUwZmRlZTAxYTlhZDcxODNhIiwidGFnIjoiIn0%3D; domain=.elpresupuesto.es; path=/; httponlyelpresupuesto_session=eyJpdiI6IlBFU2hlSEUxN2ttZVpBc04xcTBPWVE9PSIsInZhbHVlIjoiRVhwQ0ExbHpSd2h0VzdGZ0V6S0FTZjdVSWdTelFkVVFOQnFnNHZqS3pGVXFPVmRtdnozMnRsWlZqOTk4VV" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "eI0elS027EMWPV7cOzwWQTw7j0C02av0SYXA6HgD" "_previous" => array:1 [ "url" => "https://elpresupuesto.es/offers?keyword=7" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]