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.
Hi Folks, We remarked on the market some new masks that permit at first view to breath better than chirurgical ones... (we are going to test, we ordered and we are waiting for the package) Indeed, and unanimously, traditional masks cause respiratory decrease capacities and quickly become unhealthy... So, these new masks where we see that the air enters and leaves at the chin level thanks to a space, are they as safe as practical for breathing ? (we don't really know what to say about it right now without having analyzed/tested, but we'll dig into it) At the moment, they are on sales on ebay only, coming from China, click this link Cheers, and take care, YOORshop Team
Hello, The Covid crisis has taken hold in our daily lives, and it is difficult not to think of businesses that only have a storefront, it's time to set up your virtual point of sale with a pinion on the internet :). The French government has just announced a digitization assistance fund of 100 million euros With or without a webmaster or dedicated staff, or subsidies, you just need to be resourceful and get started, we remind you that opening a Prestashop e-commerce site can be done in just a few clicks thanks to Softaculous which is installed in your cPanel web hosting. Sincerely, YOORshop team
Hi Folks, Numbers talk ! Here is the point, we are registered on this web host comparison website, they built a tool to test daily server performance based on processing a sample picture 2000px-2000px. The hosts registered are big, medium, small. Not all of them are there, a free account must be provided to belong to the ranking. Results are what we thought :), we are number 1 directly after 1 days testing, we shoudl stay around 3 first in time anyway. Check it yourself here This is a huge reward for us, indeed We are tweaking servers daily for years now, always searching for the little ant that would not make things work perfectly. Pleasure, YOORshop Team
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