| 开发者 |
Robert Palmer
robertcpalmer |
|---|---|
| 更新时间 | 2025年11月18日 23:46 |
| PHP版本: | 3.0.1 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
No. If your site uses 3 or 4 Google Fonts, just go to a page/s where these fonts are used, and they will be added to the cache. Then, when they are used on other pages, the plugin will automatically detect this, step in and serve the fonts from your local cache and not from Google's CDN.
In Chrome, go to a page on your website, then access DevTools (F12) > Network > [Font] and view the URL of a given font. If the plugin is working, you will see that it is being served from /wp-content/uploads/sgfc-cache/… If no font files are listed in DevTools, hit F5 to refresh the content.
Yes. It works with many other page builders, including Elementor, Gutenberg and WP Bakery, among others.
This plugin intentionally skips icon CSS. If icons were previously rewritten by another tool, purge its cache and CDN.
Dashboard > Tools > Font Cache. This will display information about the size of your cache and there is a button to flush it if you want to.
/wp-content/uploads/sgfc-cache/` (css + fonts).
Add define('SGFC_DEBUG', true); in wp-config.php to write to debug.log.