{$XE_VALIDATOR_MESSAGE}

{$lang->cmd_supercache_config_basic_help}

{$lang->cmd_supercache_config_basic_rhymix_help}

사용 가능한 설정 문법은 아래와 같습니다. 필요에 따라 변경하시기 바랍니다.

  • 기본값: default
    대부분의 중소규모 사이트에 적합한 방법입니다.
    캐시 파일이 저장되는 files/supercache 폴더의 용량이 다소 커질 수 있습니다.
  • 파일: file
    대규모 사이트로서 Memcached를 사용하기 곤란한 경우 차선책으로 쓸 수 있는 방법입니다.
    캐시 파일이 저장되는 files/supercachefiles/cache/store 폴더의 용량이 매우 커질 수 있으니 주의하십시오.
  • Memcached: memcache://127.0.0.1:11211 ({$lang->msg_supercache_not_available})
    대규모 사이트나 로드밸런싱 사용시 최적의 방법입니다.
    Memcached 서비스를 다른 서버에서 구동하는 경우 IP 주소와 포트를 변경하십시오.
  • APC: apc ({$lang->msg_supercache_not_available})
    불가피한 경우 외에는 권장하지 않습니다. 특히 PHP 5.5 이상 버전에서는 사용하지 마십시오.
    일부 버전에서 캐시 용량이 가득 차면 안정성이 떨어진다는 제보가 있으니, 용량을 넉넉하게 설정하시기 바랍니다.
  • WinCache: wincache ({$lang->msg_supercache_not_available})
    윈도우 서버 전용이며, 불가피한 경우 외에는 권장하지 않습니다.

You can use the following syntax. Please adjust to your needs.

  • Default: default
    Best choice for most small and medium-sized sites.
    Caution: This can cause a large amount of files to be stored in the files/supercache folder.
  • File: file
    Second-best choice for large sites where Memcached is not an option for whatever reason.
    Caution: This can cause a VERY large amount of files to be stored in the files/supercache and files/cache/store folders.
  • Memcached: memcache://127.0.0.1:11211 ({$lang->msg_supercache_not_available})
    Best choice for large sites or load-balanced environments.
    Please change the IP address and port if Memcached is running on a different server.
  • APC: apc ({$lang->msg_supercache_not_available})
    Not recommended, especially in PHP 5.5 or higher.
    Caution: Some versions of APC are known to become unstable when the cache size is too small.
  • WinCache: wincache ({$lang->msg_supercache_not_available})
    Not recommended unless there is no other choice. Only for Windows servers.

{$lang->cmd_supercache_flush_cache_help}