This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Lightweight Performance Optimizer

Descripción

Lightweight Performance Optimizer provides simple, safe optimizations for small-to-medium WordPress sites:

  • Simple Page Cache (stores HTML in uploads/lwpopt-cache)
  • Image Lazy Load (adds loading=”lazy” to images)
  • Heartbeat Control (adjust or disable heartbeat)

This plugin is minimal and intended to be privacy-friendly. It stores cache files in the WordPress uploads directory (wp-content/uploads/lwpopt-cache).

Capturas

Instalación

  1. Upload the plugin ZIP via Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. Configure settings under Settings Performance Optimizer.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Lightweight Performance Optimizer” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Lightweight Performance Optimizer” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.0.1

  • Fixed WP.org review issues: removed discouraged functions, proper sanitization, escaping, no WP_CONTENT_DIR, longer prefixes.