;
No Results Found

Overview

There are a wide range of masks available to the public, selecting which ones to purchase can be tricky. MyMedsUK offeres are variety of masks that help to protect your respiratory system in different situations.

Overview

There are a wide range of masks available to the public, selecting which ones to purchase can be tricky. MyMedsUK offeres are variety of masks that help to protect your respiratory system in different situations.

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 history407msRequest 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/masks
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/masks
    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
    408ms
    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 => ""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 => "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 => "Tue, 29 Apr 2025 08:22:34 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "F3rfBd8lV2PTbYqB63QhEwePgJoRMg6cmdjLK3oQ" ]
    • Booting (30.76ms)time
    • Application (377ms)time
    • Routing (1.83ms)
    • Preparing Response (367ms)
    • 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 (92.45%)
      377ms
      1 x Preparing Response (89.98%)
      367ms
      1 x Booting (7.55%)
      30.76ms
      1 x Routing (0.45%)
      1.83ms
      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 duplicates357ms
      • EloquentTreatmentRepository.php#132wellmedseu_staging2.25msselect * from `treatments` where `slug` = 'masks' and `status` = 'live' limit 1
        Bindings
        • 0: masks
        • 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.1msselect `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` = 'f77e817e-ffd0-46c6-ac21-f601c928c7df' 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: f77e817e-ffd0-46c6-ac21-f601c928c7df
        • 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_staging351msselect * from `media` where `media`.`model_id` in (0) 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_staging790μ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_staging760μ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.49msselect * 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\Media\Entities\Uuid\Media
      20Media.php#?
      Modules\Product\Entities\Treatment
      9Treatment.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-29 09:22:35GET/treatments/masks5629