Snappy

Beschreibung

Caching for a snappier website.

When a WordPress page loads normally, it goes through:

  1. PHP execution
  2. Database queries (often 20-50+ queries)
  3. Theme processing
  4. Plugin execution
  5. HTML generation

With Snappy file-based caching, it skips all that and just serves a static HTML file.

Estimates for performance improvement:

  • 2x faster is conservative and achievable for most sites
  • 5x faster is realistic for database-heavy sites
  • 10x faster is possible for poorly optimized sites with many plugins

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Snappy“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Snappy“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.1

  • New