In accordance with the European law, we inform you that this shop uses cookies to secure the ordering process, observe the customer traffic to improve our website/offer. For more information, You can consult our privacy policy in our TOS.
Hello, Brotli is a data compression module when sending data between the server and the remote computer, and it claimed to replace Gzip, with a small speed boost of a few ms. The Brotli module has recently presented compatibility and stability problems, and the latter is no longer maintained by the editor. We must therefore abandon it. It's not a big loss. We will proceed with the activation of gzip / deactivation of brotli on all the accounts of our servers. Anyway, we still have Brotli module inside Apache, and you can use it with PROXY mode of Nginx, by adding the code here after (customizable) : # BROTLI Dynamic - Server Generated on-the-fly <ifmodule mod_brotli.c> AddOutputFilterByType BROTLI_COMPRESS text/plain text/xml text/css text/javascript application/javascript </ifmodule> <IfModule mod_headers.c> # BROTLI Static - Precompressed # Serve brotli compressed CSS and JS files if they exist and the client accepts brotli. RewriteCond "%{HTTP:Accept-encoding}" "br" RewriteCond "%{REQUEST_FILENAME}\.br" "-s" RewriteRule "^(.*)\.(js|css)" "$1\.$2\.br" [QSA] # Serve correct content types, and prevent double compression. RewriteRule "\.css\.br$" "-" [T=text/css,E=no-brotli:1,E=no-gzip:1] RewriteRule "\.js\.br$" "-" [T=text/javascript,E=no-brotli:1,E=no-gzip:1] <FilesMatch "(\.js\.br|\.css\.br)$"> # Serve correct encoding type. Header append Content-Encoding br # Cache Control and Enable CORS ExpiresActive On ExpiresDefault "access plus 1 month" Header set Cache-Control "public, immutable, max-age=2628000, s-maxage=2628000" Header set Access-Control-Allow-Origin "*" Header append Vary Accept-Encoding </FilesMatch> </IfModule> # ===== END BROTLI ===== Thank you, YOORshop team
Hello ! Here is a full-face respirator mask for adult and child, tested and sufficient to protect also eyes, and at this time, it only exist in China : https://www.amazon.co.uk/s?k=mask+eye+protection&me=A3N48UOWUX8W89&ref=nb_sb_noss The included PM 2.5 filters are not technically sufficient against viruses, just cut an ordinary medical mask FFP2 into 3 pieces to create an equivalent sized filter as the one PM 2.5. The breathing valve adds a certain comfort to wearing a mask, and the protective visor is simply brilliantly airtight by really molding closer to the face from the upper part of the mask. YOORshop team
Hi folks, If your are using wordpress, there is something you must know urgently concerning last Wordpress version 5.5. Indeed, the library jquery has been updated, and this could not work with your existing themes and plugins if not certified compatible with Wordpress 5.5. You can find more informations here and here Before any attempts, check editors themes and plugins websites to see if these elements will be compatible or not. Upgrade 1st the theme and plugins before attempting the Wordpress update. Another way, and safe way, is to attempt Wordpress upgrade and see if dynamic elements of your website are broken, and if not ok, you will be able to revert back files and database to earlier version using backup tool we offer you in your cPanel : Jetbackup. (Note that a downgrade process can apparently corrupt data, so avoid this strategy) How to upgrade ? with internal tool given in your admin Wordpress if you installed Wordpress with Softaculous, you have buttons to do this, checkout snapshot below : Remark : Softaculous has its own way to upgrade automatically your website, it is disabled by default. In case, you can edit the auto-upgrade/update settings by clicking the pen on the right of your install.