Aseer

Aseer

Explore the place

The City Maps

Request history8.1.32PHP Version397msRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
  • warninglog[11:39:25] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (276ms)time
  • Application (120ms)time
  • 1 x Booting (69.63%)
    276ms
    1 x Application (30.37%)
    120ms
    22 templates were rendered
    • 1x Location::frontend.detaildetail.blade.php#?blade
    • 1x Location::frontend.layouts.details.location-bannerlocation-banner.blade.php#?blade
    • 1x Location::frontend.layouts.details.location-overviewlocation-overview.blade.php#?blade
    • 1x Location::frontend.layouts.details.location-maplocation-map.blade.php#?blade
    • 1x Location::frontend.layouts.details.location-trip-idealocation-trip-idea.blade.php#?blade
    • 1x layouts.appapp.blade.php#?blade
    • 1x Layout::appapp.blade.php#?blade
    • 1x Layout::parts.faviconfavicon.blade.php#?blade
    • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
    • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
    • 1x Layout::parts.topbartopbar.blade.php#?blade
    • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
    • 2x Language::frontend.switcherswitcher.blade.php#?blade
    • 1x Layout::parts.headerheader.blade.php#?blade
    • 1x Layout::parts.footerfooter.blade.php#?blade
    • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
    • 1x Layout::auth.login-formlogin-form.blade.php#?blade
    • 1x Layout::auth.register-formregister-form.blade.php#?blade
    • 1x Popup::frontend.popuppopup.blade.php#?blade
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET location/{slug}
    middleware
    web
    controller
    Modules\Location\Controllers\LocationController@detail
    namespace
    Modules\Location\Controllers
    prefix
    /location
    where
    as
    location.detail
    file
    modules/Location/Controllers/LocationController.php:21-41
    9 statements were executed, 4 of which were duplicates, 5 unique. Show only duplicated8.83ms
    • select * from `bravo_locations` where `slug` = 'germany' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 13.39mssadunajd_booking_coreLocationController.php#23
      Bindings
      • 0: germany
      • 1: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/Location/Controllers/LocationController.php:23
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 10 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'en' limit 1750μssadunajd_booking_coreHasTranslations.php#51
      Bindings
      • 0: 10
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. modules/Location/Controllers/LocationController.php:27
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • select * from `bravo_seo` where `object_id` = 10 and `object_model` = 'location' limit 1660μssadunajd_booking_coreBaseModel.php#199
      Bindings
      • 0: 10
      • 1: location
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. app/BaseModel.php:199
      • 17. app/BaseModel.php:212
      • 18. modules/Location/Controllers/LocationController.php:31
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 19 and `bravo_locations`.`_rgt` <= 20 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8910μssadunajd_booking_coredetail.blade.php#45
      Bindings
      • 0: 19
      • 1: 20
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:45
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 19 and `bravo_locations`.`_rgt` <= 20 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8850μssadunajd_booking_coredetail.blade.php#45
      Bindings
      • 0: 19
      • 1: 20
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:45
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1690μssadunajd_booking_coreHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1570μssadunajd_booking_coreMenuWalker.php#36
      Bindings
      • 0: 13
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1530μssadunajd_booking_coreHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1480μssadunajd_booking_coreMenuWalker.php#36
      Bindings
      • 0: 13
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
    Modules\Page\Models\Page
    2Page.php#?
    Modules\Location\Models\Location
    1Location.php#?
    Modules\Location\Models\LocationTranslation
    1LocationTranslation.php#?
    Modules\Core\Models\SEO
    1SEO.php#?
      web
      null
      sanctum
      null
        _token
        duTqqzIWIPOhxWMZJaLemeX66cd3pKGB5uenZTrN
        _previous
        array:1 [ "url" => "https://www.sadunajd.sa/location/germany" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /location/germany
        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 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InlST1ord2NCZUdHVVdSUktHaVNJL1E9PSIsInZhbHVlIjoiajlPdHpoaEQzTU4wd2FPMkcwSSt2Y3lxSFlrL1pFa2FyeHVSUEJtNlNoWVhRcDl2R2YxWkFDelF3c3ZJZXV3RWlER3Z5K1V0RXRBVFlrS2pwTHpkQ2xSMTBrdlhSeWVIMkw5V29sSUNaLzBEeW9vU2xrTnVyZFR3ZlZLWFBXRU4iLCJtYWMiOiJmZTU2OGEzM2Q0MWNiYjAxNWM5ZDE2ZDE0OWY5ODk2OTk0YzIyZDNkMzJmMzI0NWU0OTA4ODZkMTAyZmRhOTgyIiwidGFnIjoiIn0%3D; sadunajd_session=eyJpdiI6IjdDeXRoT2ZMRWsyN3phbzJQcWZ3d3c9PSIsInZhbHVlIjoiS1dSSFF1ZTNlRmhHdXkxSnRIMk9yM0ZzUVNZSVJsUENsYkRYKzBZckxlMTUzVTB4c2k3TnYvMWxUMmZvdWlIR3ZKYjBab1lVYmZJQk16ellhZ3ZURnQ2ZUtYK1hwSzFZalROeGs3QlErUW1FNU1JSlZvNjdKOE9VY0svRlNDalYiLCJtYWMiOiJhNTJkMjc2OGQ5OTgyNDdiMDg2OTJjYjk3ZDdhZGMzZmUyOTFmNDE0ZWRjMjA0ZjdmNDQ4YjYzNzUxODA3NzgyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InlST1ord2NCZUdHVVdSUktHaVNJL1E9PSIsInZhbHVlIjoiajlPdHpoaEQzTU4wd2FPMkcwSSt2Y3lxSFlrL1pFa2FyeHVSUEJtNlNoWVhRcDl2R2YxWkFDelF3c3ZJZXV3RWlER3Z5K" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "www.sadunajd.sa" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "duTqqzIWIPOhxWMZJaLemeX66cd3pKGB5uenZTrN" "sadunajd_session" => "iWDKR0JiEXLM8BJpl7zkJg5nsHljHoVEXEUW5FWi" ]
        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 => "Sat, 31 May 2025 08:39:25 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQzcVpsMU5BdFpGNEhKY050TlVubkE9PSIsInZhbHVlIjoiS2llbUh4MUNhS3BrbkxiYWVQZXV5cy9MRlprN2ttLzRTUGJDNTBnRDR1Qzd2RW9CWE1weEJENFZpSmZ1Y1FOVlB4eUlmeG8xWGl0Q2tsd2NmSndJQko0eHJ6Mmk1dzRTZW9HWHAyVTB3a2RsL3FmQUMzUzR3L0pZZTRTSHhEUVQiLCJtYWMiOiI4YTc4MTNhMDNiODllZjEyZjI1MmUxNTdhNDA1MjBlZWZkZTk1Yjg0ZTgwMThjMDJkNDJmYmNiMWJlMTQ1NTRkIiwidGFnIjoiIn0%3D; expires=Sat, 31 May 2025 10:39:25 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InQzcVpsMU5BdFpGNEhKY050TlVubkE9PSIsInZhbHVlIjoiS2llbUh4MUNhS3BrbkxiYWVQZXV5cy9MRlprN2ttLzRTUGJDNTBnRDR1Qzd2RW9CWE1weEJENFZpSmZ1Y1FOVlB4eUlme" 1 => "sadunajd_session=eyJpdiI6ImEwM2ErTXI4THhFYTN0R3dNMGw0RkE9PSIsInZhbHVlIjoiYmxYNUMxcy9CUCtSSkhDZkxhbVVhaXNYQ0xKU25RS0NtQTBTWWtud3lJTDVhcnlHZGlDa2NlYW8rWnprTUlJWE9ETFhSUnFxRkZJMVBqQW9seWgyNDh6dEJHUENXQnIwWEIvaVpDSU85VjRhZG5qNlQ0SW50RG45QXlTWENZdGoiLCJtYWMiOiI4ZGUxZjg3YTViZDVkMTU1MDA4MjBhNzZmMjUxOGI3ZjQyNTMyMzVkNmU2M2EyNWJmMGUxMWIzMTMxOTczN2I5IiwidGFnIjoiIn0%3D; expires=Sat, 31 May 2025 10:39:25 GMT; Max-Age=7200; path=/; httponly; samesite=laxsadunajd_session=eyJpdiI6ImEwM2ErTXI4THhFYTN0R3dNMGw0RkE9PSIsInZhbHVlIjoiYmxYNUMxcy9CUCtSSkhDZkxhbVVhaXNYQ0xKU25RS0NtQTBTWWtud3lJTDVhcnlHZGlDa2NlYW8rWnprTUlJWE9" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQzcVpsMU5BdFpGNEhKY050TlVubkE9PSIsInZhbHVlIjoiS2llbUh4MUNhS3BrbkxiYWVQZXV5cy9MRlprN2ttLzRTUGJDNTBnRDR1Qzd2RW9CWE1weEJENFZpSmZ1Y1FOVlB4eUlmeG8xWGl0Q2tsd2NmSndJQko0eHJ6Mmk1dzRTZW9HWHAyVTB3a2RsL3FmQUMzUzR3L0pZZTRTSHhEUVQiLCJtYWMiOiI4YTc4MTNhMDNiODllZjEyZjI1MmUxNTdhNDA1MjBlZWZkZTk1Yjg0ZTgwMThjMDJkNDJmYmNiMWJlMTQ1NTRkIiwidGFnIjoiIn0%3D; expires=Sat, 31-May-2025 10:39:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InQzcVpsMU5BdFpGNEhKY050TlVubkE9PSIsInZhbHVlIjoiS2llbUh4MUNhS3BrbkxiYWVQZXV5cy9MRlprN2ttLzRTUGJDNTBnRDR1Qzd2RW9CWE1weEJENFZpSmZ1Y1FOVlB4eUlme" 1 => "sadunajd_session=eyJpdiI6ImEwM2ErTXI4THhFYTN0R3dNMGw0RkE9PSIsInZhbHVlIjoiYmxYNUMxcy9CUCtSSkhDZkxhbVVhaXNYQ0xKU25RS0NtQTBTWWtud3lJTDVhcnlHZGlDa2NlYW8rWnprTUlJWE9ETFhSUnFxRkZJMVBqQW9seWgyNDh6dEJHUENXQnIwWEIvaVpDSU85VjRhZG5qNlQ0SW50RG45QXlTWENZdGoiLCJtYWMiOiI4ZGUxZjg3YTViZDVkMTU1MDA4MjBhNzZmMjUxOGI3ZjQyNTMyMzVkNmU2M2EyNWJmMGUxMWIzMTMxOTczN2I5IiwidGFnIjoiIn0%3D; expires=Sat, 31-May-2025 10:39:25 GMT; path=/; httponlysadunajd_session=eyJpdiI6ImEwM2ErTXI4THhFYTN0R3dNMGw0RkE9PSIsInZhbHVlIjoiYmxYNUMxcy9CUCtSSkhDZkxhbVVhaXNYQ0xKU25RS0NtQTBTWWtud3lJTDVhcnlHZGlDa2NlYW8rWnprTUlJWE9" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "duTqqzIWIPOhxWMZJaLemeX66cd3pKGB5uenZTrN" "_previous" => array:1 [ "url" => "https://www.sadunajd.sa/location/germany" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-31 11:39:25GET/location/germany12297