I nostri corsi di formazione a tariffe speciali!
31/08/2022
iconaCondividi

Certifications

Partner of

Follow us

7.4.27PHP Version170msRequest Duration4MBMemory UsageGET it/news/{subs?}RouteAuth status
    • Booting (43.25ms)
    • Application (127ms)
    • 1 x Application (74.4%)
      126.51ms
      1 x Booting (25.43%)
      43.25ms
      6 templates were rendered
      • news.item (resources/views/news/item.blade.php)21blade
        Params
        0
        id
        1
        title
        2
        date
        3
        status
        4
        content
        5
        slug
        6
        language
        7
        category_id
        8
        extras
        9
        created_at
        10
        updated_at
        11
        image
        12
        image_xs
        13
        attachment_file_1
        14
        attachment_name_1
        15
        attachment_file_2
        16
        attachment_name_2
        17
        attachment_file_3
        18
        attachment_name_3
        19
        meta_keywords
        20
        meta_description
      • news.partials.metatags (resources/views/news/partials/metatags.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
      • layout.default (resources/views/layout/default.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
      • layout.partials.menu (resources/views/layout/partials/menu.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        languages
        27
        activeLanguage
      • layout.partials.logos (resources/views/layout/partials/logos.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        __currentLoopData
        27
        loop
      • layout.partials.footer (resources/views/layout/partials/footer.blade.php)28blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        id
        5
        title
        6
        date
        7
        status
        8
        content
        9
        slug
        10
        language
        11
        category_id
        12
        extras
        13
        created_at
        14
        updated_at
        15
        image
        16
        image_xs
        17
        attachment_file_1
        18
        attachment_name_1
        19
        attachment_file_2
        20
        attachment_name_2
        21
        attachment_file_3
        22
        attachment_name_3
        23
        meta_keywords
        24
        meta_description
        25
        i
        26
        __currentLoopData
        27
        loop
      uri
      GET it/news/{subs?}
      middleware
      web
      controller
      App\Http\Controllers\NewsController@item
      namespace
      App\Http\Controllers
      prefix
      /it
      where
      file
      app/Http/Controllers/NewsController.php:62-72
      11 statements were executed, 9 of which were duplicated, 2 unique3.44ms
      • select * from `news` where `slug` = 'corsidiformazionetariffespeciali' and `status` = 'published' and `language` = 'it' limit 11.62ms/app/Http/Controllers/NewsController.php:64c0agdefelice
        Metadata
        Bindings
        • 0. corsidiformazionetariffespeciali
        • 1. published
        • 2. it
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Http/Controllers/NewsController.php:64
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select * from `languages` where `active` = 1170μs/app/Providers/ViewComposerProvider.php:22c0agdefelice
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Providers/ViewComposerProvider.php:22
        • 15. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:179
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:118
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:85
        • 18. view::layout.default:37
      • select * from `menu_items` where `language` = 'it' order by `lft` asc160μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. it
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:18
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('11', '13', '15', '17', '19', '35', '96', '118')180μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 11
        • 1. 13
        • 2. 15
        • 3. 17
        • 4. 19
        • 5. 35
        • 6. 96
        • 7. 118
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:18
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (9, 11, 13, 15, 17, 19, 33, 41, 43)160μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 9
        • 1. 11
        • 2. 13
        • 3. 15
        • 4. 17
        • 5. 19
        • 6. 33
        • 7. 41
        • 8. 43
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:18
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `language` = 'it' order by `lft` asc150μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. it
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:58
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('11', '13', '15', '17', '19', '35', '96', '118')170μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 11
        • 1. 13
        • 2. 15
        • 3. 17
        • 4. 19
        • 5. 35
        • 6. 96
        • 7. 118
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (9, 11, 13, 15, 17, 19, 33, 41, 43)220μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 9
        • 1. 11
        • 2. 13
        • 3. 15
        • 4. 17
        • 5. 19
        • 6. 33
        • 7. 41
        • 8. 43
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `language` = 'it' order by `lft` asc240μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. it
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 13. view::layout.partials.menu:69
        • 15. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 16. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 17. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `pages` where `pages`.`id` in ('11', '13', '15', '17', '19', '35', '96', '118')220μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 11
        • 1. 13
        • 2. 15
        • 3. 17
        • 4. 19
        • 5. 35
        • 6. 96
        • 7. 118
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:69
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • select * from `menu_items` where `menu_items`.`parent_id` in (9, 11, 13, 15, 17, 19, 33, 41, 43)150μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 9
        • 1. 11
        • 2. 13
        • 3. 15
        • 4. 17
        • 5. 19
        • 6. 33
        • 7. 41
        • 8. 43
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /packages/progresso/menucrud/src/Models/MenuItem.php:39
        • 18. view::layout.partials.menu:69
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:137
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      App\Models\Page
      24
      Progresso\MenuCRUD\Models\MenuItem
      27
      Backpack\LangFileManager\app\Models\Language
      3
      App\Models\News
      1
        web
        null
        api
        null
          _token
          qOBNzGAuydZjFk7PERNTI78GEdvFUmRS5YH9QTtW
          _previous
          array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/it/news/corsidiformazionetariffe...
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /it/news/corsidiformazionetariffespeciali
          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:8 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "agenziadefelice.sviluppo.progresso.srl" ] ]
          request_server
          0 of 0
          array:41 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client0/web91/tmp" "TMPDIR" => "/var/www/clients/client0/web91/tmp" "TMP" => "/var/www/clients/client0/web91/tmp" "HOSTNAME" => "" "USER" => "web91" "HOME" => "/var/www/clients/client0/web91" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/it/news/corsidiformazionetariffespeciali" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/it/news/corsidiformazionetariffespeciali" "REMOTE_PORT" => "61217" "SCRIPT_FILENAME" => "/var/www/clients/client0/web91/web/public/index.php" "SERVER_ADMIN" => "webmaster@agenziadefelice.sviluppo.progresso.srl" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client0/web91/web/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/var/www/clients/client0/web91/web/public" "REMOTE_ADDR" => "18.191.8.99" "SERVER_PORT" => "80" "SERVER_ADDR" => "51.68.164.79" "SERVER_NAME" => "agenziadefelice.sviluppo.progresso.srl" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "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_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "agenziadefelice.sviluppo.progresso.srl" "proxy-nokeepalive" => "1" "REDIRECT_STATUS" => "200" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1749109944.1238 "REQUEST_TIME" => 1749109944 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 05 Jun 2025 07:52:24 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IllDSlB3T1NDV3R4Mkw5VVprcmdcL3JBPT0iLCJ2YWx1ZSI6IlhDdGZlSG1oNVV6WlZ2VStzXC9UTFk5akx5T3R2aW1RNWFqK2RsaWNBMGFjSlF5WTRBejUxSGZGUDh4WkhrUStkIiwibWFjIjoiMDQxNmY4OTM3MTZhYzRmMDg2MjFhY2ZlOTM0NWQyNDljOWRhYjRjYTRlNGJlMDQyYWMzNTNiNzYzNWUzOGYwNiJ9; expires=Thu, 05-Jun-2025 09:52:24 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IllDSlB3T1NDV3R4Mkw5VVprcmdcL3JBPT0iLCJ2YWx1ZSI6IlhDdGZlSG1oNVV6WlZ2VStzXC9UTFk5akx5T3R2aW1RNWFqK2RsaWNBMGFjSlF5WTRBejUxSGZGUDh4WkhrUStkIiwib" 1 => "agenzia_defelice_session=eyJpdiI6Ik5hXC9PZWVaZjIwSUh2WTcyT2dKcCtnPT0iLCJ2YWx1ZSI6InR5WVZlYkZFYzQ0b2dZeUtQWEF0RTVlS3BSMUtqNGZRYnlnTlwvWlVWRStTTmhLekhvYzVcLzA5clU3bnZON3RZcFlRdHlaMW9qVnNzc21PRlNhNTFRTGFZVjh6V0lVVWU1VWhmajVhUXgzOVVFZmFXYUtUN1ZcL3ZcL2tXeXFtVEZmNyIsIm1hYyI6IjFjY2EyYjBiNGFiMWE0ZTBhOWI5OTEzZDdiNTgxYzA4MmQ1NTJjNTRlY2YyZmY4ZmUwZTk1NWM1NTc1NTJmNTkifQ%3D%3D; expires=Thu, 05-Jun-2025 09:52:24 GMT; Max-Age=7200; path=/; httponlyagenzia_defelice_session=eyJpdiI6Ik5hXC9PZWVaZjIwSUh2WTcyT2dKcCtnPT0iLCJ2YWx1ZSI6InR5WVZlYkZFYzQ0b2dZeUtQWEF0RTVlS3BSMUtqNGZRYnlnTlwvWlVWRStTTmhLekhvYzVcLzA5clU" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IllDSlB3T1NDV3R4Mkw5VVprcmdcL3JBPT0iLCJ2YWx1ZSI6IlhDdGZlSG1oNVV6WlZ2VStzXC9UTFk5akx5T3R2aW1RNWFqK2RsaWNBMGFjSlF5WTRBejUxSGZGUDh4WkhrUStkIiwibWFjIjoiMDQxNmY4OTM3MTZhYzRmMDg2MjFhY2ZlOTM0NWQyNDljOWRhYjRjYTRlNGJlMDQyYWMzNTNiNzYzNWUzOGYwNiJ9; expires=Thu, 05-Jun-2025 09:52:24 GMT; path=/XSRF-TOKEN=eyJpdiI6IllDSlB3T1NDV3R4Mkw5VVprcmdcL3JBPT0iLCJ2YWx1ZSI6IlhDdGZlSG1oNVV6WlZ2VStzXC9UTFk5akx5T3R2aW1RNWFqK2RsaWNBMGFjSlF5WTRBejUxSGZGUDh4WkhrUStkIiwib" 1 => "agenzia_defelice_session=eyJpdiI6Ik5hXC9PZWVaZjIwSUh2WTcyT2dKcCtnPT0iLCJ2YWx1ZSI6InR5WVZlYkZFYzQ0b2dZeUtQWEF0RTVlS3BSMUtqNGZRYnlnTlwvWlVWRStTTmhLekhvYzVcLzA5clU3bnZON3RZcFlRdHlaMW9qVnNzc21PRlNhNTFRTGFZVjh6V0lVVWU1VWhmajVhUXgzOVVFZmFXYUtUN1ZcL3ZcL2tXeXFtVEZmNyIsIm1hYyI6IjFjY2EyYjBiNGFiMWE0ZTBhOWI5OTEzZDdiNTgxYzA4MmQ1NTJjNTRlY2YyZmY4ZmUwZTk1NWM1NTc1NTJmNTkifQ%3D%3D; expires=Thu, 05-Jun-2025 09:52:24 GMT; path=/; httponlyagenzia_defelice_session=eyJpdiI6Ik5hXC9PZWVaZjIwSUh2WTcyT2dKcCtnPT0iLCJ2YWx1ZSI6InR5WVZlYkZFYzQ0b2dZeUtQWEF0RTVlS3BSMUtqNGZRYnlnTlwvWlVWRStTTmhLekhvYzVcLzA5clU" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "qOBNzGAuydZjFk7PERNTI78GEdvFUmRS5YH9QTtW" "_previous" => array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/it/news/corsidiformazionetariffespeciali" ] "PHPDEBUGBAR_STACK_DATA" => [] ]