Online Blogger Template Minifier | Javascript optimizer




Hey friends, so you don't like loading speed of your template? Even I don't like it sometimes. But you can compress it for fast loading, yeah! I have added a code which can compress your javascripts and minifies is which can increase your site loading time.
This instrument packs or minify Javascript codes. It diminishes the code estimate by uprooting the unnecessary information, for example additional spaces, line breaks, comments and indentation. It doesn't adjust or recode the codes - it implies that after the layering, the script will run just like the way it usually runs. In short, it does not modifies your codes at all. It compress the file from 30%-90%. Usually it does compressing by removing blank spaces, comments and extra things that you don't need at all. You can use it to compress your javascripts or use it in blogger, I mean paste your blogger template here and just click "Optimize / Minify" button and your template will compress. Even I have compressed (minified :P) my template using this only. Wordpress users, don't worry. Even you can compress (minify) your CSS codes by this tool in WordPress.



What actually does Minification means
Minification (also called minimisation or minimization), in computer programming languages and particularly Javascript, is the procedure of evacuating all unnecessary characters from source code without modifying its functionality. These unnecessary characters generally incorporate white space characters, new line characters, comments, and once in a while block delimiters, which are utilized to add readability to the code yet are not needed for it to execute.  


Why To Minify/Compress Javascripts

1) Makes your site look professional, with no extra spaces.
2) Quicker download of scripts
3) Reduce bandwidth usage of your website
4) Reduced number of HTTP requests on your server when consolidating numerous javascript files into one compressed file, consequently lessening the server load and permitting more visitors to access your website.


Will it affect my website or SEO?
NO! It will not affect your blogger blog or website because it does not edits your code! It only minifies it means removing and optimizing white spaces, comments, new line characters and sometimes block delimiters. Don't worry about template too! don't think the CSS will be wiped and the site will look ugly! :) It will just put it in one line which will make your template fast..! 

Tool

#You can resize it :)



Optimization Level:      

Levels
 
Normal: Removes comments & white spaces
 Moderate: Remove lines in script
High: Remove more lines and make the script inline if possible.

Output

Stats

Old size: New size: Ratio:

No comments:

Post a Comment