WSA – Website Accelerator Cache Purge

설명

The Website Accelerator by Astral Internet is a tool that allows you to place certain elements of a site in buffer memory (cache) inside the server. Once the elements are placed buffer of the server, they can be served much faster to people viewing a website.
The website accelerator maximizes the Nginx caching feature while offering granular configuration for each site. More information concerning the WSA module is available on this blog “No more slow websites!”.

스크린샷

  • Main interface.

설치

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Upon installation, the default setting will purge the cache upon each page refresh. This cache be disactivated through the plugin interface in the tool’s menu.

FAQ

Will this plugin work for me

This plugin will function on servers that have the Website Accelerator installed. If the acceleration module is not installed the module can still be installed and will not break any functionality of the website but will simply be useless.

후기

2019년 11월 26일
I no longer need to go to my cPanel control panel to purge my site cache, it is now done automatically when I update one of my site pages.
모든 1 평가 읽기

기여자 & 개발자

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

기여자

“WSA – Website Accelerator Cache Purge”(이)가 6(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “WSA – Website Accelerator Cache Purge”(을)를 번역하세요.

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

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

변경이력

1.1.2

  • Removed deprecated code
  • Fix : Change the way the hook was made to listen to other cache extensions.

1.1.1

  • Fixed const for PHP 8.1.

1.1.0

  • Updated the WSA module class to the version 1.1.0 (was previouly on version 1.0.0)
  • Change the method used to detect if the WSA module is installed. Work will previous version of WSA and with the newer versions 1.1.X
  • Removed jQuery dependency, JS is now PureJS

1.0.9

  • New name for the plugin.

1.0.8

  • Add new namespace on class.

1.0.7

  • Removed Swift Performance intergration since it is now included directly in Swift Performance.

1.0.6

  • Fixed CloudFlare blocking curl request when using no UserAgent.

1.0.5

  • Fixed string match when checking if the module is available on the server.

1.0.4

  • Fixed array declaration in PHP 5.3.

1.0.3

  • Fixed text domain error for translation.

1.0.2

  • Fixed menu links to match the slug change from the official WordPress repo.
  • Fixed path regex in wsa main class.
  • Fixed jQuery call in interface.

1.0.1

  • Hooked into popular existing cache plugin to clear server cache with those plugins
    • W3 Total Cache
    • Swift Performance
    • WP Super Cache
    • WP Fastest Cache
    • LiteSpeed Cache
    • Auto optimize
  • Added “before” and “after” hookable event when puring the server cache

1.0

  • First official version available.