이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Resources URL Optimization

설명

WP Resources URL Optimization is a WordPress plugin optimized browser cache,
it will greatly enhance the website page display speed and reduce the pressure of the server to handle static files.
Default wp added after the static files the query string(version number) to ensure that the static files are modified
immediately after the performance to the browser (front-end), this way there is a drawback:
the browser will request the server regardless of whether the file is modified,
If the file has been modified it will download the new file,
if the file has not been modified http status code 304 is returned to inform the browser reads the local cache.
The goal of the plugin: do not have to re-initiate the request to the server,
and directly read the browser cache when the file has not been modified.

Related Links:

설치

Using the WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘WP Resources URL Optimization’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Download wp-resources-url-optimization.zip from the WordPress plugins repository.
  2. Navigate to the ‘Add New’ in the plugins dashboard
  3. Navigate to the ‘Upload’ area
  4. Select wp-resources-url-optimization.zip from your computer
  5. Click ‘Install Now’
  6. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-resources-url-optimization.zip
  2. Extract the wp-resources-url-optimization directory to your computer
  3. Upload the wp-resources-url-optimization directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

The plugin will affect what files?

The plug-in will modify the css and js file url used in the css sprite technology, the picture address are also taken to modify, while ensuring css work properly.

Why is the plugin is enabled, js and css url did not change?

Please ensure that js and css files added by use wp_enqueue_script and wp_enqueue_style method.

My css file has css sprite technology, the picture will load properly?

Yes, The plug has been considered the problem of the sprite.

When I want to modify some files, which files I need to modify?

Please modify the original file, not automatically generated files.

When I want to add some files, Do i need to add a version number?

No. The plugin will automatically generate a new files when the file modified.

후기

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

기여자 & 개발자

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

기여자

자국어로 “WP Resources URL Optimization”(을)를 번역하세요.

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

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

변경이력

1.6

  • Transfer ownership

1.5.1.2

  • Tested up to 4.4

1.5.1.1

  • Tested up to: 4.0

1.5.1

  • Tested up to: 3.9.1

1.5.0

  • New: add config for only remove query string.

1.4.3

  • Compatibility check for 3.6, nothing new, just bump version to tell everyone this plugin still works.

1.4.2

  • Fixed: Displays an warning when the resources is not file.

1.4

  • Fixed: Displays an error when you first install the plugin.

1.3

  • New: Automatically delete the older version of the backup file.

1.2.2

  • Fixed: ignore log trace.

1.2.1

  • Fixed: Fix wrong css sprite url.

1.2

  • Fixed: Fix Not working when WordPress Address and Site Address are not the same.
  • Modify: Move all back files to ‘{WordPress Address}/wp-content/wp-resources-back/’ directory.

1.1

  • Fixed: Fix ‘File_exists’ of warning when the css sprite is relative path.

1.0

  • Initial public release.