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

Consider storing html preview of question in database #274

Open mbentley00 opened 9 years ago

mbentley00 commented 9 years ago

I think it's expensive to have to figure out how to render a question in html 60+ times on the edit_question_set page. One optimization is to store this in the database. However, that needs to be balanced against the increase in query time and DB storage costs.