Wlkus
Forum Replies Created
-
Tried Query Monitor and there is unusual amount of Yoast duplicate queries:
https://imgur.com/CNYcHbK
https://imgur.com/rwoL5X4It calls approx 500x – probably for each article in list? Each query is quite fast, but there is a lot of them so it could summ up?
- This reply was modified 5 years, 7 months ago by Wlkus.
Hello @priscillamc,
thanks for tips, I tried to disable all plugins but Yoast. Still same behavior, no Yoast post list takes 3s to load. With Yoast its about 30s.Using latest version of Yoast, 100%. Checked if site is indexed in Tools, it is. Checked Health Check & Troubleshooting plugin, everything is fine.
Is there some sort of debug tool for WP, which could help me pinpoint slow query for db or something, which could help pinpoint problem?
Thanks for reply Nastia.
– Deactivate “Include logged in users” option
I have this deactivated, because site doesnt allow users to login.
– Enable “Clear full cache when post/page is updated”
And tried to avoid enabling this one as it seems to me as unnecessary load to server. Cache should refresh homepage automatically after updating article? I have enabled Preload caching so clearing cache wastes quite a lot of preloaded data. But yes, will try it…
Forum: Plugins
In reply to: [Simple Custom Post Order] Post order not savingI can confirm this problem too, after cca one day SCPOrder stops working, and it just doesnt save when I move article in list. Visually its OK, dragndrop works, but when I reload admin page with article list its back in original order. Also it doesnt change order on front end.
What helps it to go to settings of SCPOrder and click update. Then its back to normal for some time. Didnt roll back to previous version, its one click per day. Looking forward for updated version…
Forum: Plugins
In reply to: [Post Types Order] Reversed post orderNew update fixed my problem, didnt even have to select reverse sort switch. Thanks!
Forum: Plugins
In reply to: [Social Count Plus] Sorting of social networksI know that but was bit lazy, thinking maybe there is some way to sort default view with nice icons. Lazynes >> need to have FB first, so…there it goes 🙂
But thanks for fast response!
Forum: Plugins
In reply to: [User Role Editor] Single user roles – any overview?No I didnt change prefix and also tested it by removing AND condition, so it listed all users 🙂
Thanks again!
Forum: Plugins
In reply to: [User Role Editor] Single user roles – any overview?Thank you, working nice and seems that there is no user with more than one role…
Forum: Plugins
In reply to: [Digg Digg] Digg Digg float conflict with manually placed buttonshad to downgrade plugin because I run it on live server, but do you have some IM like ICQ/MSN/GTalk? Send me your ID to wlk(at)post(dot)cz and we can coordinate some online fast test, where I enable it for minute or two and you check it…
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Different names for DD_BUTTON classThanks for info! Anyway I tried to alter code for facebook like (iframe) and edited some parts of dd-class.php to make it longer (exactly all ocurences of number 92, which I thought define width) without any succes. My coding skills are close to zero, could you please give me some tips what to do? Thanks!
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Different names for DD_BUTTON classDid some deeper digging, now understand that styling button class wont help that much, because width is defined in iframe of embeded button, which should be possible to edit by altering embed code?
Anyway here is picture how does look like button in Czech version of FB
http://www.diigo.com/item/image/1t040/i92pForum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] G and YT stats not showingCount still not showing in 0.7.4 release 🙁
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] G and YT stats not showingUpdated to 0.7.3 and still cant see number of people in Google circles, could you try 113195540550650500682 as ID of page? Doesnt work for me…
Thanks!
So found solution, finally.
There is unnecessary (hopefully?)function in WordPress Social Connect connect.js script on second line.
/* Based on http://wordpress.org/extend/plugins/social-connect/ */
jQuery.noConflict();Just comment it and its done
// jQuery.noConflict();think it was left there because of developement reasons, to avoid conflicts with other plugins when you debuging/programming?
So found solution, finally.
There is unnecessary (hopefully?)function in connect.js script included by WordPress Social Login on second line.
/* Based on http://wordpress.org/extend/plugins/social-connect/ */
jQuery.noConflict();Just comment it and its done
// jQuery.noConflict();think it was left there because of developement reasons, to avoid conflicts with other plugins when you debuging/programming?