该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Cache External Scripts

描述

Often when trying to optimize the Google Pagespeed score, there is one script which still causing the ‘Leverage browser caching’ rule popping up: Google’s own gtag.js and/or analytics.js file…

With this plugin you will be able to cache this file on your local server and enable browser caching for longer than 2 hours. The plugin will check every day if there is a newer version of the file to keep the cache up to date.

屏幕截图

  • Fix this last Google Pagespeed problem

安装

Installation is very easy;

  1. Upload the plugin directory cache-external-scripts to the /wp-content/plugins/ directory or install it directly from the WordPress plugin directory.
  2. 通过WordPress的“插件”菜单激活插件
  3. Once the external script is cached by the plugin, it will automatically replace the url in your current Google Analytics code (meaning you can use your current Google Analytics plugin).

常见问题

I have installed the plugin, but I can’t find the Google Analytics code in the page source code

This plugin only caches the script and replaces it in your current Analytics code, containing ‘gtag.js’, ‘analytics.js’ or the older ‘ga.js’ script.
We chose not to insert the Analytics code itself because there are tons of plugins for that already, and some users require modifications in the code.

How can I check if the Analytics code is properly cached

We store the cached file in the wordpress uploads directory, in the folder called cached-scripts. If this folder doesn’t exist or is empty, please visit the settings page of the plugin to manually fetch the script.

评价

80

2020 年 3 月 7 日
Very Good plugin
2019 年 8 月 1 日
I was a bit concerned about this plugin and its conflict with W3, but it gets the job done perfectly! thanks guys
2019 年 4 月 15 日
Great little plugin, works very well could do with a few other things being cached - google maps?
阅读所有25条评价

贡献者及开发者

“Cache External Scripts” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Cache External Scripts”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.4

  • Added support for new Google Analytics tracking code using gtag.js
  • Added missing semicolon which rarely caused a JavaScript issue in certain cases when minifying source code

0.3

  • Added support for new Google Analytics tracking codes using https protocol as standard
  • Small bug fix where cache being checked against the wrong file

0.2

  • Added support for (old) Google Analytics tracking codes using ga.js script

0.1

  • Initial release