Linux 软件免费装
Banner图

Improve Enqueued Asset URLs

开发者 codearachnid
更新时间 2015年1月18日 22:14
PHP版本: 3.2 及以上
WordPress版本: 4.1
版权: GNU General Public License v3.0
版权网址: 版权信息

标签

cache urls query cleanup yslow asset enqueue pagespeed resources strings static pingdom

下载

1.0.0 1.0.1 1.2.0

详情介绍:

TL;DR This plugin will remove query strings from enqueued static resources like CSS & JavaScript urls. Resources with a question mark (?) or ampersand (&) in the URL often bypass a proxy cache server. Thus by cleansing the query string from the URL should significantly increase your WordPress site performance. The goal is to improve your speed scores in services like PageSpeed, YSlow, Pingdom, LoadImpact. Additional funcitonality is to strip the protocal prefix to simplify asset loading to be relative to the protocal path. Attempts to force all linked assets to be of the same protocal.

安装:

Installing the plugin is easy. Just follow these steps:
  1. From the administration part of your site, navigate to Plugins -> Add New.
  2. Select the "Upload Plugin" button and hit "Choose File."
  3. When the popup appears select the improve-enqueued-asset-urls-x.x.x.zip file from your desktop. (The 'x.x.x' will change depending on the current version number).
  4. Follow the on-screen instructions and wait as the upload completes.
  5. When the upload is finished, activate the plugin via the prompt. A message will show confirming a successful activation.

更新日志:

1.2.0 1.0.1 1.0.0