开发者 | splendidwp |
---|---|
更新时间 | 2021年5月1日 23:40 |
PHP版本: | 7.1 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
This is most likely because you have "Inline CSS" module turned on, which caches all CSS for greater performance. I advise that during development you turn that module off and once you've finished with your changes, turn it on again, as that will clear the cache and create it again.
The speed at which the images are being converted to WebP depends entirely on the platform you host your website at, and how much performance capabilities that platform gives to your website. Getting on a more performing hosting plan would make WebP conversions faster.
All of the testing I have done concludes that in most cases the Google PageSpeed score improves, because problems like not using next-gen image formats (WebP) or not having good cache expiry settings on static assets are solved by the plugin, but sometimes it doesn't do much do the PageSpeed score, or even reduces it. So the answer is yes and no, in most cases it will improve the score, but sometimes it won't. Regardless of the score, your website is faster with the plugin, but if the PageSpeed score decreases you most likely have problems with your WordPress theme that my plugin simply cannot solve.
This may happen if you are running multiple performance plugins at the same time. Please deactivate other performance plugins to see which one clashes with Splendid Speed and consider not using it, or not using Splendid Speed.
alterImageSrc
of "Convert images to WebP".div
's with the same ID, as that is invalid HTML. The plugin now ignores that rule.wp_get_attachment_image_src
, which means WooCommerce is also supported now.