irixzafra / ed8-dev

Private repo for managing tasks of esaem.
0 stars 0 forks source link

JS Optimization #67

Open lakshit-addweb opened 7 years ago

lakshit-addweb commented 7 years ago

Perform possible JS optimisation to increase the performance of site.

This will take 2-3 hours additionally. Please let us know your approval.

Thanks!

irixzafra commented 7 years ago

Please do it. Thanks

lakshit-addweb commented 7 years ago

@irixzafra

I have checked all js files, and I have removed the unnecessary code from js. Also I have added minified js file and committed the files on dev site.

Apart from this drupal module is doing optimisation and merging all the js files into one single js file. Also it automatically minified the js file. https://developers.google.com/speed/pagespeed/insights/ site is also suggesting to minify the optimised js file. But this is not required.

So related to js, nothnig is required to for optimization.

Thanks.