YOORshop journal

Latest news

Technical information, product updates and communications about our services and infrastructure.

Deactivation of Brotli via Nginx

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

FFP2 Respiratory protection mask with valve and eye protection

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

Warning bug : upgrade to Wordpress 5.5

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.

New domain extensions on sale : .io .life. .pro .travel

As a reminder, here are all domain extensions we propose : .art .be .bio .blog .boutique .biz .business .ca .capital .ch .clinic .coach .com .company .computer .cz .de .digital .es .eu .eu.com .fi .finance .fr .gifts .golf .guide .healthcare .io .immo .info .in .international .it .li .lt .lu .lv .maison .me .mobi .money .net .news .nl .online .org .paris .photos .photography .pl .pm .pro .pt .re .restaurant .sale .se .shoes .shopping .store .social .taxi .tech .technology .tools .travel .uk .us .voyage

Now 30 days backups for Cloud hosting offers !

Hello,

In order to consolidate premium quality of our unique cloud clustered hosting service, we are increasing the duration of backups over 30 days.

As a reminder, a database backup is also performed every 12 hours.

Greetings,

YOORshop team