Why is Ghost pre fetching all the resources at bootstrap?

Ghost is pre-fetching all the resources at bootstrap, so it is impossible to have a large number of posts with limited RAM. Is there any way to disable pre-fetching?

All urls are generated on boot as part of the new dynamic routing functionality. There is no option to disable this feature at this time.

We do have plans to offload our internal memory caching to adapters so that the data could be stored in something like Redis instead of RAM, it’s not on the immediate roadmap but could make for a good community project.

Having over a million posts is not common, I think short term you likely need to throw more resources at your publication.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.