Improve website performance by caching widget output in WordPress transients.
Use PHP output buffering to extract widget output and store it into WordPress transients for faster retrieval. It also adds a checkbox to widget controls to exclude it from being cached.
It is a quick fix for bad behaving plugins that parse RSS feeds or call remote URLs on every page load.
Install it from the official WordPress repository or use the plugin search in your WordPress dashboard.
None.
widget_display_callback
filter.pre_wp_nav_menu
.