Conversation
supportHello! I have tested your plugin in a couple sites with lots of plugins and noticed it makes the Plugins list to last for at least 3x times to load. Does it check the information in the repo every time or will it cache the data and retrieve updates every N time? Also, is it compatible with PHP 7? Thanks in advance.
Yes, the requests to get the info about each plugin will result in the plugin admin page loading more slowly than normal. However, I’ve added caching so that you control how often the requests happen. Go to the plugin settings page and indicate the amount of time you’d like to have the the information cached.
And this setting to schedule the cache of information will refresh only when viewing the plugins list, or will it set a wp-cron task to schedule the update of this information?
It’ll run when the plugins page is viewed.
ok, thanks for clarifying!
Yes, the requests to get the info about each plugin will result in the plugin admin page loading more slowly than normal. However, I’ve added caching so that you control how often the requests happen. Go to the plugin settings page and indicate the amount of time you’d like to have the the information cached.
And this setting to schedule the cache of information will refresh only when viewing the plugins list, or will it set a wp-cron task to schedule the update of this information?
It’ll run when the plugins page is viewed.
ok, thanks for clarifying!