Title: GDPR Cache Scripts &amp; Styles
Author: Philipp Stracker
Published: <strong>2022 年 9 月 15 日</strong>
Last modified: 2023 年 1 月 24 日

---

搜索插件

![](https://ps.w.org/gdpr-cache-scripts-styles/assets/banner-772x250.jpg?rev=2788249)

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

![](https://ps.w.org/gdpr-cache-scripts-styles/assets/icon-256x256.png?rev=2788250)

# GDPR Cache Scripts & Styles

 作者：[Philipp Stracker](https://profiles.wordpress.org/strackerphil-1/)

[下载](https://downloads.wordpress.org/plugin/gdpr-cache-scripts-styles.1.0.7.zip)

 * [详情](https://cn.wordpress.org/plugins/gdpr-cache-scripts-styles/#description)
 * [评价](https://cn.wordpress.org/plugins/gdpr-cache-scripts-styles/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/gdpr-cache-scripts-styles/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/gdpr-cache-scripts-styles/#developers)

 [支持](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/)

## 描述

One-click solution to automatically serve external assets from your local website.

No configuration and no coding required – activate the plugin and forget about it.

### 1. Disclaimer

This plugin does not provide any guarantees of making your website GDPR-compliant.
As a website operator, you are always responsible to verify if this plugin works
for you and collect consent for external scripts before loading them in the visitor’s
browser.

### 2. How it works

**Short**: External files are downloaded to your WordPress installation (into the
uploads-folder) and then served from there.

**More details**:

The plugin scans every URL that is enqueued via `wp_enqueue_script()` and `wp_enqueue_style()`.
When detecting an external URL, that file is saved to your uploads-folder and served
from there.

It also scans the contents of CSS files for external dependencies and also saves
those files to your uploads-folder!

Heads-up: For technical reasons, we cannot scan the contents of JS files for such
dependencies – JS files can always inject external assets

**No Output Buffer**:

This plugin does not add any “output buffering” but scans the URLs which are enqueued
via recommended WordPress functions.

As a result, _GDPR Cache Scripts & Styles_ has practically no performance impact
on your response time, no matter how big your website is.

**Background worker**:

To speed up your website’s loading time, all assets are downloaded in a background
process: When a new asset is detected, or a cached file expires, a worker-task is
enqueued.

The queue is then processed in an asynchronous process; while the queue is processed,
your website could still serve the external assets for a while – usually the queue
is processed within one or two minutes.

### 3. Options Page

You’ll find the plugin options page at “Tools > GDPR Cache”. On that page you can
refresh and purge your website’s cache.

Here you can also review a full list of all files that are locally cached, and review
the expiration date of each file – when a file expires, the plugin downloads a new
version of it from the remote server.

Additionally, when you **deactivate** the plugin, the entire cache is purged (all
files are deleted and relevant DB values are reset)

### 4. Tested with

We’ve tested this plugin with the following themes and plugins:

 * **Block Editor** (embedding Google Fonts via the Customizer’s “Additional CSS”)
 * [**Divi**](https://divimode.com/go/divi/) (see “Configuration for Divi” below)
 * [**Elementor**](https://wordpress.org/plugins/elementor/)
 * [Jetpack](https://wordpress.org/plugins/jetpack/) (specially with Performance
   options like “site accelerator”)
 * [Fonts Plugin | Google Fonts Typography](https://wordpress.org/plugins/olympus-google-fonts/)
 * Works on **multisite** networks

Most other plugins and themes will work with this plugin as well. If you encounter
any issues, please let us know, so we can improve this plugin 👍

## 屏幕截图

 * [[
 * Without this plugin: A website uses a Google Font, and the visitor’s browser 
   connects to 2 external servers.
 * [[
 * With this plugin: The Google Font files are saved to your website and served 
   locally. No request to Google’s server is made! In this screenshot, we show the“.
   ttf” fonts in Chrome, which proves that Google has no idea about our browser.
 * [[
 * The options-page displays a list of all cached files and gives the option to 
   invalidate all files.

## 安装

Automatic WordPress installer:

 1. Install [the plugin from wordpress.org](https://wordpress.org/plugins/gdpr-cache-scripts-styles/)
 2. Activate it.
 3. Done! No configuration needed.

From GitHub:

 1. Visit [github.com/divimode/gdpr-cache-script-styles](https://github.com/divimode/gdpr-cache-script-styles/)
    and download the repository zip file.
 2. Open your wp-admin > Plugins > Add New page and upload that zip file
 3. Activate the plugin.
 4. Done! No configuration needed.

_Note: When installing the plugin from GitHub, it will be replaced with updates 
from the wordpress.org repository_

## 常见问题

### Can this plugin make Google Fonts GDPR safe?

Yes, activate this plugin, and you’re done.

We tested this plugin on numerous websites with different themes, and it was able
to detect and cache all Google Fonts automatically.

### Does this eliminate all external scripts?

Unfortunately, no. Some scripts (such as Google Maps scripts) will load external
assets that cannot be detected or cached by this plugin.

### Configuration for Divi

If you’re using the Divi Theme, you need to **disable** the Theme Option “Improve
Google Fonts Loading”.

You can find that option in wp-admin > Divi > Theme Options > General > Performance

When this option is enabled, this plugin cannot detect the Google Fonts, and your
website will make some external requests to load those font-files.

Screenshot: [divi-config.png](https://raw.githubusercontent.com/divimode/gdpr-cache-script-styles/main/docs/divi-config.png)

### I still see some requests to Google’s Servers

Common reasons are:

 1. **Cache is not ready yet**. The initialization takes some time – check the status
    on “wp-admin > Tools > GDPR Cache” to see the state.
 2. A **browser plugin** loads external assets on every request. Test the page in an
    _Incognito_ or _Private_ window.
 3. Some scripts, like _Google Maps_, can **dynamically load Google Fonts** or other
    external resources. This cannot be prevented by this plugin.

Also, some themes or performance plugins can embed the external resources in a way
that our plugin cannot detect. If this is the case for you, please let us know. 
We might be able to adjust this plugin, or provide you with instructions on how 
to configure the plugin/theme to be compatible with _GDPR Cache Scripts & Styles_.

### Does it work on multisite networks?

Yes. When used in a multisite network, each site will start to create its own GDPR
cache

 * Each site in the network will start to download external files automatically.
 * The local cache is stored in the respective sites “uploads” folder (there’s no
   overlapping between sites).
 * Each site only maintains assets that are used by that site.

There is NO network-wide overview, or “Purge All Sites” function in the plugin.

## 评价

![](https://secure.gravatar.com/avatar/2f491f911861d08a249159be7ffccf5edf8b7c4a01e5579f02be54adda83de20?
s=60&d=retro&r=g)

### 󠀁[great work!](https://wordpress.org/support/topic/great-work-1068/)󠁿

 [matthias.wagner](https://profiles.wordpress.org/matthiaswagner/) 2023 年 1 月 
26 日

thank you for that well coded and lightweight plugin!

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/)

## 贡献者及开发者

「GDPR Cache Scripts & Styles」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Philipp Stracker ](https://profiles.wordpress.org/strackerphil-1/)

[帮助将「GDPR Cache Scripts & Styles」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/gdpr-cache-scripts-styles)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/gdpr-cache-scripts-styles/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/gdpr-cache-scripts-styles/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/gdpr-cache-scripts-styles/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/gdpr-cache-scripts-styles/)。

## 更新日志

#### 1.0.7

 * Fix: Black-List Google Maps JS source, otherwise Google Maps will not work anymore

> Thanks for the feedback everyone! If you have any questions of encounter problems,
> let me know.

#### 1.0.6

 * Fix: Do not cache Stripe and PayPal scripts locally

#### 1.0.5

 * New: Added admin notice when incompatible plugin/theme configuration is detected
 * New: Flush WP caches, when new external assets were downloaded
 * Improve: Instantly start scanning for assets as soon as the plugin is activated
 * Improve: A few minor fixes and improvements

#### 1.0.4

 * New: New garbage collection locates cached files that are not used for more than
   30 days, and deletes them
 * Improve: Asset list on options page displays staleness information (for garbage
   collection)
 * Improve: Better detection of external URLs

#### 1.0.3

 * New: Display file-type of cached assets in the plugin’s option page
 * New: Also in the plugin’s option page – allow sorting of the “Cached Assets” 
   list
 * Improve: Flush the plugins internal cache when opening the options page

#### 1.0.2

 * New: Replace external URLs found in Additional CSS (via Customizer)

#### 1.0.1

 * New: A “Purge Cache” button to the plugin options page
 * New: Include a User-Agent when requesting remote files, to fetch WOFF2 fonts 
   from Google instead of large TTF files
 * Fix: Correctly determine asset type from file extension to avoid “tmp” types
 * Improve: Color coding of the cache-status on the plugin options page
 * Improve: Local cache 1files reflect the entire remote URL, to add transparency
   over the file contents
 * Improve: Fix some typos and remove unused code

#### 1.0.0

 * Initial Release

## 额外信息

 *  版本 **1.0.7**
 *  最后更新：**3 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.0.12**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/gdpr-cache-scripts-styles/)
 * 标签
 * [CCPA](https://cn.wordpress.org/plugins/tags/ccpa/)[GDPR](https://cn.wordpress.org/plugins/tags/gdpr/)
   [privacy](https://cn.wordpress.org/plugins/tags/privacy/)
 *  [高级视图](https://cn.wordpress.org/plugins/gdpr-cache-scripts-styles/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/reviews/)

## 贡献者

 *   [ Philipp Stracker ](https://profiles.wordpress.org/strackerphil-1/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/gdpr-cache-scripts-styles/)