canonical / canonicalwebteam.discourse

GNU Lesser General Public License v3.0
11 stars 16 forks source link

Don't parse more than we need to #156

Closed sparkiegeek closed 1 year ago

sparkiegeek commented 1 year ago

This PR adds ensure_parsed to Docs and Tutorials parsers so that callers can be sure that the metadata is parsed, but not unnecessarily force a re-fetch and parse of that Discourse post.

This aims to increase performance