SuLab / WikiGenomesBase

A configurable codebase for launching organism specific WikiGenomes spinoff applications (e.g. ChlamBase.org) This is a web application framework for creating a model organism database leveraging the taxonomic, genetic and functional data that has been loaded to Wikidata.org by the Gene Wiki Project.
https://chlambase.org/
MIT License
7 stars 4 forks source link

optimization #59

Closed djow2019 closed 6 years ago

djow2019 commented 6 years ago

https://developers.google.com/speed/pagespeed/insights/?url=chlambase.org&tab=desktop

djow2019 commented 6 years ago

Integrated minification pipeline with grunt. Run "grunt minify" to update the code in /build.

Things left to do to increase performance further:

djow2019 commented 6 years ago

Fixed problem with variable mangling (wrong order of commands..). Now, variable names will be mangled to further compress the files in chlambase for even faster speed! Yay

djow2019 commented 6 years ago

Fixed file concatenation. Problem was that angular requires a specific ordering (which I had not specified).

djow2019 commented 6 years ago

Integrated HTML minifier in pipeline. Now, everything is minified and compressed as small as possible. While its certainly possible to make more improvements in the future, for now it is at a very good point and will mark as resolved