You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Currently the main product image in the gallery is using Wordpress loading="lazy" default since 5.5 behaviour. This is causing the LCP score in Google Lighthouse to be majorly affected.
Solution: in file wooswipe.php, on line 105 - change the code from
Issue: Currently the main product image in the gallery is using Wordpress
loading="lazy"
default since 5.5 behaviour. This is causing the LCP score in Google Lighthouse to be majorly affected.Solution: in file wooswipe.php, on line 105 - change the code from
to
Result: My LCP score has dropped from 5s to 3s, and the Performance score from Lighthouse has jumped from 56 to 77.
The text was updated successfully, but these errors were encountered: