Lightweight Performance Optimizer

설명

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).

스크린샷

설치

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

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.1

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