2015-01-07 UTC
# KartikPrabhu tantek: some advice on a file-storage flow. So I am writing code to store notes as HTML+mf2 so th question is should the read flow to actually render a page be: storageHTML -> mf2 parser -> storage intermediate object -> final template -> HTML ? Seems like a lot of intermediate steps which might slow down webpage rendering...