Request history8.3.10PHP Version1.09sRequest Duration3MBMemory UsageGET c/{categoryName?}/{media}/{filter?}Route
    • Booting (15.02ms)time
    • Application (1.08s)time
    • 1 x Application (98.62%)
      1.08s
      1 x Booting (1.38%)
      15.02ms
      36 templates were rendered
      • partials.events._google-custom-event_google-custom-event.blade.php#?blade
      • partials.config._chartbeat_chartbeat.blade.php#?blade
      • partials.ads._dfp_targeting_dfp_targeting.blade.php#?blade
      • indexindex.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • partials.feed-content-cardfeed-content-card.blade.php#?blade
      • pagination::defaultdefault.blade.php#?blade
      • partials.most-popular-content-cardmost-popular-content-card.blade.php#?blade
      • partials.most-popular-content-cardmost-popular-content-card.blade.php#?blade
      • partials.most-popular-content-cardmost-popular-content-card.blade.php#?blade
      • layoutlayout.blade.php#?blade
      • partials._header_header.blade.php#?blade
      • partials._footer_footer.blade.php#?blade
      uri
      GET c/{categoryName?}/{media}/{filter?}
      middleware
      web
      domain
      https://chris.ebaumsworlddev.com
      controller
      App\Http\Controllers\CategoryIndexController@index
      namespace
      prefix
      where
      as
      category.index
      file
      app/Http/Controllers/CategoryIndexController.php:21-314
      16 statements were executed1s
      • CategoryIndexController.php#41cmsConnection Established
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:41
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/CategoryIndexController.php:40
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • CategoryIndexController.php#41cms28.57msselect exists(select * from `category` where `name` = 'ftw') as `exists`
        Bindings
        • 0: ftw
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:41
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/CategoryIndexController.php:40
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • CategoryIndexController.php#103cms300msselect count(*) as aggregate from `media` where `active` = 1 and exists (select * from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media`.`id` = `media_category`.`media_id` and `name` = 'ftw') and `publish_date` is not null and `moderated` = 3
        Bindings
        • 0: 1
        • 1: ftw
        • 2: 3
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#103cms385msselect * from `media` where `active` = 1 and exists (select * from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media`.`id` = `media_category`.`media_id` and `name` = 'ftw') and `publish_date` is not null and `moderated` = 3 order by `publish_date` desc limit 25 offset 550
        Bindings
        • 0: 1
        • 1: ftw
        • 2: 3
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#103cms2.29msselect * from `user` where `user`.`id` in (604025, 2287100, 2622118, 2624753, 2631110, 2643120, 2661818)
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#103cms6.78msselect * from `media_file` where `media_file`.`media_id` in (84565787, 87248122, 87455394, 87470281, 87578018, 87609668, 87609835, 87610473, 87610540, 87610715, 87610988, 87611461, 87611559, 87611630, 87611635, 87611672, 87611676, 87611738, 87612766, 87612796, 87612818, 87612888, 87612972, 87613259, 87613311)
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#103cms3.61msselect `category`.*, `media_category`.`media_id` as `pivot_media_id`, `media_category`.`category_id` as `pivot_category_id` from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media_category`.`media_id` in (84565787, 87248122, 87455394, 87470281, 87578018, 87609668, 87609835, 87610473, 87610540, 87610715, 87610988, 87611461, 87611559, 87611630, 87611635, 87611672, 87611676, 87611738, 87612766, 87612796, 87612818, 87612888, 87612972, 87613259, 87613311) and `active` = 1 order by `top_level` desc
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#103cms2.63msselect * from `category_order` where `category_order`.`category_id` in (5, 6, 27, 28, 47, 53, 59, 71, 98, 117, 119) order by `order` asc
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:103
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms73.1msselect count(*) as aggregate from `media` where `active` = 1 and exists (select * from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media`.`id` = `media_category`.`media_id` and `name` = 'ftw') and `publish_date` is not null and `moderated` = 3 and `media_type` = 'article'
        Bindings
        • 0: 1
        • 1: ftw
        • 2: 3
        • 3: article
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms175msselect * from `media` where `active` = 1 and exists (select * from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media`.`id` = `media_category`.`media_id` and `name` = 'ftw') and `publish_date` is not null and `moderated` = 3 and `media_type` = 'article' order by `publish_date` desc limit 25 offset 550
        Bindings
        • 0: 1
        • 1: ftw
        • 2: 3
        • 3: article
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms3.17msselect * from `user` where `user`.`id` in (2404597, 2415134, 2615708, 2622118, 2624753, 2634545, 2639387, 2639621)
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms8.11msselect * from `media_file` where `media_file`.`media_id` in (87396234, 87396657, 87396743, 87396808, 87397820, 87398094, 87398169, 87398544, 87398673, 87399448, 87399454, 87399857, 87400934, 87401352, 87401380, 87401855, 87402619, 87403020, 87403194, 87403198, 87405681, 87405682, 87406088, 87406208, 87407728)
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms3.54msselect `category`.*, `media_category`.`media_id` as `pivot_media_id`, `media_category`.`category_id` as `pivot_category_id` from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media_category`.`media_id` in (87396234, 87396657, 87396743, 87396808, 87397820, 87398094, 87398169, 87398544, 87398673, 87399448, 87399454, 87399857, 87400934, 87401352, 87401380, 87401855, 87402619, 87403020, 87403194, 87403198, 87405681, 87405682, 87406088, 87406208, 87407728) and `active` = 1 order by `top_level` desc
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • CategoryIndexController.php#168cms1.99msselect * from `category_order` where `category_order`.`category_id` in (5, 31, 35, 47, 51, 53, 54, 60, 98, 108, 115) order by `order` asc
        Backtrace
        • app/Http/Controllers/CategoryIndexController.php:168
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • Media.php#192cms2.24msselect `category`.*, `media_category`.`media_id` as `pivot_media_id`, `media_category`.`category_id` as `pivot_category_id` from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media_category`.`media_id` = 87553873
        Bindings
        • 0: 87553873
        Backtrace
        • app/Models/Media.php:192
        • app/Models/Media.php:159
        • view::partials.most-popular-content-card:25
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Media.php#192cms2.13msselect `category`.*, `media_category`.`media_id` as `pivot_media_id`, `media_category`.`category_id` as `pivot_category_id` from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media_category`.`media_id` = 87554115
        Bindings
        • 0: 87554115
        Backtrace
        • app/Models/Media.php:192
        • app/Models/Media.php:159
        • view::partials.most-popular-content-card:25
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Media.php#192cms4.05msselect `category`.*, `media_category`.`media_id` as `pivot_media_id`, `media_category`.`category_id` as `pivot_category_id` from `category` inner join `media_category` on `category`.`id` = `media_category`.`category_id` where `media_category`.`media_id` = 87554647
        Bindings
        • 0: 87554647
        Backtrace
        • app/Models/Media.php:192
        • app/Models/Media.php:159
        • view::partials.most-popular-content-card:25
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      App\Models\MediaFile
      167MediaFile.php#?
      App\Models\Category
      118Category.php#?
      App\Models\Media
      50Media.php#?
      App\Models\User
      15User.php#?
      App\Models\CategoryOrder
      8CategoryOrder.php#?
          • missed Adq6n1VAplyqUSwSnC1GeYBCMs133muyUY2dMD4T (0μs)
          • missed category_exists_ftw (0μs)
          • written category_exists_ftw (0μs)forget
          • hit video:index:most_popular (0μs)forget
          • written Adq6n1VAplyqUSwSnC1GeYBCMs133muyUY2dMD4T (0μs)forget
          • 1 x missed Adq6n1VAplyqUSwSnC1GeYBCMs133muyUY2dMD4T (0%)
            0μs
            1 x missed category_exists_ftw (0%)
            0μs
            1 x written category_exists_ftw (0%)
            0μs
            1 x hit video:index:most_popular (0%)
            0μs
            1 x written Adq6n1VAplyqUSwSnC1GeYBCMs133muyUY2dMD4T (0%)
            0μs
          _token
          dNCA6XSh5lsMFYcBqhlQODVj24vwQT6ex4QWy5bB
          _previous
          array:1 [ "url" => "https://chris.ebaumsworlddev.com/c/ftw/articles/featured?page=23" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /c/ftw/articles/featured
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "23" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-683ef979-46196f12171d5dca63554c07" ] "host" => array:1 [ 0 => "chris.ebaumsworlddev.com" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "18.222.233.22" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 03 Jun 2025 13:32:42 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVrMXN0MERQNWgrNXBhVnhaNVZVcVE9PSIsInZhbHVlIjoiQ1hzTVlyRXlENVpLN01NWjV5YURQUUlTOGVOTndoZisxdDN3WllMaHBxZGxkY2cvbGdvQVJmRjBjaTBiVXJKd3ZaVDBpeWhyOUU1aEljdGdzYXFyNUR1KzF6WTdyU1pZOU1SQytYa21YcHBYanltK0Y2SkdjUHZ0azZTbVErNlciLCJtYWMiOiIwMGJmOTIyMTJjMGZlYTg0NzMwMGI2NWVhNTFhZmVlMGQ5YmI2ZjA5ZGUxZDFiZDhkMGE5MTBhYTkxMDBhZWIyIiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 15:32:42 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InVrMXN0MERQNWgrNXBhVnhaNVZVcVE9PSIsInZhbHVlIjoiQ1hzTVlyRXlENVpLN01NWjV5YURQUUlTOGVOTndoZisxdDN3WllMaHBxZGxkY2cvbGdvQVJmRjBjaTBiVXJKd3ZaVDBpe" 1 => "ebw_session=eyJpdiI6IjVnZDhpaCt4cVNzM3NxdENqTmNaQmc9PSIsInZhbHVlIjoiOWhrdHBFbTZFVkppeHEyd2tML3ZrdWxFVUo1b2RkczVjalhoM1hHL3JuRFZqb2JZUnRFLzhFeGQvQlFyczlIZnFpTmNaaWY5V0trb212NEprbCttb2QwWDQ3aWtEdkR6QXZjQ0xNWDlvamRGYmRZVUgyK3pyOWJxYXdlOXdUenEiLCJtYWMiOiIzZmY5Yjg2NTRlOGM4MTc4ZTBkZDliZmRkMTUyYjIzODNkZGJhMzliNjgxNGIxMDlhYjc2YzdhM2QxMjViNWE5IiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 15:32:42 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxebw_session=eyJpdiI6IjVnZDhpaCt4cVNzM3NxdENqTmNaQmc9PSIsInZhbHVlIjoiOWhrdHBFbTZFVkppeHEyd2tML3ZrdWxFVUo1b2RkczVjalhoM1hHL3JuRFZqb2JZUnRFLzhFeGQvQlFyczlIZnFpTmNa" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVrMXN0MERQNWgrNXBhVnhaNVZVcVE9PSIsInZhbHVlIjoiQ1hzTVlyRXlENVpLN01NWjV5YURQUUlTOGVOTndoZisxdDN3WllMaHBxZGxkY2cvbGdvQVJmRjBjaTBiVXJKd3ZaVDBpeWhyOUU1aEljdGdzYXFyNUR1KzF6WTdyU1pZOU1SQytYa21YcHBYanltK0Y2SkdjUHZ0azZTbVErNlciLCJtYWMiOiIwMGJmOTIyMTJjMGZlYTg0NzMwMGI2NWVhNTFhZmVlMGQ5YmI2ZjA5ZGUxZDFiZDhkMGE5MTBhYTkxMDBhZWIyIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 15:32:42 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InVrMXN0MERQNWgrNXBhVnhaNVZVcVE9PSIsInZhbHVlIjoiQ1hzTVlyRXlENVpLN01NWjV5YURQUUlTOGVOTndoZisxdDN3WllMaHBxZGxkY2cvbGdvQVJmRjBjaTBiVXJKd3ZaVDBpe" 1 => "ebw_session=eyJpdiI6IjVnZDhpaCt4cVNzM3NxdENqTmNaQmc9PSIsInZhbHVlIjoiOWhrdHBFbTZFVkppeHEyd2tML3ZrdWxFVUo1b2RkczVjalhoM1hHL3JuRFZqb2JZUnRFLzhFeGQvQlFyczlIZnFpTmNaaWY5V0trb212NEprbCttb2QwWDQ3aWtEdkR6QXZjQ0xNWDlvamRGYmRZVUgyK3pyOWJxYXdlOXdUenEiLCJtYWMiOiIzZmY5Yjg2NTRlOGM4MTc4ZTBkZDliZmRkMTUyYjIzODNkZGJhMzliNjgxNGIxMDlhYjc2YzdhM2QxMjViNWE5IiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 15:32:42 GMT; path=/; secure; httponlyebw_session=eyJpdiI6IjVnZDhpaCt4cVNzM3NxdENqTmNaQmc9PSIsInZhbHVlIjoiOWhrdHBFbTZFVkppeHEyd2tML3ZrdWxFVUo1b2RkczVjalhoM1hHL3JuRFZqb2JZUnRFLzhFeGQvQlFyczlIZnFpTmNa" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "dNCA6XSh5lsMFYcBqhlQODVj24vwQT6ex4QWy5bB" "_previous" => array:1 [ "url" => "https://chris.ebaumsworlddev.com/c/ftw/articles/featured?page=23" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-03 09:32:42GET/c/ftw/articles/featured?page=2336163585