Snappy

설명

💬 Ask Question | 📧 Email Me

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

Advanced Version

Snappy is fully capable with its core caching capability, but if you want or need additional optimization and control, advanced settings are available at snappywp.me.

  • HTML, CSS, and JavaScript minification
  • GZIP compression
  • Lazy loading for images and videos
  • Video embed optimization (YouTube/Vimeo facades)
  • Font preloading
  • Database cleanup (spam, revisions, transients)
  • Automatic weekly database optimization
  • Cache preloading from sitemap
  • Defer JavaScript with exclusions
  • Critical CSS extraction and inlining
  • WordPress Heartbeat control
  • Resource hints (preload, prefetch, DNS-prefetch)
  • Browser caching headers via .htaccess
  • Security headers (X-Frame-Options, CSP, etc.)
  • Cloudflare integration with optimized settings
  • CDN integration with URL rewriting
  • Settings import/export
  • Self-hosted update system

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Snappy”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Snappy”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1

  • New