Feb 23, 2023 4:37 pm
It appears that wpdiscuz is loading 3 fontawesome libraries are being loaded, and you only use a few icons. This is really causing our LCP score to plummet with Google. Is there a way to use SVG for the icons you need? If not, is there any other way we can reduce the load here?
4 Replies
Feb 24, 2023 12:25 pm
wpDiscuz loads minified version of the FontAwesome. That is, only the icons that are used in the wpDiscuz are loaded.
Anyway, you can disable the "Load Font Awesome css lib" option in the wpDiscuz settings.
Then enqueue your qustom CSS fonts.
Feb 24, 2023 12:42 pm
Can you tell me which specific icons we need from fontawesome so we can load them locally?
Feb 25, 2023 10:37 am
Didn't you guys build the software and choose the icons? I don't understand how you do not have a list of what we need.