happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Happening is slow #53

Closed jscott1989 closed 9 years ago

jscott1989 commented 9 years ago

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)

jscott1989 commented 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.