Menu

#4 Webpage caching is desired

0.2
open
nobody
caching (1)
2013-06-06
2013-06-06
No

There isn't an immediate need for caching, but it will be desirable to have eventually.

1) Add code to preload html webpages from installed directories.
2) Keep webpages resident in memory until requested.
3) Webpages should be indexed by website path and kept by a hash table or map object.
4) If webpage isn't found in table, then Stow should attempt to load from disk. If found on disk, then page should be cached.
5) Add configurations so that administrator can turn caching on/off, and configure lists of files & directories to pre-cache.

Discussion


Log in to post a comment.