Playing around with real-world performance optimizations found JSMin to work quite well … and very big gains by doing the following:
- combining multiple Javascript files into a single file
- using a JSMin servlet filter to minimize and cache in memory the Javascript file to return
- adding a filter to add HTTP Header caching to static files
- reducing file sizes for product images
Advertisement
Filed under: Performance, User Interface