Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

No bug Caching webp images

Meer
1 jaar 2 maanden geleden #2573 door Kamar Khan
Caching webp images werd gestart door Kamar Khan
Hi Rudd,

Good day. Is there any way i can cache webp images. Gtmatrix and pagespeed always saying to cache webp images. Any suggestion?

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden - 1 jaar 2 maanden geleden #2579 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Caching webp images
Hi Kamar,

thanks for reaching out.To cache WebP images, you can use HTTP caching headers like Cache-Control and Expires. You can set these headers on your web server or use a Content Delivery Network (CDN) that supports caching.For Apache, you can use the mod_expires module to set caching headers:the code below you can use as an example for how to add this header for webp images

Code:
<IfModule mod_expires.c>   ExpiresActive On   ExpiresByType image/webp "access plus 1 year" </IfModule>



Hope this helps, if not feel free to follow up.

regards,
Ruud.
Laatst bewerkt 1 jaar 2 maanden geleden door Ruud van Lent.

Graag Inloggen deelnemen aan het gesprek.