Historique

image
image
image
image

We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience. learn more

Allow
8.1.13PHP Version295msRequest Duration23MBMemory UsageGET category/{id}Route
    • Booting (120ms)
    • Application (175ms)
    • 1 x Application (59.3%)
      175.01ms
      1 x Booting (40.6%)
      119.83ms
      9 templates were rendered
      • templates.labflix.items (resources/views/templates/labflix/items.blade.php)3bladefile
        Params
        0
        pageTitle
        1
        items
        2
        category
      • templates.labflix.layouts.frontend (resources/views/templates/labflix/layouts/frontend.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
      • templates.labflix.partials.header (resources/views/templates/labflix/partials/header.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
      • templates.labflix.partials.breadcrumb (resources/views/templates/labflix/partials/breadcrumb.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
      • templates.labflix.partials.footer (resources/views/templates/labflix/partials/footer.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
      • templates.labflix.layouts.app (resources/views/templates/labflix/layouts/app.blade.php)16bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
      • partials.seo (resources/views/partials/seo.blade.php)17bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
        16
        seo
      • partials.plugins (resources/views/partials/plugins.blade.php)17bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
        16
        cookie
      • partials.notify (resources/views/partials/notify.blade.php)17bladefile
        Params
        0
        __env
        1
        app
        2
        general
        3
        activeTemplate
        4
        activeTemplateTrue
        5
        language
        6
        emptyMessage
        7
        errors
        8
        pageTitle
        9
        items
        10
        category
        11
        __empty_1
        12
        __currentLoopData
        13
        item
        14
        loop
        15
        categories
        16
        cookie
      uri
      GET category/{id}
      middleware
      checkProject, web, maintenance
      controller
      App\Http\Controllers\SiteController@category
      namespace
      App\Http\Controllers
      prefix
      where
      as
      category
      file
      app/Http/Controllers/SiteController.php:465-470
      15 statements were executed97.43ms
      • select * from `languages` where `is_default` = 1 limit 1
        490μs/app/Http/Middleware/LanguageMiddleware.php:29laravelfilmes
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 15. /app/Http/Middleware/LanguageMiddleware.php:29
        • 16. /app/Http/Middleware/LanguageMiddleware.php:19
        • 17. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
        • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • select * from `categories` where `categories`.`id` = '36' limit 1
        290μs/app/Http/Controllers/SiteController.php:466laravelfilmes
        Metadata
        Bindings
        • 0. 36
        Backtrace
        • 20. /app/Http/Controllers/SiteController.php:466
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `items` where `status` = 1 and (exists (select * from `videos` where `items`.`id` = `videos`.`item_id`) or exists (select * from `episodes` where `items`.`id` = `episodes`.`item_id` and `status` = 1 and exists (select * from `videos` where `episodes`.`id` = `videos`.`episode_id`))) and `category_id` = '36' and `status` = 1 order by `id` desc limit 12
        92.31ms/app/Http/Controllers/SiteController.php:467laravelfilmes
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 36
        • 3. 1
        Backtrace
        • 14. /app/Http/Controllers/SiteController.php:467
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `name`, `id` from `categories` where `status` = 1
        470μs/app/Providers/AppServiceProvider.php:72laravelfilmes
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Providers/AppServiceProvider.php:72
        • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 20. view::templates.labflix.items:72
      • select * from `sub_categories` where `sub_categories`.`category_id` in (12, 14, 16, 18, 27, 28, 35, 36, 37, 53, 80, 99, 878, 9648, 10402, 10749, 10751, 10752, 10770) and `status` = 1
        470μs/app/Providers/AppServiceProvider.php:72laravelfilmes
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. /app/Providers/AppServiceProvider.php:72
        • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 25. view::templates.labflix.items:72
      • select * from `frontends` where `data_keys` = 'breadcrumb.content' order by `id` desc limit 1
        460μs/app/Http/Helpers/helpers.php:328laravelfilmes
        Metadata
        Bindings
        • 0. breadcrumb.content
        Backtrace
        • 15. /app/Http/Helpers/helpers.php:328
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'policy_pages.element' order by `id` desc
        300μs/app/Http/Helpers/helpers.php:337laravelfilmes
        Metadata
        Bindings
        • 0. policy_pages.element
        Backtrace
        • 14. /app/Http/Helpers/helpers.php:337
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'footer.content' order by `id` desc limit 1
        280μs/app/Http/Helpers/helpers.php:328laravelfilmes
        Metadata
        Bindings
        • 0. footer.content
        Backtrace
        • 15. /app/Http/Helpers/helpers.php:328
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'short_links.element' order by `id` asc
        330μs/app/Http/Helpers/helpers.php:335laravelfilmes
        Metadata
        Bindings
        • 0. short_links.element
        Backtrace
        • 14. /app/Http/Helpers/helpers.php:335
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'subscribe.content' order by `id` desc limit 1
        250μs/app/Http/Helpers/helpers.php:328laravelfilmes
        Metadata
        Bindings
        • 0. subscribe.content
        Backtrace
        • 15. /app/Http/Helpers/helpers.php:328
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'social_icon.element' order by `id` desc
        560μs/app/Http/Helpers/helpers.php:337laravelfilmes
        Metadata
        Bindings
        • 0. social_icon.element
        Backtrace
        • 14. /app/Http/Helpers/helpers.php:337
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `frontends` where `data_keys` = 'seo.data' limit 1
        300μs/app/Providers/AppServiceProvider.php:62laravelfilmes
        Metadata
        Bindings
        • 0. seo.data
        Backtrace
        • 15. /app/Providers/AppServiceProvider.php:62
        • 18. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:176
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:147
        • 21. view::templates.labflix.layouts.app:10
      • select * from `frontends` where `data_keys` = 'cookie.data' limit 1
        260μsview::templates.labflix.layouts.app:66laravelfilmes
        Metadata
        Bindings
        • 0. cookie.data
        Backtrace
        • 15. view::templates.labflix.layouts.app:66
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `extensions` where `act` = 'tawk-chat' and `status` = 1 limit 1
        400μs/app/Http/Helpers/helpers.php:81laravelfilmes
        Metadata
        Bindings
        • 0. tawk-chat
        • 1. 1
        Backtrace
        • 15. /app/Http/Helpers/helpers.php:81
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `extensions` where `act` = 'google-analytics' and `status` = 1 limit 1
        260μs/app/Http/Helpers/helpers.php:81laravelfilmes
        Metadata
        Bindings
        • 0. google-analytics
        • 1. 1
        Backtrace
        • 15. /app/Http/Helpers/helpers.php:81
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Frontend
      11
      App\Models\Item
      4
      App\Models\Category
      20
      App\Models\Language
      1
        _token
        WKT0JVABJPWA9P1VjILjBIhZO63powx4HUQhveUk
        lang
        fr
        _previous
        array:1 [ "url" => "http://frcinima.com/category/36" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/36
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:25 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [ 0 => "3.16.78.138" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "host" => array:1 [ 0 => "frcinima.com" ] "x-forwarded-for" => array:1 [ 0 => "3.16.78.138" ] "cf-ray" => array:1 [ 0 => "92ce58d1bd4feb69-ORD" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:49 [ "USER" => "www" "HOME" => "/home/www" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CONNECTION" => "Keep-Alive" "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_CDN_LOOP" => "cloudflare; loops=1" "HTTP_CF_CONNECTING_IP" => "3.16.78.138" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_HOST" => "frcinima.com" "HTTP_X_FORWARDED_FOR" => "3.16.78.138" "HTTP_CF_RAY" => "92ce58d1bd4feb69-ORD" "PATH_INFO" => "" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "frcinima.com" "SERVER_PORT" => "80" "SERVER_ADDR" => "5.78.92.107" "REMOTE_PORT" => "59932" "REMOTE_ADDR" => "172.70.100.160" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REQUEST_SCHEME" => "http" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/www/wwwroot/135.181.103.76/app" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/category/36" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/www/wwwroot/135.181.103.76/app/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744079470.4409 "REQUEST_TIME" => 1744079470 ]
        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, 08 Apr 2025 02:31:10 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdHTk0wQ1ptOEJrR1J5YkJQMGFadVE9PSIsInZhbHVlIjoidEc4MGxPMERDWGJFYTFVdjNuN2VLcWQyampOdnZCbkJtWitsZWxVTHVXaThTWlZPTUN1aU9Kd3BJU01SaXErMVNHN1R3Z2hKSTlXblpLbVBQT3p6NWwzMmFVNExxQnU2U1ZqazJLRi9xNmJvTDN0MXprVHo1WWE5STNHdUg3eHYiLCJtYWMiOiIxYmFlN2Y3YTEzNzM5ZmNkOGMzMWFlZTcyYWEyNDVmOGUyYmE0YmY5ZjdiOGExMDE3M2ZjNGE2ZWIwMmRmYmNiIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 04:31:10 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjdHTk0wQ1ptOEJrR1J5YkJQMGFadVE9PSIsInZhbHVlIjoidEc4MGxPMERDWGJFYTFVdjNuN2VLcWQyampOdnZCbkJtWitsZWxVTHVXaThTWlZPTUN1aU9Kd3BJU01SaXErMVNHN1R3Z" 1 => "playlab_session=eyJpdiI6IkVXMXJYK1l2bC9ZRU5pYjh2TXlxcFE9PSIsInZhbHVlIjoiNlU2WTUzZFRTL1JoWEFreU9pZTdvamZvMFhIbFR4L01IWEw2ZDA3enNnQ1d4cUcxNStQejdJMEhPSFFFeVBoNXRodmxMeWp1cC9QZkpubW94MmZkREsyMWJ6LzBHYlMvR01nbW5yc3dYRjFLbUhqM1VyUlM4anA2YTN4TFlyLzEiLCJtYWMiOiI3MzkzZDRjOWNiNjVkM2VjOTRlMjViODQzNGNlYjQ1ZWRhOWI5NTE3Yzc3NDI1MzlhOTdiNGRjY2IyNmQ4ZWI3IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 04:31:10 GMT; Max-Age=7200; path=/; httponly; samesite=laxplaylab_session=eyJpdiI6IkVXMXJYK1l2bC9ZRU5pYjh2TXlxcFE9PSIsInZhbHVlIjoiNlU2WTUzZFRTL1JoWEFreU9pZTdvamZvMFhIbFR4L01IWEw2ZDA3enNnQ1d4cUcxNStQejdJMEhPSFFFeVBoNXRo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjdHTk0wQ1ptOEJrR1J5YkJQMGFadVE9PSIsInZhbHVlIjoidEc4MGxPMERDWGJFYTFVdjNuN2VLcWQyampOdnZCbkJtWitsZWxVTHVXaThTWlZPTUN1aU9Kd3BJU01SaXErMVNHN1R3Z2hKSTlXblpLbVBQT3p6NWwzMmFVNExxQnU2U1ZqazJLRi9xNmJvTDN0MXprVHo1WWE5STNHdUg3eHYiLCJtYWMiOiIxYmFlN2Y3YTEzNzM5ZmNkOGMzMWFlZTcyYWEyNDVmOGUyYmE0YmY5ZjdiOGExMDE3M2ZjNGE2ZWIwMmRmYmNiIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 04:31:10 GMT; path=/XSRF-TOKEN=eyJpdiI6IjdHTk0wQ1ptOEJrR1J5YkJQMGFadVE9PSIsInZhbHVlIjoidEc4MGxPMERDWGJFYTFVdjNuN2VLcWQyampOdnZCbkJtWitsZWxVTHVXaThTWlZPTUN1aU9Kd3BJU01SaXErMVNHN1R3Z" 1 => "playlab_session=eyJpdiI6IkVXMXJYK1l2bC9ZRU5pYjh2TXlxcFE9PSIsInZhbHVlIjoiNlU2WTUzZFRTL1JoWEFreU9pZTdvamZvMFhIbFR4L01IWEw2ZDA3enNnQ1d4cUcxNStQejdJMEhPSFFFeVBoNXRodmxMeWp1cC9QZkpubW94MmZkREsyMWJ6LzBHYlMvR01nbW5yc3dYRjFLbUhqM1VyUlM4anA2YTN4TFlyLzEiLCJtYWMiOiI3MzkzZDRjOWNiNjVkM2VjOTRlMjViODQzNGNlYjQ1ZWRhOWI5NTE3Yzc3NDI1MzlhOTdiNGRjY2IyNmQ4ZWI3IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 04:31:10 GMT; path=/; httponlyplaylab_session=eyJpdiI6IkVXMXJYK1l2bC9ZRU5pYjh2TXlxcFE9PSIsInZhbHVlIjoiNlU2WTUzZFRTL1JoWEFreU9pZTdvamZvMFhIbFR4L01IWEw2ZDA3enNnQ1d4cUcxNStQejdJMEhPSFFFeVBoNXRo" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "WKT0JVABJPWA9P1VjILjBIhZO63powx4HUQhveUk" "lang" => "fr" "_previous" => array:1 [ "url" => "http://frcinima.com/category/36" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]