When we need to have parsoid output in the ParserCache for use by VE, but we don't want to use it for page views, then we should perform the pre-population on edit asynchronously.
Specifically, DerivedPageDataUpdater::doParsoidCacheUpdate should enqueue a job, rather than parsing directly.