grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

implement caching -- and fragment caching #200

Open Theta91 opened 9 years ago

Theta91 commented 9 years ago

Django integrates easily with memcached, which we should take advantage of to help serve up the /edit_question_set/ page much faster while still displaying all questions.

We especially should look at this article because that's pretty much exactly what we want to do with the content of div#questions on /edit_question_set.