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.

Research NoLazy parameter

More
9 months 1 day ago #2773 by Martin Stepanek
NoLazy parameter was created by Martin Stepanek
Hi
Is there way to define images I don't want to lazy load? Easiest would be by class or something similar. As I have big banner image and it is lazy loaded so giving higher than needed LCP.

Thank you

Please Log in to join the conversation.

More
9 months 1 day ago #2774 by Ruud van Lent
Replied by Ruud van Lent on topic NoLazy parameter
Good morning Martin,
thanks for reaching out.

in the last version i have build something in for this, this is how it works:
  1. in config select: Add lazy loading attribute = yes
  2. then the next option: Add eager loading attribute = x
Where x = the number of images that you want to have eager loaded (where eager  is the opposite of lazy).

When you turn on debug in the plugin, it will add additional information to the images where you can see what the image number is. So in the browser you can inspect you image and it will have the attribute "debug-image-number=xyz" added to it. That way you can see what the number of eager loading images should be.

As for excluding the lazy loading via a class name (or image attribute), that is something I will put on the to investigate list: sounds like a valid option!

Can you give this a try? Please let me know if this works for you.
Regards,
Ruud.

Please Log in to join the conversation.