manifest / performance / wp-google-fonts-optimizer
WP Google Fonts Optimizer
Automatically detect and combine multiple Google Web Font requests into a single one.
by zytzagoo · github.com/zytzagoo/wp-google-fonts-optimizer · website
★ 2stars
29release downloads
≈10active sites
11composer installs
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/zytzagoo/wp-google-fonts-optimizer/releases/download/0.2.0/wp-google-fonts-optimizer-0.2.0.zipAlso on Packagist as zytzagoo/wp-google-fonts-optimizer:
composer require zytzagoo/wp-google-fonts-optimizerFrom the readme
WP Google Fonts Optimizer
WP Google Fonts Optimizer is a super-easy way to ensure your WordPress theme is
not performing unnecessary extra requests for Google Web Fonts (in cases when
you use more than one font family on a page).
It automatically scans your enqueued stylesheets and combines them into a single request when needed.
Optionally, for poorly coded themes (and/or conflicts with other
plugins), it can scan and modify the generated markup.
Download
See Releases.
Or install it to your plugin directory via Composer:
Quickstart
Install and activate the plugin, it should do it's job automatically after that.
Details / Troubleshooting
By default, the plugin enqueues a new stylesheet (with combined font families
etc.) and removes any found/enqueued stylesheets.
If your theme doesn't enqueue the Google Fonts properly (or if there is a
potential conflict with another plugin/theme on your site), you can modify the
way the plugin works and change it so that it parses the generated markup
(instead of it inspecting the enqueued URLs). Do so by adding a filter to
your functions.php (or even better, use a mu-plugin).
When in markup mode, it replaces existing elements with a
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 0.2.0 | Oct 24, 2017 | wp-google-fonts-optimizer-0.2.0.zip | 20 |
| 0.0.1 | Oct 12, 2017 | wp-google-fonts-optimizer-0.0.1.zip | 9 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.