beautyjoy / llab

Lightweight lab curriculum system
7 stars 13 forks source link

"Caching" of Topic Page Parsing #90

Open cycomachead opened 10 years ago

cycomachead commented 10 years ago

From @cycomachead on March 25, 2014 11:50

This probably goes in the with LLAB changes, but it would be smart to save the parsed version of a topic file. I'm not sure of the best way to do this, perhaps a JSON object in local storage?

We could have a JSON object per lab/topic and then access that to build the topic page and to build the drop down. That would speed things up a lot, hopefully. :)

This is what I think we could do: SESSION START:

Copied from original issue: beautyjoy/bjc-r#272

cycomachead commented 10 years ago

Instead of local Storage, we can use session Storage. This would solve caching issues.

xtitter commented 9 years ago

a build system would fix this...