Closed jscott1989 closed 9 years ago
Yeah... turns out it's because I totally forgot to re-configure django-compressor so that it builds on deploy rather than on demand....
The speed is acceptable now but it should be watched as the plugin architecture could result in slowdowns.
Partially due to the complex plugin architecture - Happening is doing too much on each page load which is resulting in slow load times.
We need to figure out the bottlenecks and optimise.
(This may relate to #44)