blogofile
blogofile copied to clipboard
Speed enhancement: cache posts that don't need to be regenerated.
Introduce a step in blog post parsing that md5/sha hashes the post and loads a preparsed Post object if the hash is unchanged.
Can this speed up rendering of large sites?