gregywordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Localization Settings Tab vs GA & FB pixelThank you, I will…
But as far as the Ticked ID 302358 is concerned I’ve written 3 emails since 23rd Sep. to you.
Can you check?
GregForum: Plugins
In reply to: [LiteSpeed Cache] Localization Settings Tab vs GA & FB pixelHi,
I’ve tested “Load Inline JS” to DEFAULT as well as “Load JS Deferred” to OFF and still both – GA nad FBPixel – do not fire. (Actually they fire but do not work as should and Tag Assistant (by Google) as well as Facebook Pixel Helper says that something is wrong)…so I needed to ereased this links from the Localization Resources List:
https://www.google-analytics.com/analytics.js
https://www.googletagmanager.com/gtag/js
https://www.googletagmanager.com/gtm.js
https://www.googletagservices.com/tag/js/gpt.js
https://connect.facebook.net/en_US/fbevents.js
https://connect.facebook.net/signals/config/
…and that’s why you can see everything is ok.For testing purposes I just insert them for a short period of time to try combinations and then erease them.
Can I ask for additional help?
I’ve got an open Ticket ID: 302358 with other, still unsolved problem. There are credentials to enter the site. Will you be so kind to check this out?
Kind regards,
Greg
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itThank you very much!
I’ve just created Ticket #302358.
??Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itDone!
But it did not change the situation. Still:
Redis Extension: Enabled
Connection Test: Failed
??Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itMy server support team modyfied this code to:
<?php$redis = new Redis();
//Connecting to Redis
$redis->connect(‘127.0.0.1’, 6599);
$redis->auth(‘d7c54cf1180f237b7dcaecbbb32e04589’);if ($redis) {
echo “PONG”;
}
?>
and PONG is returned when you enter https://leasing.sos.pl/test.php.It means that Redis is activated but plugin is saying that there is no connection.
Is there a chance you would enter my site to check this on your own? I think my case would be a small contribution to improve the LSC plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itHere is the functions.php file https://drive.google.com/file/d/1kVcF_rypX9DoZWJNuyyV-Nxrzeg-WSzI/view?usp=sharing after inserting the code. Can you tell what’s wrong?
??Forum: Plugins
In reply to: [LiteSpeed Cache] Redis is on but the plugin do not recognize itHello, thank you.
I’ve inserted this piece of code at the end to the functions.php file in my child theme folder but it ruin my website -> I couldn’t even log in to my site. I had to back to previous functions.php.
Would you like to get credentials to my site so you could check this out?
Regards,
GregHello, aftre updating I got somethin similar:
Fatal error: Uncaught Error: Class ‘Rollbar\Response’ not found in /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php:141 Stack trace: #0 /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php(146): Rollbar\RollbarLogger->flush() #1 /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/Rollbar.php(179): Rollbar\RollbarLogger->flushAndWait() #2 [internal function]: Rollbar\Rollbar::flushAndWait() #3 {main} thrown in /home/klcoltd/domains/leasing.sos.pl/public_html/wp-content/plugins/seo-by-rank-math/vendor/rollbar/rollbar/src/RollbarLogger.php on line 141
Hope fore help.
Regards,
Greg
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,
Greg