• #indieweb 2015-01-07
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2015-01-07 UTC
# 04:51
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...