PeterB
Forum Replies Created
-
Thank you, the warnings are gone now.
Have a nice day!Thank you and thank you.
Thanks, I tried that but the pagespeed score is still 5+ points below what it was.. ??
Yes it is part of the Jannah theme.
Once I disabled lazy loading there, the errors stopped, but pagespeed score dropped about 5-8 points.
How to proceed from here? TIA!Hi Mustafa,
Thanks, I think the .htaccess line was the culprit, since the pc-config file had the rejected cookie value.I am still testing it, but I think the cookie name was not added automatically by the PoweredCache .htaccess builder function.
Will report back once it is fully tested.
Thanks for checking it.
My cookie name is test_member_hash_loggedin.
Can the object cache responsible for serving the cached pages while the cookie is present?Do you happen to need any help with the testing?
Thank you, will happily test the fixed version ??
That was my first try, but even with the cookie, I got served with cached pages.
I know it can be done by adding
if(isset($_COOKIE['mycookiename'])){ return; }
to the page-cache.php somewhere near the top, but I’d rather have some more upgrade-proof solution ??
Forum: Developing with WordPress
In reply to: WordPress User Scaling IssuesSame here…
I’ve got a wp3 site with thousands of users (subscribers).
Currently they’re sending me articles via email.
When I create a new post and try to set the author from the authors’ dropdown list, it takes ages, because the dropdown list is huge.
What can be done?
Thanks.P.