AEC2 Pilot course
10/05/2023
iconaShare

Take the chance to attend our AEC 2 MCA 5 days pilot course from June 26th to 30th 2023, at a very special rate!
Information and registration:
training@defelice.yachts
+39 0584 399464

Certifications

Partner of

Follow us

7.4.27PHP Version166msRequest Duration4MBMemory UsageGET en/news/{subs?}RouteAuth status
    • Booting (41.24ms)
    • Application (125ms)
    • 1 x Application (75.02%)
      124.89ms
      1 x Booting (24.77%)
      41.24ms
      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 en/news/{subs?}
      middleware
      web
      controller
      App\Http\Controllers\NewsController@item
      namespace
      App\Http\Controllers
      prefix
      /en
      where
      file
      app/Http/Controllers/NewsController.php:62-72
      11 statements were executed, 9 of which were duplicated, 2 unique3.29ms
      • select * from `news` where `slug` = 'aec2-pilot-course' and `status` = 'published' and `language` = 'en' limit 1790μs/app/Http/Controllers/NewsController.php:64c0agdefelice
        Metadata
        Bindings
        • 0. aec2-pilot-course
        • 1. published
        • 2. en
        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` = 1200μ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` = 'en' order by `lft` asc270μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        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 ('2', '3', '4', '6', '7', '33', '102', '123')270μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        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 (1, 2, 3, 4, 5, 7, 35, 42, 46)200μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        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` = 'en' order by `lft` asc300μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        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 ('2', '3', '4', '6', '7', '33', '102', '123')270μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        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 (1, 2, 3, 4, 5, 7, 35, 42, 46)230μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        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` = 'en' order by `lft` asc250μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. en
        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 ('2', '3', '4', '6', '7', '33', '102', '123')260μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 2
        • 1. 3
        • 2. 4
        • 3. 6
        • 4. 7
        • 5. 33
        • 6. 102
        • 7. 123
        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 (1, 2, 3, 4, 5, 7, 35, 42, 46)250μs/packages/progresso/menucrud/src/Models/MenuItem.php:39c0agdefelice
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 7
        • 6. 35
        • 7. 42
        • 8. 46
        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
          uF68FeMDni3Gk6ICtTURmyaNf15iTSg5vi7uwchp
          _previous
          array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/en/news/aec2-pilot-course" ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /en/news/aec2-pilot-course
          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" => "/en/news/aec2-pilot-course" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/en/news/aec2-pilot-course" "REMOTE_PORT" => "20773" "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" => "3.142.146.163" "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" => 1748807701.6623 "REQUEST_TIME" => 1748807701 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 01 Jun 2025 19:55:01 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjYyVGZ6eEViSW1CaGxVeHd5c3A1S0E9PSIsInZhbHVlIjoidno2WlpyemYrXC9uOTlzK2huK3Z2YWV2d0grekxsNlwvNUh4WUI0MjJ3dXZQTEozMUQ3KzJUQWk1MzM3NkZqbVo0IiwibWFjIjoiZThiNDQ1MWRlNWNmZmFlY2RiOThkMDBmZDg3NGE5ZTQxM2FjMDBlYmQzMTUwNDljNTU5MGNmMTU0YWU0YWIzNSJ9; expires=Sun, 01-Jun-2025 21:55:01 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IjYyVGZ6eEViSW1CaGxVeHd5c3A1S0E9PSIsInZhbHVlIjoidno2WlpyemYrXC9uOTlzK2huK3Z2YWV2d0grekxsNlwvNUh4WUI0MjJ3dXZQTEozMUQ3KzJUQWk1MzM3NkZqbVo0Iiwib" 1 => "agenzia_defelice_session=eyJpdiI6Im40ZTdhWlAwc2xRTTFkWHJiVGVDbnc9PSIsInZhbHVlIjoiQWtrMnhPeVlTRjFVVkJ6RkE1ZzFCcVljcFF3clpQM2JkNFh6MXZaN1VQekw5d1d2UUFGckp1elhHa01FQzh1T0tid0Jpc3RvXC9OZzM0UkdHNWZhQjFtNVJqc3N5NVhHb0hCZGdkYzh6TkZPV2ppajRQK2FcL1R2OXhhekpzWWZVRiIsIm1hYyI6ImU3ZTQxZTE1Mjc1MTg2ZGNmYTUzM2JjMjcxMjE2ZmVhNzljZmQxYWY4ODViZjFhYzBmNjMwMTAwZDA0ZWU2ZjkifQ%3D%3D; expires=Sun, 01-Jun-2025 21:55:01 GMT; Max-Age=7200; path=/; httponlyagenzia_defelice_session=eyJpdiI6Im40ZTdhWlAwc2xRTTFkWHJiVGVDbnc9PSIsInZhbHVlIjoiQWtrMnhPeVlTRjFVVkJ6RkE1ZzFCcVljcFF3clpQM2JkNFh6MXZaN1VQekw5d1d2UUFGckp1elhHa01" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjYyVGZ6eEViSW1CaGxVeHd5c3A1S0E9PSIsInZhbHVlIjoidno2WlpyemYrXC9uOTlzK2huK3Z2YWV2d0grekxsNlwvNUh4WUI0MjJ3dXZQTEozMUQ3KzJUQWk1MzM3NkZqbVo0IiwibWFjIjoiZThiNDQ1MWRlNWNmZmFlY2RiOThkMDBmZDg3NGE5ZTQxM2FjMDBlYmQzMTUwNDljNTU5MGNmMTU0YWU0YWIzNSJ9; expires=Sun, 01-Jun-2025 21:55:01 GMT; path=/XSRF-TOKEN=eyJpdiI6IjYyVGZ6eEViSW1CaGxVeHd5c3A1S0E9PSIsInZhbHVlIjoidno2WlpyemYrXC9uOTlzK2huK3Z2YWV2d0grekxsNlwvNUh4WUI0MjJ3dXZQTEozMUQ3KzJUQWk1MzM3NkZqbVo0Iiwib" 1 => "agenzia_defelice_session=eyJpdiI6Im40ZTdhWlAwc2xRTTFkWHJiVGVDbnc9PSIsInZhbHVlIjoiQWtrMnhPeVlTRjFVVkJ6RkE1ZzFCcVljcFF3clpQM2JkNFh6MXZaN1VQekw5d1d2UUFGckp1elhHa01FQzh1T0tid0Jpc3RvXC9OZzM0UkdHNWZhQjFtNVJqc3N5NVhHb0hCZGdkYzh6TkZPV2ppajRQK2FcL1R2OXhhekpzWWZVRiIsIm1hYyI6ImU3ZTQxZTE1Mjc1MTg2ZGNmYTUzM2JjMjcxMjE2ZmVhNzljZmQxYWY4ODViZjFhYzBmNjMwMTAwZDA0ZWU2ZjkifQ%3D%3D; expires=Sun, 01-Jun-2025 21:55:01 GMT; path=/; httponlyagenzia_defelice_session=eyJpdiI6Im40ZTdhWlAwc2xRTTFkWHJiVGVDbnc9PSIsInZhbHVlIjoiQWtrMnhPeVlTRjFVVkJ6RkE1ZzFCcVljcFF3clpQM2JkNFh6MXZaN1VQekw5d1d2UUFGckp1elhHa01" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "uF68FeMDni3Gk6ICtTURmyaNf15iTSg5vi7uwchp" "_previous" => array:1 [ "url" => "http://agenziadefelice.sviluppo.progresso.srl/en/news/aec2-pilot-course" ] "PHPDEBUGBAR_STACK_DATA" => [] ]