So, I'm using background_process to run caching in the background. The process gets run but the unfortunate things is that the cached data, which is html, caches the page as text. So when I try to view the page it is just text html instead of rendered html. Has anyone experienced this before?

Comments

gielfeldt’s picture

Hi

I'm not entirely sure what you mean.

Are you using background_process to produce a page cache?

Can you give an example of what you're doing (either code or pseudo-code)?

gielfeldt’s picture

Status: Needs review » Postponed (maintainer needs more info)