How can I remove these late requests?
Thanks in Advance,
D.
[id]
attributes on active, focusable elements are not unique.id
to ensure that they’re visible to assistive technologies.Could you update your code so this issue disappears from my page speed score?
Thank you.
Even with only 6 comments there is impact on performance!
I love the plugin, but what should I do to improve the score on Lighthouse?
P.S. Site in localhost …
]]>Your plugin is finally doing wonders on my website. However, When I test using page speed insights, I still get scores lower than 50. It’s so disappointing. What should I do to solve that? I am impressed with the speed, Google isn’t!
]]>I hope you are well. For some reason after installing the plugin and clearing caches, jquery-migrate is still showing the in the Web Dev and Page Speed Insights test eg:
https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Freclaimdesign.org%3Fao_noptimize%3D1
Please can you advise what I am doing incorrectly?
Thank you for your help.
Michael.
]]>One thing that seems to always come up in the page speed test is about .6 seconds of extra load time with the warning: Remove unused CSS
opening that drop down reveals the autoptimize css file
it has a size of: 98 KB, and says there is a potential savings of: 94 KB
And because i am not going through paying for service to create render blocking savings…this is significant to the first paint in mobile.
For instance, light house coverage tools say things like:
.wp-block-audio figcaption {
margin-top: .5em;
margin-bottom: 1em
}
.wp-block-audio audio {
width: 100%;
min-width: 300px
}
Aren’t being used, which is true.
I think divi can create its own file of content it writes to the server that is minimized, I am just wondering what bit of csss for divi that the autoptimize is picking up.
Wondering if you had some suggestions for Divi, or maybe you were aware of how your plugin is handling divi, would love your input, looks like there is a big opportunity for speed.
]]>Absolutely the best plugin to use on top of W3 Total Cache to squeeze extra performance out of Page Speed Insights and other speed tools.
It also removed 12 or so render blocking assets from my PSI audit.
Without doubt this plugin is worth downloading and tweaking till you find your perfect settings. Best of its kind for WordPress.
Great work! Thank you.
]]>Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.
When you click on Learn more it advises to use the font-display rule:
@font-face {
font-family: ‘Arvo’;
font-display: auto;
src: local(‘Arvo’), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format(‘woff2’);
}
Obviously this is PSI related, but I believe it’s to do with the way the plugin calls the font? It doesn’t give me a URL, but I believe it is a blob that it links to?
Any advice would be helpful please?
]]>