Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Pods AJAX Views™
Vortex Live Panels is not affiliated with Pods AJAX Views. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin provides a secondary caching layer for sites running on hosting platforms that restrict or limit standard object caching. It is designed for developers and site owners who experience performance issues due to these restrictions, offering a way to store and retrieve cached data independently.
File or Database Storage: Choose to store cached objects either on the filesystem or within a database table, providing flexibility based on your server's configuration and performance characteristics.
Developer API: Includes a set of functions (pods_cache_set, pods_cache_get, etc.) that mirror core caching and transient functions, allowing developers to easily integrate the alternative cache into custom themes and plugins.
Manual Cache Management: Clear the entire cache or specific groups directly from the admin area, giving you control over when cached data is refreshed.
Configurable Storage: Define constants in your configuration to disable the cache, switch between file and database storage types, or specify a custom directory for file-based cache storage.
Host-Specific Optimization: Originally developed and tested for performance on a specific managed hosting platform known for object cache limits, aiming to reduce random query spikes and improve load times.