Posts Javascript and CSS Compressor
Post
Cancel

Javascript and CSS Compressor

Lately I’ve been working on performance issues. I could figure out some of the issues using the YSlow plugin of firefox. It looks at various things in your site. It rates your site based on certain parameters one of the parameter that I have been working on was Javascript compressor.

There are various ways you can compress your Javascript. You can have a plugin installed, you can find HTTPHandlers and HTTPModules which will do the work for you.

Just in case you are still not able to compress your Javascript files, here is the site that will do that for you, https://javascriptcompressor.com/ just paste your javascript file and the site will compress that for you.

Similarly, you need to compress your CSS as well to improve your site performance. Here is the link for  CSS compressor, https://www.cssoptimiser.com/

Hope this helps :-)

This post is licensed under CC BY 4.0 by the author.