Hi, Clarke; thank you for taking the time to reply.
I am asking because my site failed the core web vitals, but today I rechecked, and it passed again; when I use the tool PageSpeed Insights, it fails with the Largest Contentful Paint being too high. I thought part of the problem with slow page loading times is that the JS and CSS files are local and not on a CDN. Is it possible to modify these paths?
or even modify the path for this one: assets/fonts/fa-brands-400.woff2
The duplicate CSS is probably an extension, I will check.
There are also various tweaks to prevent render blocking:
The <script> tags for forum.js and forum-en.js are not using async or defer. These attributes are critical to prevent JavaScript from blocking page rendering:
Access to modifying these files would really help.