zapnap / rdocinfo

New development has moved to http://github.com/lsegal/rubydoc.info
http://rdoc.info
MIT License
18 stars 3 forks source link

Page Caching++ #10

Closed zapnap closed 15 years ago

zapnap commented 15 years ago

Cache the crap out of everything. Right now the docs are all, obviously, generated and served statically. But we're displaying the iframe around them dynamically as well as project lists. We could page cache all of this.

And then, potentially... push it to a doc user's pages on GitHub (!)

jeffrafter commented 15 years ago

Cache now pushes to docs user pages. Main project files are still served through sinatra and this is okay for now