Hi @odommo
Your screenshot shows these are jQuery and jQuery migrate libraries.
You can try optimizing them more if you switch Asset Optimization in Hummingbird to “Manual” mode (make sure to “keep configurations” while switching) and first setting them not to be combined then trying to
– move to footer
– “load after page is loaded”.
However, be noted please that in case of these specific libraries, moving them to footer and/or deferring load may actually cause additional unexpected issues.
Personally, I would leave it “as is”. It won’t really cause that much noticeable performance issues other than possibly affecting the score itself and possible performance benefits may be way smaller than unexpected consequences.
In case of other JS/CSS assets, the best way to deal with “render-blocking” requests is, as mentioned, moving them to footer and setting to “load after page is loaded”.
Best regards,
Adam