Mahdia

Mahdia is a Tunisian coastal city with 62,189 inhabitants, south of Monastir and southeast of Sousse. Mahdia is a provincial centre north of Sfax. It is important for the associated fish-processing industry, as well as weaving. It is the capital of Mahdia Governorate.

Mahdia

Explore the place

The City Maps

Request history8.1.23PHP Version329msRequest Duration6MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (179ms)time
    • Application (150ms)time
    • 1 x Booting (54.38%)
      179ms
      1 x Application (45.61%)
      150ms
      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
      6 statements were executed, 2 of which were duplicates, 4 unique. Show only duplicated12.76ms
      • select * from `bravo_locations` where `slug` = 'mahdia' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 14.74msadmin_bookingLocationController.php#23
        Bindings
        • 0: mahdia
        • 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` = 28 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'fr' limit 11.3msadmin_bookingHasTranslations.php#51
        Bindings
        • 0: 28
        • 1: fr
        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` = 28 and `object_model` = 'location' limit 11.16msadmin_bookingBaseModel.php#199
        Bindings
        • 0: 28
        • 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_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 54 and `bravo_locations`.`_rgt` <= 55 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 82.31msadmin_bookingdetail.blade.php#45
        Bindings
        • 0: 54
        • 1: 55
        • 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` = 'fr' limit 12.08msadmin_bookingHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: fr
        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:111
        • 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_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'fr' limit 11.17msadmin_bookingHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: fr
        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:111
        • 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
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Location\Models\Location
      1Location.php#?
      Modules\Core\Models\SEO
      1SEO.php#?
        web
        null
        sanctum
        null
          _token
          uwMZDbcreb9HiXyT5bTDqPUl6nvrylz3PdkRlEt2
          _previous
          array:1 [ "url" => "http://vitotrip.com/location/mahdia" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /location/mahdia
          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:15 [ "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" ] "cf-connecting-ip" => array:1 [ 0 => "3.14.247.253" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "pragma" => array:1 [ 0 => "no-cache" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"http"}" ] "cache-control" => array:1 [ 0 => "no-cache" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "x-forwarded-proto" => array:1 [ 0 => "http" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-ray" => array:1 [ 0 => "8fdb63fc4b1510ff-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-for" => array:1 [ 0 => "3.14.247.253, 3.14.247.253" ] "host" => array:1 [ 0 => "vitotrip.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Mon, 06 Jan 2025 11:32:59 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNpK2E3ai9ud29Hc3IvNnV0THI5dnc9PSIsInZhbHVlIjoiSU1CaVBLYy9OR2Nzd0orckVoa2lWU1FkOFh5MUZORVpaOHE4NHgvNGJRUGlRZElrRVUxK2RCOTJ0ZVpNU1pqOTNqWXpIK29Zbm9PNlFpVHA5SWtuREpJOG1MTFZSOWFiUkhndmZ2WlRkRVJ6NklSMVV4MzJIZmJkbkplTjhRUUsiLCJtYWMiOiJlYTE2NzAyMjM1MzJmYzc4MDg1ZmQzYjZkY2Q3YTQ2MWM4OThkMzM3MzAwMjhiZmFiZTIyOGQ1NDBkNDg5Y2MxIiwidGFnIjoiIn0%3D; expires=Mon, 06 Jan 2025 13:32:59 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImNpK2E3ai9ud29Hc3IvNnV0THI5dnc9PSIsInZhbHVlIjoiSU1CaVBLYy9OR2Nzd0orckVoa2lWU1FkOFh5MUZORVpaOHE4NHgvNGJRUGlRZElrRVUxK2RCOTJ0ZVpNU1pqOTNqWXpIK" 1 => "vitotrip_session=eyJpdiI6IkJOc2xMMDNQV3hFVG1ickdLREkvSnc9PSIsInZhbHVlIjoiMnJ1dGJ2OEtaOGxtckQreUtFcng5UFRuZUdoRkI5WGRpc0gwRk9CUTlvZzZxOGdyc0x2YldvWmFFRDNBZThnU1BYWmxCN3FJMm9KMFZ4bmEyN21PaTNZRzFGME1JVi9SOUZvSFQzaEppY3lkNXczeHJwRDhubGp3eUk0TUFFY2UiLCJtYWMiOiJkYzkxMzAzNGE2OWVjN2QwY2Q4M2M1NGI0ZWQyN2Y3ODYwYTU4NzlhZjY0YTQyMWYxZjY3MTg4OTRhNzU1ZjI4IiwidGFnIjoiIn0%3D; expires=Mon, 06 Jan 2025 13:32:59 GMT; Max-Age=7200; path=/; httponly; samesite=laxvitotrip_session=eyJpdiI6IkJOc2xMMDNQV3hFVG1ickdLREkvSnc9PSIsInZhbHVlIjoiMnJ1dGJ2OEtaOGxtckQreUtFcng5UFRuZUdoRkI5WGRpc0gwRk9CUTlvZzZxOGdyc0x2YldvWmFFRDNBZThnU1B" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNpK2E3ai9ud29Hc3IvNnV0THI5dnc9PSIsInZhbHVlIjoiSU1CaVBLYy9OR2Nzd0orckVoa2lWU1FkOFh5MUZORVpaOHE4NHgvNGJRUGlRZElrRVUxK2RCOTJ0ZVpNU1pqOTNqWXpIK29Zbm9PNlFpVHA5SWtuREpJOG1MTFZSOWFiUkhndmZ2WlRkRVJ6NklSMVV4MzJIZmJkbkplTjhRUUsiLCJtYWMiOiJlYTE2NzAyMjM1MzJmYzc4MDg1ZmQzYjZkY2Q3YTQ2MWM4OThkMzM3MzAwMjhiZmFiZTIyOGQ1NDBkNDg5Y2MxIiwidGFnIjoiIn0%3D; expires=Mon, 06-Jan-2025 13:32:59 GMT; path=/XSRF-TOKEN=eyJpdiI6ImNpK2E3ai9ud29Hc3IvNnV0THI5dnc9PSIsInZhbHVlIjoiSU1CaVBLYy9OR2Nzd0orckVoa2lWU1FkOFh5MUZORVpaOHE4NHgvNGJRUGlRZElrRVUxK2RCOTJ0ZVpNU1pqOTNqWXpIK" 1 => "vitotrip_session=eyJpdiI6IkJOc2xMMDNQV3hFVG1ickdLREkvSnc9PSIsInZhbHVlIjoiMnJ1dGJ2OEtaOGxtckQreUtFcng5UFRuZUdoRkI5WGRpc0gwRk9CUTlvZzZxOGdyc0x2YldvWmFFRDNBZThnU1BYWmxCN3FJMm9KMFZ4bmEyN21PaTNZRzFGME1JVi9SOUZvSFQzaEppY3lkNXczeHJwRDhubGp3eUk0TUFFY2UiLCJtYWMiOiJkYzkxMzAzNGE2OWVjN2QwY2Q4M2M1NGI0ZWQyN2Y3ODYwYTU4NzlhZjY0YTQyMWYxZjY3MTg4OTRhNzU1ZjI4IiwidGFnIjoiIn0%3D; expires=Mon, 06-Jan-2025 13:32:59 GMT; path=/; httponlyvitotrip_session=eyJpdiI6IkJOc2xMMDNQV3hFVG1ickdLREkvSnc9PSIsInZhbHVlIjoiMnJ1dGJ2OEtaOGxtckQreUtFcng5UFRuZUdoRkI5WGRpc0gwRk9CUTlvZzZxOGdyc0x2YldvWmFFRDNBZThnU1B" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "uwMZDbcreb9HiXyT5bTDqPUl6nvrylz3PdkRlEt2" "_previous" => array:1 [ "url" => "http://vitotrip.com/location/mahdia" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-06 11:32:59GET/location/mahdia2264