First of all, thank you for this great plugin, we are more than satisfied with it.
But we are currently working on speed improvements of our website and found out that this plugin loads 5 files that are considered as requests on all of our pages.
Can you please help us with explaining which of those we can unload from what pages (we have blog pages, product pages, cart, checkout, categories for products, categories for posts and regular pages)?
Thanks in advance,
Best regards, Coral Srbija.
Regsrds.
]]>Been enjoying your plugins!
Recently I noticed the link in the Optimize Fonts box under the Stylesheet Handle that says “Unload italics”. What should happen when I click this? Nothing seems to happen for me. The link seems to be this:
https://goseongguy.com/wp-admin/options-general.php?page=optimize-webfonts&tab=omgf-optimize-settings#
I don’t see anything indicating it’s a Pro feature.
Thanks!
Nate
My site is extremely slow (as seen here: https://snipboard.io/Jzydhq.jpg). I am trying a few things to decrease my Eliminate render-blocking resources and Asset Clean up being one of them.
How can I know which of these I am actually using in my front page? https://www.loom.com/share/cc9e3cde576b4c679731ee9d3000fe09. I have test mode enabled but when I unload certain things and I check on my site (in admin view), looks like no changes are being made in the front end.
For example: I unloaded “add to cart” https://snipboard.io/ZrLuNE.jpg
But still shows up: https://snipboard.io/Yz4jvw.jpg
I am afraid to unload something without being sure and breaking something. I have 69 files from plugins (CSS & JS) and do not know if I use most of these.
Best,
Chris
I have just noticed that the plugin stores the fonts in an /omgf/google-fonts-1-330/ folder, but the preload targets the /omgf/google-fonts-1/ folder so Google PSI is complaining I should preload my fonts.
I have already emptied the cache directory and reapplied the do not load/preload settings and again I see fonts loaded from the “330” folder. So either the “330” folder name is correct but then the preload link is wrong (although I cannot imagine why you would add that suffix, haven’t noticed it in other sites) or the preload link is correct (which I assume) meaning the css file is created in the wrong directory.
]]>When I update to latest version of Contact Form 7 it no longer works. Assistance to update the script would be appreciated. I am not a PHP expert and copied the original script from a support page somewhere. Not sure where.
]]>// Deregister Contact Form 7 styles
add_action( ‘wp_print_styles’, ‘aa_deregister_styles’, 100 );function aa_deregister_styles() {
if( ! is_page( array( 69, 260, 211 ) ) ) {
wp_dequeue_script(‘contact-form-7’);
wp_dequeue_script(‘google-recaptcha’);
}
}
I need to know how to load that file again so the mobile menu work properly
]]>