assets • use SVG (where possible – not for small images necessarily, keep retina in mind) • replace png with jpegs (where possible – not transparent) • ImageOptim • svgo / svg-editor • Compress/optimize persistent assets (Neos/Flow) • MOC.ImageOptimizer (https://goo.gl/ZkJ77m)
"moc/imageoptimizer" “dev-master” (development version) Optimizes JPG, PNG, GIF and SVG images automatically. Supported platforms Linux, FreeBSD, OSX, SunOS & Windows + more with global binaries. Works for all Flow installations.
Lots of content makes saving slow. Reason Default file caches are inefficient with lots of entries with tags. Solution Use a proper caching technique for those large caches that use tags.
site Bridges Neos and Varnish by sending cache-control headers and BAN requests based on the built-in Neos content cache. Provides a backend module to give non-developers control / insight * Be aware that pages needs to be cacheable to achieve performance gains https://github.com/mocdk/MOC.Varnish (http://goo.gl/fGSAU9) MOC.VARNISH
NOT PERFORMANT BY DEFAULT • GREAT TOOLS AVAILABLE • IMPROVE SERVER RESPONSE • OPTIMIZE RENDERING PERFORMANCE • SAVE TIME WITH PAGESPEED MODULE • SUPER-CHARGE WITH HTTP CACHE PROXY • PERFORMANCE BUDGET • USE HTTP/2 (+ SPDY)