Файли Cookie
Ми використовуємо файли cookie, щоб покращити ваш користувацький досвід і оптимізувати контент на сайті. Дізнайтеся більше
Я відмовляюся
Я погоджуюся
7.2.10PHP Version525msRequest Duration27MBMemory UsageGET {uri}Route
    • Booting (14.93ms)
    • Application (510ms)
    • 1 x Application (97.16%)
      510ms
      1 x Booting (2.84%)
      14.93ms
      15 templates were rendered
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/ContentBlock/Front/views/index.blade.php (app/Modules/ContentBlock/Front/views/index.blade.php)4blade
        Params
        0
        block
        1
        template
        2
        block_id
        3
        widget
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/ContentBlock/Front/views/templates/empty.blade.php (app/Modules/ContentBlock/Front/views/templates/empty.blade.php)2blade
        Params
        0
        block
        1
        widget
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/UsefullInformation/Front/views/index.blade.php (app/Modules/UsefullInformation/Front/views/index.blade.php)8blade
        Params
        0
        menu_id
        1
        filterService
        2
        countries
        3
        years
        4
        categories
        5
        items
        6
        count
        7
        widget
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/UsefullInformation/Front/views/_items.blade.php (app/Modules/UsefullInformation/Front/views/_items.blade.php)2blade
        Params
        0
        items
        1
        widget
      • templates.local_home (resources/views/templates/local_home.blade.php)0blade
      • layouts.local (resources/views/layouts/local.blade.php)1blade
        Params
        0
        content
      • layouts.parts._head (resources/views/layouts/parts/_head.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        content
        5
        domain
      • layouts.parts._breadcrumbs (resources/views/layouts/parts/_breadcrumbs.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        content
        5
        domain
      • layouts.parts._header (resources/views/layouts/parts/_header.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        content
        5
        domain
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/Menu/Front/views/main_header_flat.blade.php (app/Modules/Menu/Front/views/main_header_flat.blade.php)2blade
        Params
        0
        items
        1
        widget
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/Menu/Front/views/main_burger.blade.php (app/Modules/Menu/Front/views/main_burger.blade.php)2blade
        Params
        0
        items
        1
        widget
      • layouts.parts._footer (resources/views/layouts/parts/_footer.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        content
        5
        domain
      • GoogleReCaptchaV3::googlerecaptchav3.template (vendor/timehunter/laravel-google-recaptcha-v3/resources/views/googlerecaptchav3/template.blade.php)7blade
        Params
        0
        publicKey
        1
        mappers
        2
        inline
        3
        language
        4
        apiJsUrl
        5
        hasAction
        6
        backgroundMode
      • /var/www/eu4business/country.eu4business.eu/app/app/Modules/Menu/Front/views/main_right_footer.blade.php (app/Modules/Menu/Front/views/main_right_footer.blade.php)2blade
        Params
        0
        items
        1
        widget
      • layouts.parts._cookies (resources/views/layouts/parts/_cookies.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        content
        5
        domain
      uri
      GET {uri}
      middleware
      web
      uses
      Closure($uri) {#1734 class: "Illuminate\Routing\RouteFileRegistrar" this: Illuminate\Routing\RouteFileRegistrar {#350 …} file: "/var/www/eu4business/country.eu4business.eu/app/routes/web.php" line: "40 to 42" }
      namespace
      App\Http\Controllers
      prefix
      where
      file
      routes/web.php:40-42
      40 statements were executed, 26 of which were duplicated, 14 unique55.24ms
      • select * from `structure_pages` where `structure_pages`.`id` = 177 limit 1
        910μs/app/Modules/Structure/Services/StructureService.php:495ceu4business
        Metadata
        Bindings
        • 0. 177
        Backtrace
        • 20. /app/Modules/Structure/Services/StructureService.php:495
        • 21. /app/Modules/Structure/Services/StructureService.php:641
        • 22. /app/Modules/Structure/Services/StructureService.php:754
        • 23. /routes/web.php:41
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `structure_pages_lang` where `structure_pages_lang`.`page_id` in (177)
        180μs/app/Modules/Structure/Services/StructureService.php:495ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Services/StructureService.php:495
        • 26. /app/Modules/Structure/Services/StructureService.php:641
        • 27. /app/Modules/Structure/Services/StructureService.php:754
        • 28. /routes/web.php:41
        • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select usefull_information.*, usefull_information_lang.title AS title, usefull_information_categories.alias AS category_alias, ( SELECT GROUP_CONCAT(country.code ORDER BY `rank` DESC) FROM country LEFT JOIN usefull_information_vs_country ON country.id = usefull_information_vs_country.country_id WHERE usefull_information_vs_country.usefull_information_id = usefull_information.id AND country.is_active ) AS codes from `usefull_information` left join `usefull_information_lang` on `usefull_information_lang`.`usefull_information_id` = `usefull_information`.`id` left join `usefull_information_categories` on `usefull_information`.`category_id` = `usefull_information_categories`.`id` left join `usefull_information_categories_lang` on `usefull_information_categories`.`id` = `usefull_information_categories_lang`.`category_id` left join `usefull_information_vs_country` on `usefull_information`.`id` = `usefull_information_vs_country`.`usefull_information_id` where `usefull_information_lang`.`locale` = 'ua' and `usefull_information_categories_lang`.`locale` = 'ua' and `usefull_information`.`is_active` = 1 and `usefull_information`.`published_from` <= 1736660120 and `usefull_information`.`published_to` >= 1736660120 and `usefull_information`.`content_langs` like '%ua%' and `usefull_information_vs_country`.`country_id` = 2 order by `usefull_information`.`published_from` desc limit 8 offset 0
        830μs/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215ceu4business
        Metadata
        Bindings
        • 0. ua
        • 1. ua
        • 2. 1
        • 3. 1736660120
        • 4. 1736660120
        • 5. %ua%
        • 6. 2
        Backtrace
        • 14. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215
        • 15. /app/Modules/UsefullInformation/Front/Services/FilterService.php:227
        • 16. /app/Modules/UsefullInformation/Front/Widget.php:124
        • 17. /app/Base/WidgetBase.php:194
        • 18. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_lang` where `usefull_information_lang`.`usefull_information_id` in (69, 70, 71, 81, 85, 86, 87, 88)
        390μs/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215ceu4business
        Metadata
        Backtrace
        • 19. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215
        • 20. /app/Modules/UsefullInformation/Front/Services/FilterService.php:227
        • 21. /app/Modules/UsefullInformation/Front/Widget.php:124
        • 22. /app/Base/WidgetBase.php:194
        • 23. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_files` where `usefull_information_files`.`usefull_information_id` in (69, 70, 71, 81, 85, 86, 87, 88) order by `id` desc
        350μs/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215ceu4business
        Metadata
        Backtrace
        • 19. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215
        • 20. /app/Modules/UsefullInformation/Front/Services/FilterService.php:227
        • 21. /app/Modules/UsefullInformation/Front/Widget.php:124
        • 22. /app/Base/WidgetBase.php:194
        • 23. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_files_lang` where `usefull_information_files_lang`.`file_id` in (131, 132, 133, 134, 135, 152, 158, 159, 160, 161)
        16.79ms/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215ceu4business
        Metadata
        Backtrace
        • 24. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:215
        • 25. /app/Modules/UsefullInformation/Front/Services/FilterService.php:227
        • 26. /app/Modules/UsefullInformation/Front/Widget.php:124
        • 27. /app/Base/WidgetBase.php:194
        • 28. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `structure_pages` where `structure_pages`.`id` = 364 limit 1
        240μs/app/Modules/Structure/Front/Services/FrontPage.php:308ceu4business
        Metadata
        Bindings
        • 0. 364
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:308
        • 22. /app/Modules/UsefullInformation/Front/Widget.php:130
        • 23. /app/Base/WidgetBase.php:194
        • 24. /app/Modules/Structure/Services/StructureService.php:778
        • 25. /routes/web.php:41
      • select * from `structure_pages_lang` where `structure_pages_lang`.`page_id` in (364)
        280μs/app/Modules/Structure/Front/Services/FrontPage.php:308ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:308
        • 27. /app/Modules/UsefullInformation/Front/Widget.php:130
        • 28. /app/Base/WidgetBase.php:194
        • 29. /app/Modules/Structure/Services/StructureService.php:778
        • 30. /routes/web.php:41
      • select * from `structure_pages` where `structure_pages`.`id` = 365 limit 1
        340μs/app/Modules/Structure/Front/Services/FrontPage.php:312ceu4business
        Metadata
        Bindings
        • 0. 365
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:312
        • 22. /app/Modules/UsefullInformation/Front/Widget.php:139
        • 23. /app/Base/WidgetBase.php:194
        • 24. /app/Modules/Structure/Services/StructureService.php:778
        • 25. /routes/web.php:41
      • select * from `structure_pages_lang` where `structure_pages_lang`.`page_id` in (365)
        260μs/app/Modules/Structure/Front/Services/FrontPage.php:312ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:312
        • 27. /app/Modules/UsefullInformation/Front/Widget.php:139
        • 28. /app/Base/WidgetBase.php:194
        • 29. /app/Modules/Structure/Services/StructureService.php:778
        • 30. /routes/web.php:41
      • select usefull_information.*, usefull_information_lang.title AS title, usefull_information_categories.alias AS category_alias, ( SELECT GROUP_CONCAT(country.code ORDER BY `rank` DESC) FROM country LEFT JOIN usefull_information_vs_country ON country.id = usefull_information_vs_country.country_id WHERE usefull_information_vs_country.usefull_information_id = usefull_information.id AND country.is_active ) AS codes from `usefull_information` left join `usefull_information_lang` on `usefull_information_lang`.`usefull_information_id` = `usefull_information`.`id` left join `usefull_information_categories` on `usefull_information`.`category_id` = `usefull_information_categories`.`id` left join `usefull_information_categories_lang` on `usefull_information_categories`.`id` = `usefull_information_categories_lang`.`category_id` left join `usefull_information_vs_country` on `usefull_information`.`id` = `usefull_information_vs_country`.`usefull_information_id` where `usefull_information_lang`.`locale` = 'ua' and `usefull_information_categories_lang`.`locale` = 'ua' and `usefull_information`.`is_active` = 1 and `usefull_information`.`published_from` <= 1736660120 and `usefull_information`.`published_to` >= 1736660120 and `usefull_information`.`content_langs` like '%ua%' and `usefull_information_vs_country`.`country_id` = 2
        1.16ms/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199ceu4business
        Metadata
        Bindings
        • 0. ua
        • 1. ua
        • 2. 1
        • 3. 1736660120
        • 4. 1736660120
        • 5. %ua%
        • 6. 2
        Backtrace
        • 14. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199
        • 15. /app/Modules/UsefullInformation/Front/Services/FilterService.php:237
        • 16. /app/Modules/UsefullInformation/Front/Widget.php:155
        • 17. /app/Base/WidgetBase.php:194
        • 18. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_lang` where `usefull_information_lang`.`usefull_information_id` in (1, 3, 4, 5, 6, 7, 9, 13, 15, 16, 18, 19, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 41, 42, 43, 49, 50, 57, 58, 59, 60, 66, 67, 68, 69, 70, 71, 81, 85, 86, 87, 88, 89, 90)
        1.13ms/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199ceu4business
        Metadata
        Backtrace
        • 19. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199
        • 20. /app/Modules/UsefullInformation/Front/Services/FilterService.php:237
        • 21. /app/Modules/UsefullInformation/Front/Widget.php:155
        • 22. /app/Base/WidgetBase.php:194
        • 23. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_files` where `usefull_information_files`.`usefull_information_id` in (1, 3, 4, 5, 6, 7, 9, 13, 15, 16, 18, 19, 25, 26, 27, 28, 29, 31, 33, 35, 36, 37, 38, 40, 41, 42, 43, 49, 50, 57, 58, 59, 60, 66, 67, 68, 69, 70, 71, 81, 85, 86, 87, 88, 89, 90) order by `id` desc
        400μs/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199ceu4business
        Metadata
        Backtrace
        • 19. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199
        • 20. /app/Modules/UsefullInformation/Front/Services/FilterService.php:237
        • 21. /app/Modules/UsefullInformation/Front/Widget.php:155
        • 22. /app/Base/WidgetBase.php:194
        • 23. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `usefull_information_files_lang` where `usefull_information_files_lang`.`file_id` in (24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 56, 57, 58, 59, 60, 62, 64, 66, 67, 68, 69, 70, 72, 73, 74, 75, 81, 82, 83, 98, 99, 100, 101, 102, 103, 104, 105, 117, 118, 119, 120, 121, 128, 129, 130, 131, 132, 133, 134, 135, 152, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171)
        27.06ms/app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199ceu4business
        Metadata
        Backtrace
        • 24. /app/Modules/UsefullInformation/Services/Fetch/UsefullInformationFetchService.php:199
        • 25. /app/Modules/UsefullInformation/Front/Services/FilterService.php:237
        • 26. /app/Modules/UsefullInformation/Front/Widget.php:155
        • 27. /app/Base/WidgetBase.php:194
        • 28. /app/Modules/Structure/Services/StructureService.php:778
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        350μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        260μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        190μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        210μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        210μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        180μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        250μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        140μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        210μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        200μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        230μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains` where `structure_domains`.`id` = 12 limit 1
        160μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Bindings
        • 0. 12
        Backtrace
        • 20. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 22. /app/helpers.php:316
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 26. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 27. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      • select * from `structure_domains_lang` where `structure_domains_lang`.`domain_id` in (12)
        170μs/app/Modules/Structure/Front/Services/FrontPage.php:322ceu4business
        Metadata
        Backtrace
        • 25. /app/Modules/Structure/Front/Services/FrontPage.php:322
        • 27. /app/helpers.php:316
        • 30. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
        • 31. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:36
        • 32. /vendor/laravel/framework/src/Illuminate/View/View.php:143
      App\Modules\Structure\Models\Lang\DomainLang
      104
      App\Modules\Structure\Models\Domain
      13
      App\Modules\UsefullInformation\Models\UsefullInformation\Lang\FileLang
      704
      App\Modules\UsefullInformation\Models\UsefullInformation\File
      88
      App\Modules\UsefullInformation\Models\Lang\UsefullInformationLang
      432
      App\Modules\UsefullInformation\Models\UsefullInformation
      54
      App\Modules\Structure\Models\Lang\PageLang
      24
      App\Modules\Structure\Models\Page
      3
          _token
          SYyMHgFYYhjkjfyOtjqhrup1QVaYIlCckr1T4Fzn
          _previous
          array:1 [ "url" => "https://eu4business.org.ua/useful-materials" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /useful-materials/
          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:17 [ "priority" => array:1 [ 0 => "u=0, i" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "eu4business.org.ua" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_server
          0 of 0
          array:41 [ "USER" => "eu4business" "HOME" => "/var/www/eu4business" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "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_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_HOST" => "eu4business.org.ua" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "prod.eu4business.eu" "SERVER_PORT" => "443" "SERVER_ADDR" => "95.216.25.132" "REMOTE_PORT" => "11705" "REMOTE_ADDR" => "3.23.101.231" "SERVER_SOFTWARE" => "nginx/1.10.3" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/var/www/eu4business/country.eu4business.eu/app/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/useful-materials/" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/eu4business/country.eu4business.eu/app/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736660120.3024 "REQUEST_TIME" => 1736660120 ]
          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 => "Sun, 12 Jan 2025 05:35:20 GMT" ] "set-cookie" => array:1 [ 0 => "covid_19_eu4b_session=eyJpdiI6Ik1MSUhCQjhURnBpZyt6dHFldmMzV2c9PSIsInZhbHVlIjoiT0FneDUySEcwR3ZDWjcwNGFvUGN0UnhnOGpPMGE2SmllMExmM3g1UVY1UWRaU0Vuakxuc2grTStZU2VjbG96dlJZTE1lZmx5eGZoS2pkY2VKeG16TGIxaGlDTjVRSGNuME4yWkxTbHZXSG9WTUNcL3ltbGVyV0tLeGJrcmo2a3ZLIiwibWFjIjoiYzU0NmQ3NjdhMWI0M2Q0NzA4YTgyMjZlYTlkN2JmNDc3NzA5MDM3MTM1NzQ5NWEyMTRkMTRmNzkyYzcwMzljMSJ9; expires=Sun, 25-Apr-2027 13:35:20 GMT; Max-Age=72000000; path=/; httponlycovid_19_eu4b_session=eyJpdiI6Ik1MSUhCQjhURnBpZyt6dHFldmMzV2c9PSIsInZhbHVlIjoiT0FneDUySEcwR3ZDWjcwNGFvUGN0UnhnOGpPMGE2SmllMExmM3g1UVY1UWRaU0Vuakxuc2grTStZU2VjbG" ] "Set-Cookie" => array:1 [ 0 => "covid_19_eu4b_session=eyJpdiI6Ik1MSUhCQjhURnBpZyt6dHFldmMzV2c9PSIsInZhbHVlIjoiT0FneDUySEcwR3ZDWjcwNGFvUGN0UnhnOGpPMGE2SmllMExmM3g1UVY1UWRaU0Vuakxuc2grTStZU2VjbG96dlJZTE1lZmx5eGZoS2pkY2VKeG16TGIxaGlDTjVRSGNuME4yWkxTbHZXSG9WTUNcL3ltbGVyV0tLeGJrcmo2a3ZLIiwibWFjIjoiYzU0NmQ3NjdhMWI0M2Q0NzA4YTgyMjZlYTlkN2JmNDc3NzA5MDM3MTM1NzQ5NWEyMTRkMTRmNzkyYzcwMzljMSJ9; expires=Sun, 25-Apr-2027 13:35:20 GMT; path=/; httponlycovid_19_eu4b_session=eyJpdiI6Ik1MSUhCQjhURnBpZyt6dHFldmMzV2c9PSIsInZhbHVlIjoiT0FneDUySEcwR3ZDWjcwNGFvUGN0UnhnOGpPMGE2SmllMExmM3g1UVY1UWRaU0Vuakxuc2grTStZU2VjbG" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "SYyMHgFYYhjkjfyOtjqhrup1QVaYIlCckr1T4Fzn" "_previous" => array:1 [ "url" => "https://eu4business.org.ua/useful-materials" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]