reBusted!

설명

Saves you from asking “have you emptied your cache?”.

Forked and updated for todays WordPress and PHP from the original plugin by Paul Clark.

Features

  • Safe to leave running on live sites.
  • Only refreshes browser cache for a file if it has been modified.
  • Resolves Content Delivery Network (CDN) issues. No need to purge CDN cache.
  • Multisite compatible.
  • “Just works” — no configuration necessary.

Requirements

Requires scripts use any of the below functions to load. Almost all files meet these requirements. The only case it doesn’t account for is when URLs are hard-coded. This shouldn’t ever be done, since it can break sites for other reasons.

설치

  1. Search for “reBusted” under WordPress Admin > Plugins > Add New
  2. Install the plugin.
  3. Activate the plugin.

후기

2023년 10월 5일
This is a great tool for advanced developer. It saves you from manually versioning your css/scripts or devising your own versioning solutions based on system time which would reload css/js every time, slowing a page load. This ensures only changed styles/scripts are reloaded. Five stars!
2021년 9월 21일
It does the job. You upload or do changes to the css, js of the site, and with just pressing the F5, everybody gets the new changes.
2021년 2월 23일
The style.css just wouldn't update any more, nothing I did helped. Version numbers, flushing caches, tried all the tricks I found in the net. The domain and site owner wouldn't answer my msgs. After hours of frusration I installed this, and.. aaaaahh! Like sunshine after a year of rain. Thank you for this plugin. Great work.
모든 11 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1

  • Fixed fatal error on ancient PHP versions.

1.0

  • Forked from original Busted! plugin and updated for todays WordPress/PHP.
  • PHPUnit tests added.