Plugin info

Total downloads: 224
Active installs: 0
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/9/2025 (175 days ago)
Added to WordPress: 7/9/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Maintained • Last updated 175 days ago • 1 reviews

52/100

Is Publisima Cache abandoned?

Likely maintained (last update 175 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.8.3
Requires PHP: 7.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Static Cache
Rating 0.0/5 (0 reviews)Active installs 10
Static Cache Wrangler – Coverage Assistant
Rating 0.0/5 (0 reviews)Active installs 0

Description

Publisima Cache drastically improves your website’s speed by generating static HTML files of your pages and serving them directly to visitors, bypassing the need to run PHP or database queries.

Features:

  • One-click page caching.
  • Brotli and Gzip compression.
  • HTML/CSS minification.
  • Lazy Load for images and iframes.
  • Automatic cache clearing when content is updated.
  • Admin dashboard with stats and manual controls.
  • Cache preloading to keep your site consistently fast.
  • Secure and compliant with WordPress coding standards.
  • All cache and log files are stored in the WordPress uploads directory (wp-content/uploads/publisima-cache/) for full compatibility and security.

Installation

  1. Upload the publisima-cache folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to ‘Publisima Cache’ in the main WordPress admin menu to activate and configure the options.

Frequently Asked Questions

Where are cache files stored?

All cache, log, and stats files are stored in a dedicated folder inside your WordPress uploads directory (wp-content/uploads/publisima-cache/). This ensures compatibility with all WordPress setups and multisite environments.

Does this plugin modify or require changes to plugin/theme files?

No. Publisima Cache does not require or request any changes to plugin or theme files. All data is stored outside the plugin folder, following WordPress.org guidelines.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

4.2.1

  • Added Spanish translation.

4.2.0

  • Security & Compliance: All file operations now use the WordPress Filesystem API. All cache, log, and stats files are stored exclusively in the uploads directory for full compatibility and security.
  • Fixed: No files are saved or deleted in the plugin directory or wp-content/cache.
  • Improved: All user input is sanitized, validated, and escaped according to WordPress.org guidelines.
  • Improved: Nonces and user capability checks added to all AJAX and settings actions.
  • Improved: Scripts and styles are enqueued using WordPress functions; inline scripts now use wp_add_inline_script().
  • Fixed: Removed cache clearing on theme switch to comply with plugin guidelines.
  • Improved: Only required $_GET/$_COOKIE parameters are processed, never the full array.
  • Improved: All output is properly escaped before being echoed.
  • Documentation: Updated readme and inline comments to clarify compliance and security improvements.

4.1.5

  • Compliance: All cache and log files are now stored in the uploads directory. Final implementation of the WordPress Filesystem API to resolve all remaining scanner errors related to direct file access. The plugin is now fully compliant with WordPress.org guidelines.

4.1.4

  • Security & Standards: Implemented the WordPress Filesystem API (WP_Filesystem) to handle all file operations (delete, read, write) in compliance with WordPress.org security guidelines.
  • Fix: Silenced a NonceVerification false-positive warning.

4.1.3

  • Fix: Corrected Plugin URI and Author URI to be different URLs.

4.1.2

  • Fix: Reverted file handling logic to direct PHP functions to ensure functionality.

4.1.1

  • Maintenance: Added Requires PHP header.

4.1.0

  • Major Renaming: Renamed the plugin to “Publisima Cache” to comply with WordPress.org trademark guidelines.