My WordPress plugin is determined by a big dataset (round a megabyte). The dataset is downloaded via REST API after which decoded to a PHP array. Proper now the dataset is downloaded on every web page load after which used for calculations and so on. That offers web page load occasions round 1 minute.
Nonetheless, it’s not essential to have the info downloaded on every web page load – it doesn’t replace that usually. My thought is to retailer the info and simply obtain a contemporary copy of the info as soon as a day or week. I…