Slow query problem in the front-end
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Slow query in the front-end:
https://drive.google.com/file/d/1QBifw-Vl8gtDMSeIkLycslgkUhXZCLB7/view?usp=sharing
wpsolr\p\e\a\WPSOLR_Plugin_Acf->get_acf_fields()
My Config
https://drive.google.com/file/d/1yoqSnk_b_D8OaF7e63F69hY5hhvMY76S/view?usp=sharing
As you activated the “Display acf field names on filters” option on the WPSOLR ACF add-on, WPSOLR is retrieving ACF field. Unfortunately, there is no other way to do so but to get fields from the post_meta table.
You could eventually cache the query results with a cache like Redis or memcached?
You must be logged in to reply to this topic.