Reducing JavaScript Size, any tricks?

Hey guys,
Is it possible to reduce the JavaScript load size?

Obviously, reducing plugins will also reduce the JavaScript libraries size. I think the Express.JS library is around 550kb in size, and my whole pages starts at around 700kb - 800kb, this is pretty light for desktop, but are there any “tricks” how to reduce so it will be more mobile friendly?

2 Likes

Hey,

I’m sure you have already done it but Minify your javascript can reduce the size slightly.

Here is a minify website: https://javascript-minifier.com/

Thank you,
Nic
assist%20bubbler

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.