;
No Results Found

Overview

.

Causes

.

Risks

.

Overview

.

Causes

.

Risks

.

Lifestyle

.

Treatments

.

Incompatible browser detected!

We've detected you are using Internet Explorer 10. This site does not support your browser version due to signifigant security risks. You will still be able to view our catalog but you will note be able to purchase through our site using IE10. Please upgrade your browser to IE11 or use another browser such as Google Chrome (recommended), Mozilla Firefox or Microsoft Edge. Click here for more information.

SettingsRequest history392msRequest Duration2MBMemory Usage10.x
Laravel Version
10.48.28
PHP Version
8.4.6
Environment
development
Debug Mode
Enabled
URL
wellmedseu.klx.io
Timezone
Europe/London
Locale
en
GET treatments/{treatmentSlug}
status
200 OK
full_url
https://wellmedseu.klx.io/treatments/skin-infections
action_name
frontend.treatments.show
controller_action
Modules\Product\Http\Controllers\Frontend\TreatmentController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://wellmedseu.klx.io/treatments/skin-infections
    action_name
    frontend.treatments.show
    controller_action
    Modules\Product\Http\Controllers\Frontend\TreatmentController@show
    uri
    GET treatments/{treatmentSlug}
    controller
    Modules\Product\Http\Controllers\Frontend\TreatmentController@show
    namespace
    Modules\Product\Http\Controllers\Frontend
    prefix
    treatments
    file
    Modules/Product/Http/Controllers/Frontend/TreatmentController.php:27-38
    middleware
    web
    duration
    393ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:15 [ "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "wellmedseu.klx.io" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 21 Jun 2025 18:28:58 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "zMciNckVAJRoQyONAo4pXTGa6EG90myW9xsPyO4T" ]
    • Booting (33.68ms)time
    • Application (358ms)time
    • Routing (2.02ms)
    • Preparing Response (348ms)
    • View: product::frontend.treatment.showviews
    • View: layouts.frontend.masterviews
    • View: layouts.frontend.partials.headerviews
    • View: layouts.frontend.partials.footerviews
    • View: product::frontend.treatment.footer-indexviews
    • 1 x Application (91.4%)
      358ms
      1 x Preparing Response (88.8%)
      348ms
      1 x Booting (8.59%)
      33.68ms
      1 x Routing (0.52%)
      2.02ms
      5 x View (0%)
      0μs
      5 templates were rendered
      • product::frontend.treatment.showshow.blade.php#?blade
      • layouts.frontend.mastermaster.blade.php#?blade
      • layouts.frontend.partials.headerheader.blade.php#?blade
      • layouts.frontend.partials.footerfooter.blade.php#?blade
      • product::frontend.treatment.footer-indexfooter-index.blade.php#?blade
      6 statements were executed (2 duplicates)Show only duplicates340ms
      • EloquentTreatmentRepository.php#132wellmedseu_staging2.69msselect * from `treatments` where `slug` = 'skin-infections' and `status` = 'live' limit 1
        Bindings
        • 0: skin-infections
        • 1: live
        Backtrace
        • Modules/Product/Repositories/Eloquent/EloquentTreatmentRepository.php:132
        • Modules/Product/Http/Controllers/Frontend/TreatmentController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • show.blade.php#13wellmedseu_staging1.24msselect `products`.*, `product_treatment`.`treatment_id` as `pivot_treatment_id`, `product_treatment`.`product_id` as `pivot_product_id` from `products` inner join `product_treatment` on `products`.`id` = `product_treatment`.`product_id` where `product_treatment`.`treatment_id` = '3de02655-9bc7-4d23-bb78-97b2fc251ecd' and exists (select * from `product_variations` where `products`.`id` = `product_variations`.`product_id`) and exists (select * from `questionnaires` where `products`.`id` = `questionnaires`.`product_id`) and `status` = 'live'
        Bindings
        • 0: 3de02655-9bc7-4d23-bb78-97b2fc251ecd
        • 1: live
        Backtrace
        • view::product::frontend.treatment.show:13
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • InteractsWithMedia.php#545wellmedseu_staging333msselect * from `media` where `media`.`model_id` in (3) and `media`.`model_type` = 'Modules\\Product\\Entities\\Treatment'
        Bindings
        • 0: Modules\Product\Entities\Treatment
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:282
        • Modules/Product/Entities/Treatment.php:69
      • EloquentSettingRepository.php#38wellmedseu_staging770μsselect `value` from `settings` where `key` = 'contact-details'
        Bindings
        • 0: contact-details
        Backtrace
        • Modules/Core/Repositories/Eloquent/EloquentSettingRepository.php:38
        • Modules/Content/Composers/ContactDetailsComposer.php:19
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
      • EloquentSettingRepository.php#38wellmedseu_staging680μsselect `value` from `settings` where `key` = 'contact-details'
        Bindings
        • 0: contact-details
        Backtrace
        • Modules/Core/Repositories/Eloquent/EloquentSettingRepository.php:38
        • Modules/Content/Composers/ContactDetailsComposer.php:19
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
      • EloquentTreatmentRepository.php#141wellmedseu_staging1.24msselect * from `treatments` where `status` = 'live' order by RAND() asc limit 8
        Bindings
        • 0: live
        Backtrace
        • Modules/Product/Repositories/Eloquent/EloquentTreatmentRepository.php:141
        • Modules/Product/Composers/TreatmentFooterIndexComposer.php:19
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
      Modules\Product\Entities\Treatment
      9Treatment.php#?
      Modules\Media\Entities\Uuid\Media
      3Media.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-06-21 19:28:58GET/treatments/skin-infections5612