I was thinking about creating an extension that automatically saves a HTML version of a markdown formatted field to another custom field.
So say you have a custom field ‘article_body’ that’s formatted via markdown, when that entry is saved it’ll store the HTML formatted text in ‘article_html_body’. Then you could just display {article_html_body} without having to call markdown each time the page is loaded.
Do you think there’d be any noticable performance gain from doing this?
