Hi,
I'm going to create a custom post type (cpt) with more than 24000 post. And I'll make a parametric search in the front end to search over this cpt. The question: is toolset (views) able to handle a search over more than 24000 post?
Thank you.
Hello,
In Toolset side, it is not a problem to work with a custom post type (cpt) with more than 24000 post.
But for such kind of website with large data, I suggest you increase your server capabilities and limitation, for example:
https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
And setup the custom search form by following our document:
https://toolset.com/documentation/user-guides/front-page-filters/how-to-use-views-parametric-search-on-large-sites/
How to Use Views Custom Search on Large Sites
Thank you for all this information.
How to Use Views Custom Search on Large Sites: this document claim that cache will be disabled when the WPML plugin is active. I will use WPML because is a multilingual site. So i won't have cache in my parametric search. Could it be a problem having in mind that there will be 24000 post? When I say "problem" I mean that searches take too long (more than 3 seconds, for example).
That could be a problem, since cache will be disabled when the WPML plugin is active, it might conduct the problem as you mentioned above:
more than 3 seconds
My issue is resolved now. Thank you!
Sorry to re-open the ticket. I have one last question.
Is this a issue related with Toolset or with WordPress. I mean, if I build the parametric search on my own, will I have the same problem?
Thank You.
This issue is related with Toolset Views + WPML plugins, since the same View need to produce different results for different languages, it is a limitation of Toolset Views plugin.