Image optimization is a premium feature that allows optimizing your images instantly without using your server resources. Once the feature is enabled, the origin image addresses with being replaced with our image optimization service (img.poweredcache.net) and it will perform on-the-fly image optimization, resizing and WebP conversation where the client browser supports. Limitations No cache invalidations. […]
Category: Media Optimization
Remove Emoji Scripts
WordPress loads “wp-emoji-release.min.js” by default on every page, you can simply remove emoji scripts to reduce HTTP requests and stop being loading emoji scripts. It won’t remove emojis.
Disable WordPress Embeds
Disables embedding posts from WordPress-based websites (including self embeds) which converts URLs into heavy iframes. Disabling embedding feature also removes wp-embed.min.js file.
Disable LazyLoad on Specific Posts
It’s quite straightforward to disable lazyload for a particular post. You just need to check the “Skip lazy loading for this post” option on the post editing screen. Block Editor: Classic Editor:
Enable Lazy Load
Lazy loading is a strategy to identify resources as non-blocking and load these only when needed. It’s a way to shorten the length of the critical rendering path, which translates into reduced page load times. You can fix “defer offscreen images” problems by using lazy load. WordPress core supports native lazyloading since version 5.5+ How […]