Keep large JSON in-memory accessible for every request

Hi,

I want to load a large JSON file (all cities and states) and keep it in-memory, accessible for every request. Kind of like $_CUSTOM.cities. Loading the file at every request is inefficient

Any tips on how to accomplish so?

Community Page
Last updated: