Speed Recount
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Fritz on January 10, 2025, 22:06Hey guys,
long time not heard, hope you are super fine.
One Q:
dynamic recount is super slow for non cached queries, any idea how to speed that up? or is this "normal"?
https://www.bergtour-online.de/bergtouren-suche/
we only can use transients but sessions isnt faster if i test it.
another idea would be increasing cache to weeks or 1 month but that isnt offered. e.g. 2 weeks / 1 month would be great and maybe prefetching?
and "cache terms" is set to be purged 7d, is that recommended?
thx in advance 👍👍
Hey guys,
long time not heard, hope you are super fine.
One Q:
dynamic recount is super slow for non cached queries, any idea how to speed that up? or is this"normal"?
https://www.bergtour-online.de/bergtouren-suche/
we only can use transients but sessions isnt faster if i test it.
another idea would be increasing cache to weeks or 1 month but that isnt offered. e.g. 2 weeks / 1 month would be great and maybe prefetching?
and"cache terms" is set to be purged 7d, is that recommended?
thx in advance 👍👍
Quote from Pablo Borysenco on January 13, 2025, 10:39Hello
What plugin version number are you using?
Please read this - https://wp-filter.com/howto/anything-can-performance/
To change the cache lifetime, you need to customize the code. Do you have experience in programming?
Hello
What plugin version number are you using?
Please read this - https://wp-filter.com/howto/anything-can-performance/
To change the cache lifetime, you need to customize the code. Do you have experience in programming?
Quote from Fritz on January 15, 2025, 13:41Hey Pablo,
thanks a lot for fast reply, i have all recommendations live (we are on PHP 8.x, Limit super hight '400M' ect.) and Cloudflare.
I dont want to deactive automatic recount if possible anyhow :)I have limited experience so i dont want to optimize individual plugin code... So maybe you want to add this to a next version? :)
We are currently on 2.3.3.5
Thx & Best
Hey Pablo,
thanks a lot for fast reply, i have all recommendations live (we are on PHP 8.x, Limit super hight '400M' ect.) and Cloudflare.
I dont want to deactive automatic recount if possible anyhow :)
I have limited experience so i dont want to optimize individual plugin code... So maybe you want to add this to a next version? :)
We are currently on 2.3.3.5
Thx & Best
Quote from Pablo Borysenco on January 16, 2025, 10:42Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
I'll pass this on to the developer.
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
I'll pass this on to the developer.
Quote from Fritz on January 16, 2025, 11:18done & thx - maybe you remember you once helped me directly in wordpress, we are using cards template customized.
thx!!
done & thx - maybe you remember you once helped me directly in wordpress, we are using cards template customized.
thx!!
Quote from Pablo Borysenco on January 16, 2025, 12:17Great! Welcome;)
Great! Welcome;)
Quote from Fritz on January 16, 2025, 17:21👍 thx :) hope dev. find s.th.
let me know if you need login...
👍 thx :) hope dev. find s.th.
let me know if you need login...
Quote from Pablo Borysenco on January 17, 2025, 19:01Hello
Yes, it seems to be a problem with the safari browser.
I passed this on to the developers
Hello
Yes, it seems to be a problem with the safari browser.
I passed this on to the developers
Quote from Fritz on January 17, 2025, 21:39super - thx! i also have this experience with edge and chrome on desktop from at least two devices, also on chrome in iOS.
thx a lot!
super - thx! i also have this experience with edge and chrome on desktop from at least two devices, also on chrome in iOS.
thx a lot!
Quote from Fritz on January 20, 2025, 10:47hey pablo, added some screenshots of slow queries in the private data, thanks again!
hey pablo, added some screenshots of slow queries in the private data, thanks again!
Quote from Pablo Borysenco on January 20, 2025, 12:41Hello
The plugin makes a request for each filter element in order to calculate the quantity.
Hello
The plugin makes a request for each filter element in order to calculate the quantity.
Quote from Fritz on January 20, 2025, 12:53ok thanks makes sense, "but" it also looks up categories that where explicit not choosen in the dropdown?
e.g. i use dropdown and choose "easy hikes" - there are also other categories in dropdown ("'difficult hikes") but imo these shoulndt be reflected / searched as i already choose one from this category? sorry in case thats stupid.
anyhow this query take >15 sec with string server, redis cache etc.
hope you find s.th. ;)
ok thanks makes sense,"but" it also looks up categories that where explicit not choosen in the dropdown?
e.g. i use dropdown and choose"easy hikes" - there are also other categories in dropdown ("'difficult hikes") but imo these shoulndt be reflected / searched as i already choose one from this category? sorry in case thats stupid.
anyhow this query take >15 sec with string server, redis cache etc.
hope you find s.th. ;)
Quote from Pablo Borysenco on January 20, 2025, 13:41yes it makes sense if you set up a search specifically for a specific site. The problem is that if you selected one element it does not mean that the search is only by this value. The search may contain the current category (taxonomy), visibility of posts or stock status for products
yes it makes sense if you set up a search specifically for a specific site. The problem is that if you selected one element it does not mean that the search is only by this value. The search may contain the current category (taxonomy), visibility of posts or stock status for products
Quote from Fritz on January 20, 2025, 15:02ok thanks, dont totally get it but you are the pro :)
do you mean if you choose one taxonomy / any other filter with "or" rules?
but i think for dynamic recount / search you always have "and" rules if you begin selecting (as we are doing?) i mean you already habe category and the strip down (e.g. availability etc.) - if you deselect categories you may recalculate for all categories, but just in that case (not if a filter is choosen and not changed)
so if you choose a category "a" forget about categories "b" and "c" for calculating / query.
thx again for your time!
ok thanks, dont totally get it but you are the pro :)
do you mean if you choose one taxonomy / any other filter with"or" rules?
but i think for dynamic recount / search you always have"and" rules if you begin selecting (as we are doing?) i mean you already habe category and the strip down (e.g. availability etc.) - if you deselect categories you may recalculate for all categories, but just in that case (not if a filter is choosen and not changed)
so if you choose a category"a" forget about categories"b" and"c" for calculating / query.
thx again for your time!
Quote from Pablo Borysenco on January 21, 2025, 10:44Hello
Ok! It seems I didn't explain it well. Dynamic recalculation is not needed if there are no search queries or there is a query inside the taxonomy. But 90% there are additional queries
Hello
Ok! It seems I didn't explain it well. Dynamic recalculation is not needed if there are no search queries or there is a query inside the taxonomy. But 90% there are additional queries
Quote from Fritz on January 21, 2025, 11:22ok thx, i noticed that dynamic recount takes same time as a search query that isnt cached, but i think i am not smart enough to get it ;)
do you have any advise to reduce load time maybe based on queries i provided, can i provide anything to give more information?
ok thx, i noticed that dynamic recount takes same time as a search query that isnt cached, but i think i am not smart enough to get it ;)
do you have any advise to reduce load time maybe based on queries i provided, can i provide anything to give more information?
Quote from Pablo Borysenco on January 21, 2025, 12:58Please read this - https://wp-filter.com/howto/anything-can-performance/
In that case, you need individual customization - https://c2n.me/4ma4y2z.png
Please read this - https://wp-filter.com/howto/anything-can-performance/
In that case, you need individual customization - https://c2n.me/4ma4y2z.png
Quote from Fritz on January 22, 2025, 13:44hey, above you wrote you passed it to the developers!? :)
issue is still that if you do a search e.g. on https://www.bergtour-online.de/bergtouren-suche/ - the recount and/or search query take super long.
(please feel free to choose any combination i purched cache, maybe use 3 filter to avoid any user already searched for.)
we "just" have 400 posts, so i think like in the demo that should be much faster. we did all here https://wp-filter.com/howto/anything-can-performance/
Thx again!
hey, above you wrote you passed it to the developers!? :)
issue is still that if you do a search e.g. on https://www.bergtour-online.de/bergtouren-suche/ - the recount and/or search query take super long.
(please feel free to choose any combination i purched cache, maybe use 3 filter to avoid any user already searched for.)
we"just" have 400 posts, so i think like in the demo that should be much faster. we did all here https://wp-filter.com/howto/anything-can-performance/
Thx again!
Quote from Pablo Borysenco on January 23, 2025, 10:32Hello
hey, above you wrote you passed it to the developers!? :) - Yes - https://share.pluginus.net/image/i20250123102908.png
Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello
hey, above you wrote you passed it to the developers!? :) - Yes - https://share.pluginus.net/image/i20250123102908.png
Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from Fritz on January 23, 2025, 15:52done, thanks in advance!
done, thanks in advance!