Slow page by .js

Hello, on my website it turns out that doing several speed tests on the web gives me great slowness, and the things that make it slow tell me that they are type things:
wp-include / js / jquery / jquery.js? ver = 1.12.4-wp

I don’t know if you will know how I can lighten the web by removing those .js and give me a better score

(link removed by Gandalf - not needed.)

Hi @josele80, while it is technically possible to specifically remove scripts, this will likely break things; e.g. if jQuery is getting loaded than most probably because it’s required by your theme, or possibly a plugin.

But jQuery alone shouldn’t even cause that much slowness – any typical blog image can easily be larger in size, and after the first page load your JS should be cached by the browser anyway so subsequent site navigation will be faster.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.