Hi,
I was thinking some way to make a preloader blank screen to hide those first ugly html, I think this should come with the plugin. Some easy way to do this ? maybe an inline css with a simple html tag. It should be simple but in pratice…
Your plugin apparently is very good.
Best regards.
]]>Hi,
All the internal links from HTML are showing for a split second while navigating from one page to another as seen on the screenshot:
https://ibb.co/FJ75Xd4
How to fix it?
Best,
Raido
We are using your plugin:- Speed Up – Optimize CSS Delivery
we want to know if your plugin is compatible with PHP 8.1 or not.
We would love to know ASAP.
]]>Hello,
Do you have plans to update this plugin and test to 5.5.3
Thanks
]]>Hi!
I installed the plugin, but then changed the site address (http to https).
The redirect works correctly.
Should I reinstall the plugin to avoid possible problems?
For example, I would like to avoid additional redirection (this will happen if the address with http (not https) is stored somewhere in the plugin).
Thanks
]]>How I know the name of a CSS
The name is whatsappme.min.css
// exclude main and child stylesheets from delivery optimization
function exclude_from_delivery_optimization($handle){
return in_array($handle, array(‘main-stylesheet’, ‘child-stylesheet’));
}
add_filter(‘speed-up-optimize-css-delivery’, ‘exclude_from_delivery_optimization’);
Then??
// My changes
function exclude_from_delivery_optimization($handle){
return in_array($handle, array(‘whatsappme.min.css’, ‘whatsappme.min.css’));
}
add_filter(‘speed-up-optimize-css-delivery’, ‘exclude_from_delivery_optimization’);
is It correct?
]]>Hi Simone,
Is it possible that you add option to user to either select or ignore selected CSS files.
Adding the code in Function.php is not a practical solution.
Every-time the theme is updated, code has to be injected to the function.php
]]>After adding this plugin the error was definitely gone in Google page speed but my site loads abnormal
I see you mentioned to exclude the CSS for the theme
// exclude main and child stylesheets from delivery optimization
function exclude_from_delivery_optimization($handle){
return in_array($handle, array(‘main-stylesheet’, ‘child-stylesheet’));
}
add_filter(‘speed-up-optimize-css-delivery’, ‘exclude_from_delivery_optimization’);
do I have to add this code same as it is only in functions.php or we have to add a path in it somewhere? coz it did not work.
https://www.ads-software.com/support/plugin/speed-up-optimize-css-delivery
]]>I installed the plugin and expecting the same result as what the reviews on this plugin says but that didn’t happen. In fact, I even got more Blocking Resources and Optimize CSS Delivery in my page speed test. https://prntscr.com/il1ukv
]]>Hi
I am trialling your plugin in the staging but wondered if there was a way to stop the custom menu wizard displaying before the rest of the page as it comes up in a list form down the side… I read you can edit things but I would not know the language to use in the php to stop the menu loading down the side first. Any help would be appreciated, or let me know if it’s not possible?
Thanks
]]>I activated the plugin – where do I set up the details? I dont see any link.
thanks
]]>