nugawiki

./categories/os

Synology WordPress 최적화

업데이트 2026-07-21 조회수

Synology WP 최적화 요약

  1. HTTPS 먼저 (Let's Encrypt) → 그다음 WP 패키지
  2. PHP 7+ (Web Station)
  3. URL에서 /wordpress 제거: WP 사이트주소 수정 → index.php·.htaccessweb/로 복사 → index.php의 require 경로에 /wordpress/ 유지 → Permalinks 저장
  4. php.ini: memory_limit, max_execution_time 상향
  5. MariaDB my.cnf: innodb_buffer_pool_size 등 캐시 상향 후 재시작
  6. Web Station: PHP cache on
  7. .htaccess: DEFLATE/Expires/Cache-Control, Options -Indexes, wp-config.php deny
  8. 플러그인: Minify, EWWW Image Optimizer, WP Super Cache, Async JS/CSS, Use Google Libraries, DB cleanup

./comments