You appear to be a bot. Output may be restricted
Description
Preload content
See if preloading ALL the content makes any difference on second and subsequent runs when running locally.
Usage
oiksc_preload_content();
Parameters
Returns
void
Source
File name: oik-shortcodes/admin/oik-create-apis.php
Lines:
1 to 6 of 6
function oiksc_preload_content() { $api_cache = oiksc_api_cache::instance(); $api_cache->preload_all_apis(); }