Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Dirk

Feaure Request: Manually Refresh Filter Values

We have a large number of columns on our pages and a lot of posts. In order to reduce server load, it would be great to have an option to only refresh the filter values when a “Refresh Filters” button is clicked.

6 years, 1 month ago
Stefan van den Dungen Gronovius
Developer

Hi Dirk,

This seems like a great improvement. The filter drop downs are already cached but only for a minute. This can be disabled by using the following filter add_filter( 'acp/filtering/use_cache', '__return_false );

We could add another filter to extend the time the drop downs are cached and/or even work with a GUI to clear the filter cache. I’ve created a feature request for this. You can follow it if you like on Github.
https://github.com/codepress/admin-columns-issues/issues/1038

6 years, 1 month ago
Dirk

Being able to set the cache time and have a refresh button sounds great.

6 years, 1 month ago

You must be logged in to reply to this topic.