Skip Navigation

[Resolved] Parametric search over CPT mith 24000 post

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 6 replies, has 2 voices.

Last updated by Luo Yang 5 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1294491

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.

#1294559

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

#1294617

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).

#1294647

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

#1294669

My issue is resolved now. Thank you!

#1294705

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.

#1294725

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.