Leírás
Caching for a snappier website.
When a WordPress page loads normally, it goes through:
- PHP execution
- Database queries (often 20-50+ queries)
- Theme processing
- Plugin execution
- 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
Vélemények
Nincsenek értékelések erről a bővítményről.
Közreműködők és fejlesztők
“Snappy” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“Snappy” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
0.1
- New