GET http://yves.fazae.com/ca/blog/

BlogController :: index

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_check_controller_is_allowed
true
_controller
"App\Controller\BlogController::index"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#658
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/blog"
    +name: null
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Routing\Attribute\Route {#659
    +methods: [
      "GET"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/"
    +name: "blog_index"
    +requirements: []
    +options: []
    +defaults: [
      "page" => "1"
      "_format" => "html"
    ]
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Routing\Attribute\Route {#660
    +methods: [
      "GET"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/rss.xml"
    +name: "blog_rss"
    +requirements: []
    +options: []
    +defaults: [
      "page" => "1"
      "_format" => "xml"
    ]
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Routing\Attribute\Route {#661
    +methods: [
      "GET"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/page/{page}"
    +name: "blog_index_paginated"
    +requirements: [
      "page" => "[1-9][0-9]*"
    ]
    +options: []
    +defaults: [
      "_format" => "html"
    ]
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\HttpKernel\Attribute\Cache {#662
    +variables: ? array
    +expires: null
    +maxage: null
    +smaxage: 10
    +public: null
    +mustRevalidate: false
    +vary: []
    +lastModified: null
    +etag: null
    +maxStale: null
    +staleWhileRevalidate: null
    +staleIfError: null
    +noStore: null
    +if: true
  }
]
_firewall_context
"security.firewall.map.context.main"
_format
"html"
_locale
"ca"
_route
"blog_index"
_route_params
[
  "page" => "1"
  "_format" => "html"
  "_locale" => "ca"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#604
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#545 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#606
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#607 …}
  }
]
_stopwatch_token
"857def"
page
"1"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"yves.fazae.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.73, 127.0.0.1"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.73"
x-varnish
"1474803"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'http://yves.fazae.com/ca/blog/' \
  --header 'X-Varnish: 1474803' \
  --header 'X-Forwarded-For: 216.73.216.73, 127.0.0.1' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'Connection: close' \
  --header 'X-Forwarded-Port: 443' \
  --header 'X-Forwarded-Proto: https' \
  --header 'X-Real-Ip: 216.73.216.73' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private, s-maxage=10"
content-type
"text/html; charset=UTF-8"
date
"Tue, 21 Jul 2026 18:09:52 GMT"
expires
"Tue, 21 Jul 2026 18:09:52 GMT"
x-debug-token
"aadb4a"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 92
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1918
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/var/cache/dev/twig/73/738304d1d706e4ada69a319f734a69e3.php"
    "line" => 324
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Template.php"
    "line" => 456
    "function" => "block_header"
    "class" => "__TwigTemplate_a516ee61fab8bebfcb7d0bfa079c443e"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/var/cache/dev/twig/73/738304d1d706e4ada69a319f734a69e3.php"
    "line" => 121
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a516ee61fab8bebfcb7d0bfa079c443e"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/var/cache/dev/twig/03/032646f348958bc1eeb85e888e7b3d09.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1bcc9a3f020bce00947e5c45ad6f9bac"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 477
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 281
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/src/Controller/BlogController.php"
    "line" => 65
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "index"
    "class" => "App\Controller\BlogController"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/yves/symfony_demo/public/index.php"
    "line" => 5
    "args" => [
      "/home/yves/symfony_demo/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"not-a-secret--read-the-doc!"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"sqlite:///%kernel.project_dir%/data/database.sqlite"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/yves/symfony_demo"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/yves/symfony_demo"
]
CONTEXT_DOCUMENT_ROOT
"/home/yves/symfony_demo/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/yves/symfony_demo/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"yves.fazae.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.73, 127.0.0.1"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.216.73"
HTTP_X_VARNISH
"1474803"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"al-18CjWECRXFubTA-dtVwAAAAA"
REDIRECT_URL
"/ca/blog/"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"37890"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1784657392
REQUEST_TIME_FLOAT
1784657392.1447
REQUEST_URI
"/ca/blog/"
SCRIPT_FILENAME
"/home/yves/symfony_demo/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"yves.srv207@fazae.com"
SERVER_NAME
"yves.fazae.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
" "
SYMFONY_DOTENV_PATH
"/home/yves/symfony_demo/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DATABASE_URL,MAILER_DSN,DEFAULT_URI"
UNIQUE_ID
"al-18CjWECRXFubTA-dtVwAAAAA"
USER
"www-data"
proxy-nokeepalive
"1"

Sub-Requests 1

TemplateController :: templateAction (token = 9305d0)

Key Value
_check_controller_is_allowed
true
_controller
"Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction"
_controller_attributes
[]
_format
"html"
_locale
"ca"
_stopwatch_token
"391a55"
sharedAge
600
template
"blog/about.html.twig"