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

Certifications

Partner of

Follow us

7.4.27PHP Version174msRequest Duration4MBMemory UsageGET it/news/{subs?}RouteAuth status
    • Booting (46.83ms)
    • Application (127ms)
    • 1 x Application (72.96%)
      127.16ms
      1 x Booting (26.87%)
      46.83ms
      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 unique2.01ms
      • select * from `news` where `slug` = 'corsidiformazionetariffespeciali' and `status` = 'published' and `language` = 'it' limit 1520μs/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` = 1150μ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` 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: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)100μ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` asc110μ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')150μ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)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: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` asc180μ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)100μ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
          LJ7svuMHNqUdJwVNjYWdtBtdbElaByJVQ6hUAgcH
          _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:10 [ "connection" => array:1 [ 0 => "keep-alive" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.1.175.179" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-b6csn (squid/6.10)" ] "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" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "agenziadefelice.sviluppo.progresso.srl" ] ]
          request_server
          0 of 0
          array:43 [ "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" => "4606" "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" => "216.73.216.4" "SERVER_PORT" => "80" "SERVER_ADDR" => "51.68.164.79" "SERVER_NAME" => "agenziadefelice.sviluppo.progresso.srl" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_CONNECTION" => "keep-alive" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "10.1.175.179" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-b6csn (squid/6.10)" "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_PRAGMA" => "no-cache" "HTTP_HOST" => "agenziadefelice.sviluppo.progresso.srl" "proxy-nokeepalive" => "1" "REDIRECT_STATUS" => "200" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1750007903.3113 "REQUEST_TIME" => 1750007903 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 15 Jun 2025 17:18:23 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InkwbFwvSW1xaTg3bFZwT0xKOFI3V2lRPT0iLCJ2YWx1ZSI6InR1OHFISmtrSmZJWUdzd1NBNWt3STlLclB3akNEb2hKZTZ1REU2QmhTU25NVklOTG5CU1lwMkg2bHo5YktWaGMiLCJtYWMiOiI0N2U4MDliYjA5ZTc2OTA2MDI1NDA0ODEzNTcwY2ExYjVjZDNhMmI1YWVkMWM0MWRjZmQ2YzQ2OTRlNDEyZDlmIn0%3D; expires=Sun, 15-Jun-2025 19:18:23 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InkwbFwvSW1xaTg3bFZwT0xKOFI3V2lRPT0iLCJ2YWx1ZSI6InR1OHFISmtrSmZJWUdzd1NBNWt3STlLclB3akNEb2hKZTZ1REU2QmhTU25NVklOTG5CU1lwMkg2bHo5YktWaGMiLCJtY" 1 => "agenzia_defelice_session=eyJpdiI6InU4TmNXZjRzanFxXC83b1k5N3ZyY2ZnPT0iLCJ2YWx1ZSI6Inh5YmU4S2hnRlJCazdyWnBwZUp6alRXcVpOYkxzN2lyNmd6V2p6Ujl0NVFQcmJkQXZ4R0hDOTVJNXFDaVZnbmJZdzh5NWJrOWJab050QWc1bVppV1M5VFNvakxZMFN1eXJVeHc0MlIyMU82czRDd0ZONDFBRWVHVU4zeWEyWGR5IiwibWFjIjoiZDA3MWNkMjIwMzM1NDVjZWY3ZDNjMTE2YTk3NmE0ODFkZjlmNGMxNWUyMWYxMDEwMjVkMjBlOWFiODVhNTBiNiJ9; expires=Sun, 15-Jun-2025 19:18:23 GMT; Max-Age=7200; path=/; httponlyagenzia_defelice_session=eyJpdiI6InU4TmNXZjRzanFxXC83b1k5N3ZyY2ZnPT0iLCJ2YWx1ZSI6Inh5YmU4S2hnRlJCazdyWnBwZUp6alRXcVpOYkxzN2lyNmd6V2p6Ujl0NVFQcmJkQXZ4R0hDOTVJNXF" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InkwbFwvSW1xaTg3bFZwT0xKOFI3V2lRPT0iLCJ2YWx1ZSI6InR1OHFISmtrSmZJWUdzd1NBNWt3STlLclB3akNEb2hKZTZ1REU2QmhTU25NVklOTG5CU1lwMkg2bHo5YktWaGMiLCJtYWMiOiI0N2U4MDliYjA5ZTc2OTA2MDI1NDA0ODEzNTcwY2ExYjVjZDNhMmI1YWVkMWM0MWRjZmQ2YzQ2OTRlNDEyZDlmIn0%3D; expires=Sun, 15-Jun-2025 19:18:23 GMT; path=/XSRF-TOKEN=eyJpdiI6InkwbFwvSW1xaTg3bFZwT0xKOFI3V2lRPT0iLCJ2YWx1ZSI6InR1OHFISmtrSmZJWUdzd1NBNWt3STlLclB3akNEb2hKZTZ1REU2QmhTU25NVklOTG5CU1lwMkg2bHo5YktWaGMiLCJtY" 1 => "agenzia_defelice_session=eyJpdiI6InU4TmNXZjRzanFxXC83b1k5N3ZyY2ZnPT0iLCJ2YWx1ZSI6Inh5YmU4S2hnRlJCazdyWnBwZUp6alRXcVpOYkxzN2lyNmd6V2p6Ujl0NVFQcmJkQXZ4R0hDOTVJNXFDaVZnbmJZdzh5NWJrOWJab050QWc1bVppV1M5VFNvakxZMFN1eXJVeHc0MlIyMU82czRDd0ZONDFBRWVHVU4zeWEyWGR5IiwibWFjIjoiZDA3MWNkMjIwMzM1NDVjZWY3ZDNjMTE2YTk3NmE0ODFkZjlmNGMxNWUyMWYxMDEwMjVkMjBlOWFiODVhNTBiNiJ9; expires=Sun, 15-Jun-2025 19:18:23 GMT; path=/; httponlyagenzia_defelice_session=eyJpdiI6InU4TmNXZjRzanFxXC83b1k5N3ZyY2ZnPT0iLCJ2YWx1ZSI6Inh5YmU4S2hnRlJCazdyWnBwZUp6alRXcVpOYkxzN2lyNmd6V2p6Ujl0NVFQcmJkQXZ4R0hDOTVJNXF" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "LJ7svuMHNqUdJwVNjYWdtBtdbElaByJVQ6hUAgcH" "_previous" => array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/it/news/corsidiformazionetariffespeciali" ] "PHPDEBUGBAR_STACK_DATA" => [] ]