gregywordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [VDZ CallBack Plugin] Frontend button designThank you very much!
I did not expected such a speed response.
Best regards to You,
GregThank you!
Right, now it’s in the passed audits.
If, in the future, it appears again will you be so kind to provide me with the piece of code I should insert to establish preloading of this two elements?
Then I would have a chance to act immediately and check if the preloading works.
Kind regards,
GregForum: Plugins
In reply to: [Lead info with country for Contact Form 7] REST API ErrorHello,
I can give you access to my WP Instalation if it will help.
Let me know where I should send you credentials?
Regards,
GregHello,
thank you.
Still don’t know what to disable in Cloudflare as it speeds up my page.
Here are few screen shots from CF:
https://drive.google.com/open?id=1M9KtJqYTeaq7fg8L5GtEqwyFD-xnAgvr
https://drive.google.com/open?id=17NbXEWT10vBHoUXxdZeFucZ8RvoVjJ_y
https://drive.google.com/open?id=1H8qo0s9XMFW_FKlBtbYLEFpxmc-wqS28
Can you help me identifying what should be disabled?
Regards,
GregForum: Plugins
In reply to: [LiteSpeed Cache] Purge don’t purge?Thank you!
That works, I though that when I was on developement mode the Cloudflare Cache doesn’t work.
BTW: I use LSCache plugin as well as Cloudflare. On page rules I got this:
*leasing.sos.pl/*
Cache Level: Cache Everything
Edge Cache: A monthI think this cause this problem…(?)
Do you have any suggestion how to make the Cloudflare caching my static HTML on one hand and on the other the LSCache to do its caching as well so such problem will not occure anymore on the frontend?Regards,
GregForum: Plugins
In reply to: [LiteSpeed Cache] Message from Google: Remove unused CSS!Thank you.
Too big… when a css file is even too big to generate the critical path here: https://jonassebastianohlsson.com/criticalpathcssgenerator/…just to consider the option.BTW: This file https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js is a render-blocking resource. I check in LS Cache Plugin to deliver it from Google CND and put into function.php this code:
add_action( ‘wp_enqueue_scripts’, ‘register_jquery’ );
function register_jquery() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ( ‘https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js’ ), false, null, true );
wp_enqueue_script( ‘jquery’ );
}But Google still screams to eliminate this resource.
Can you point me what else can I do with it?
Regards,
Greg
Forum: Plugins
In reply to: [LiteSpeed Cache] Message from Google: Remove unused CSS!Thank you!
I’m looking forward to it.
BTW: Will you consider to add a step by step instruction on how to deal with this kind of problem with LS Cache and what to do when the css file is too big to generate the critical path at once?
Will you also consider making the same when Google screams: Reduce JavaScript execution time!?
Regards,
GregForum: Plugins
In reply to: [LiteSpeed Cache] doing_wp_cron vs SEOThank you!
Thank you for your answer.
I am glad that the problem does not affect only me:)
I did “Deactivation and keep SSL” but the error stays.
When I did deactivation of the RSSSL plugin on the Installed Plugins list, I was logged out from the site. But when I logged in again this Issue disappeared and occured new one “Only parts of your site are using HTTPS”.
Is there anything that tells you why this is happening?
Where to look for the cause?
Does it have anything to do with the Lite Speed server?Of course I would like to keep the RSSSL plugin as well as The mixed content fixer and .htaccess redirect activated.
Regards,
Greg
Forum: Plugins
In reply to: [LiteSpeed Cache] Angry Tree:)Thank you, I think I’ve handled this 🙂
Forum: Plugins
In reply to: [VDZ CallBack Plugin] Option for Phone MaskThank you. I did not know it would be that easy.
I just inserted in the Phone Mask fiels “999-999-999?” and it starts to work as I wanted to.
Thanks a lot!
Best regards,
Greg