Optimization request
-
Hi,
I analyzed my website using Google Pagespeed. I noticed a issue related to the webfonts used by your plugin: “Ensure text remains visible during webfont load”I think you should add
font-display: swap
to the CSS rules when you define the@font-face
, as mentioned here:
https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknownAlso, there’s a JS related issue inside your
groovy-menu-free/assets/js/frontend.js
: “Does not use passive listeners to improve scrolling performance”:
https://web.dev/uses-passive-event-listeners/?utm_source=lighthouse&utm_medium=unknownPlease, could you solve these problem?
Thank you!
- The topic ‘Optimization request’ is closed to new replies.