September 1994 (Volume 59)

SettingsRequest history225msRequest Duration2MBMemory Usage12.x
Laravel Version
12.3.0
PHP Version
8.4.1
Environment
production
Debug Mode
Enabled
URL
fedmonitor.com
Timezone
UTC
Locale
en
GET archive/{year}/{month}
status
200 OK
full_url
https://fedmonitor.com/archive/1994/09
action_name
archive.month
controller_action
App\Http\Controllers\ArchiveController@showMonth
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://fedmonitor.com/archive/1994/09
    action_name
    archive.month
    controller_action
    App\Http\Controllers\ArchiveController@showMonth
    uri
    GET archive/{year}/{month}
    controller
    App\Http\Controllers\ArchiveController@showMonth
    file
    app/Http/Controllers/ArchiveController.php:169-221
    middleware
    web
    duration
    225ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:30 [ "x-laravel-cloud-env" => array:1 [ 0 => "env-9e663346-6293-4a92-96f0-67b15beb57a8" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "priority" => array:1 [ 0 => "u=0, i" ] "pragma" => array:1 [ 0 => "no-cache" ] "cf-warp-tag-id" => array:1 [ 0 => "0f2d47b2-7ccc-4ecf-a6db-be3dd72339d6" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ray" => array:1 [ 0 => "937431498855cf63-CMH" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.19.61.131" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cache-control" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "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)" ] "x-scheme" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "x-original-forwarded-for" => array:1 [ 0 => "3.19.61.131, 3.19.61.131" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "3.19.61.131" ] "x-forwarded-for" => array:1 [ 0 => "3.19.61.131" ] "x-request-id" => array:1 [ 0 => "04bb7925a05cdf1331ac4904dee44b73" ] "host" => array:1 [ 0 => "fedmonitor.com" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 05:34:47 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "SAIWkPry6vxOJIHbC0FrN6lMY0lRTYRZXljd16hI" ]
    • Booting (13.4ms)time
    • Application (211ms)time
    • Routing (1.01ms)
    • Preparing Response (1.84ms)
    • View: archive.monthviews
    • View: layouts.publicviews
    • View: components.application-logoviews
    • 1 x Application (94.03%)
      211ms
      1 x Booting (5.97%)
      13.40ms
      1 x Preparing Response (0.82%)
      1.84ms
      1 x Routing (0.45%)
      1.01ms
      3 x View (0%)
      0μs
      3 templates were rendered
      • archive.monthmonth.blade.php#?blade
      • layouts.publicpublic.blade.php#?blade
      • components.application-logoapplication-logo.blade.php#?blade
      2 statements were executed199ms
      • ArchiveController.php#178mainConnection Established
        Backtrace
        • app/Http/Controllers/ArchiveController.php:178
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Http/Controllers/ArchiveController.php:177
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • ArchiveController.php#185main189msselect EXTRACT(DAY FROM start_date)::integer as day, (value->>'total')::integer as doc_count from "entity_metrics" where "entity_type" = 'App\Models\Global' and "metric_type" = 'doc_count' and "period_type" = 'daily' and "start_date" between '1994-09-01' and '1994-09-30' order by "day" asc
        Bindings
        • 0: App\Models\Global
        • 1: doc_count
        • 2: daily
        • 3: 1994-09-01
        • 4: 1994-09-30
        Backtrace
        • app/Http/Controllers/ArchiveController.php:185
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Http/Controllers/ArchiveController.php:177
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • ArchiveController.php#195main9.99msselect * from "entity_metrics" where "entity_type" = 'App\Models\Global' and "metric_type" = 'doc_count' and "period_type" = 'monthly' and "start_date" = '1994-09-01' limit 1
        Bindings
        • 0: App\Models\Global
        • 1: doc_count
        • 2: monthly
        • 3: 1994-09-01
        Backtrace
        • app/Http/Controllers/ArchiveController.php:195
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Http/Controllers/ArchiveController.php:190
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      App\Models\EntityMetric
      1EntityMetric.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-28 05:34:47GET/archive/1994/09321