Aseer

Aseer

Explore the place

The City Maps

Request history8.1.32PHP Version355msRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
  • warninglog[13:54:06] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (250ms)time
  • Application (105ms)time
  • 1 x Booting (70.42%)
    250ms
    1 x Application (29.58%)
    105ms
    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 duplicated7.69ms
    • select * from `bravo_locations` where `slug` = 'germany' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 12.35mssadunajd_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 1610μ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 1500μ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 8820μ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 8790μ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 1830μ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 1730μ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 1490μ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
        3UvP2zeFfYtFNkMXmnn4DTmiQ46dI1zRHBne6L1G
        _previous
        array:1 [ "url" => "https://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=eyJpdiI6ImwydU1QdzFGMVlIOE9KRWhpSnB5RlE9PSIsInZhbHVlIjoiSzlQUThuQUlLUGtnSmFMMXoveG1vbVBOcUhzSk1tTFZnRzAyajFMc3VJaUZ3MWxOQUdEdXN2Q082VndNZkFaS1h5d0xsU0VscUIwaENpNmtwRnpYUFZRY3RneXc2VzV1bG00ZGx2a0tvTDhiZm0yU00rQmdMWXZDT1Z1bzBYNDEiLCJtYWMiOiI1Yjg0YTQxM2ZkMmIwNzA4ZjBmODBkMzA1OGRjYzY4ZDY2YzljODNmMTA0OWQyNzMyNWRhOGUxY2Y3Y2M2Yzc0IiwidGFnIjoiIn0%3D; sadunajd_session=eyJpdiI6IjhuaFo5MHJOdTdnZks1OWJraWdTRnc9PSIsInZhbHVlIjoiZ3NnWFZHRzJjdHNteEdPSW5jYUh5aGs3S0xnRlVxamMwQ1hQWGo1cGdGdnJmK2J1aXZETUo4dDM2ejcxLzFWYTBXTUpuVE5oOFJPUUV3WUl5WEp5T2VaY00yMnJsOEVQbUdBUS9IY0k4YkNpZlBOTWFzckRSMC81Umh1QUIweEMiLCJtYWMiOiI2ZWQxY2RkYzFmOGM5ZTliZjFlNWNmZjA1ZWUwMmY4OGIxNGU1ZTNiYWRjOWNjMWUyOTFiOTgyNTk2YTBmNTAyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImwydU1QdzFGMVlIOE9KRWhpSnB5RlE9PSIsInZhbHVlIjoiSzlQUThuQUlLUGtnSmFMMXoveG1vbVBOcUhzSk1tTFZnRzAyajFMc3VJaUZ3MWxOQUdEdXN2Q082VndNZkFaS1h5d0xsU" ] "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 => "sadunajd.sa" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "3UvP2zeFfYtFNkMXmnn4DTmiQ46dI1zRHBne6L1G" "sadunajd_session" => "9U3hY3NRFJEX4SN4omLmCeyfJGXXfvE8Lzvnh7p8" ]
        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, 29 Jun 2025 10:54:06 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9QSEhRU09hQVJaM0N0YnJURG9ha3c9PSIsInZhbHVlIjoiYWF5Smt3d3RDR3lYMDZSYTNBVCtRYjlhd2RVeFo4V2NFVGo2Y3lzZWR6T0JtOTgvanFXbnJMdzNpMHpDMzNRNDliZmMrcXBucWFGN0NJQ3VxWHRmS2FCVWJhMVVUTStVMS9lVEU5cWN5bUFNbFh0WEtWQ0NZR01xNmVhVHk3OVMiLCJtYWMiOiI3YzkxNDEzYTQyNjkxNmUyNzA2MTI2YzQ1MTYyYjJkYTVlOWIyNDZmYzY4NzVlMDAxOWVkMGUxNWRiM2QwMzc1IiwidGFnIjoiIn0%3D; expires=Sun, 29 Jun 2025 12:54:06 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im9QSEhRU09hQVJaM0N0YnJURG9ha3c9PSIsInZhbHVlIjoiYWF5Smt3d3RDR3lYMDZSYTNBVCtRYjlhd2RVeFo4V2NFVGo2Y3lzZWR6T0JtOTgvanFXbnJMdzNpMHpDMzNRNDliZmMrc" 1 => "sadunajd_session=eyJpdiI6Im53ZURmT2Zwd2ZWYS9lSVVPcXhwa2c9PSIsInZhbHVlIjoiYnNDcjZ4T0FtMStFN0ZUWWpqTTlCMVA3dFZMcXJyYXBBR3V5NjNnL0FoTUdMazlFQWJMRGVFZGd4Q0VzbVJaeU1RMnJNYndPbEtxZk85WHp5bG9SWnBDSEJZbFdqcG03amkzdkVLc1Q2NHJGZUswYVJHbmtTVHRXUVRlSzArOTAiLCJtYWMiOiIyNzVhZGM5N2VjMTAxYzU0MGJiYTEwNjE4MGJiMWMyOWZkOTU4OWIxOGYxYTA1ZWQ0MWQ3NDFhZTMyMTcxZjYyIiwidGFnIjoiIn0%3D; expires=Sun, 29 Jun 2025 12:54:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxsadunajd_session=eyJpdiI6Im53ZURmT2Zwd2ZWYS9lSVVPcXhwa2c9PSIsInZhbHVlIjoiYnNDcjZ4T0FtMStFN0ZUWWpqTTlCMVA3dFZMcXJyYXBBR3V5NjNnL0FoTUdMazlFQWJMRGVFZGd4Q0VzbVJaeU1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9QSEhRU09hQVJaM0N0YnJURG9ha3c9PSIsInZhbHVlIjoiYWF5Smt3d3RDR3lYMDZSYTNBVCtRYjlhd2RVeFo4V2NFVGo2Y3lzZWR6T0JtOTgvanFXbnJMdzNpMHpDMzNRNDliZmMrcXBucWFGN0NJQ3VxWHRmS2FCVWJhMVVUTStVMS9lVEU5cWN5bUFNbFh0WEtWQ0NZR01xNmVhVHk3OVMiLCJtYWMiOiI3YzkxNDEzYTQyNjkxNmUyNzA2MTI2YzQ1MTYyYjJkYTVlOWIyNDZmYzY4NzVlMDAxOWVkMGUxNWRiM2QwMzc1IiwidGFnIjoiIn0%3D; expires=Sun, 29-Jun-2025 12:54:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im9QSEhRU09hQVJaM0N0YnJURG9ha3c9PSIsInZhbHVlIjoiYWF5Smt3d3RDR3lYMDZSYTNBVCtRYjlhd2RVeFo4V2NFVGo2Y3lzZWR6T0JtOTgvanFXbnJMdzNpMHpDMzNRNDliZmMrc" 1 => "sadunajd_session=eyJpdiI6Im53ZURmT2Zwd2ZWYS9lSVVPcXhwa2c9PSIsInZhbHVlIjoiYnNDcjZ4T0FtMStFN0ZUWWpqTTlCMVA3dFZMcXJyYXBBR3V5NjNnL0FoTUdMazlFQWJMRGVFZGd4Q0VzbVJaeU1RMnJNYndPbEtxZk85WHp5bG9SWnBDSEJZbFdqcG03amkzdkVLc1Q2NHJGZUswYVJHbmtTVHRXUVRlSzArOTAiLCJtYWMiOiIyNzVhZGM5N2VjMTAxYzU0MGJiYTEwNjE4MGJiMWMyOWZkOTU4OWIxOGYxYTA1ZWQ0MWQ3NDFhZTMyMTcxZjYyIiwidGFnIjoiIn0%3D; expires=Sun, 29-Jun-2025 12:54:06 GMT; path=/; httponlysadunajd_session=eyJpdiI6Im53ZURmT2Zwd2ZWYS9lSVVPcXhwa2c9PSIsInZhbHVlIjoiYnNDcjZ4T0FtMStFN0ZUWWpqTTlCMVA3dFZMcXJyYXBBR3V5NjNnL0FoTUdMazlFQWJMRGVFZGd4Q0VzbVJaeU1" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "3UvP2zeFfYtFNkMXmnn4DTmiQ46dI1zRHBne6L1G" "_previous" => array:1 [ "url" => "https://sadunajd.sa/location/germany" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-06-29 13:54:06GET/location/germany12297