Skip Navigation

[Resolved] How many post creation requests via toolset tools are possible?

This thread is resolved. Here is a description of the problem and solution.

Problem:

Have a form (toolset, if possible) that creates a post in a custom post type on submit.

Are there any problems to be expected if there are so many posts being created? Can toolset and can wordpress handle this kind of "creation traffic"? What happens if there are simultaneous submits?

Solution:

There isn't such a limitation in Toolset side, it depends on your server capability, Toolset plugins can handle the traffic you mentioned above without problem.

Relevant Documentation:

This support ticket is created 4 years, 5 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 2 replies, has 2 voices.

Last updated by AnjaK9022 4 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#1647255

Tell us what you are trying to do?
I am planning to have a form (toolset, if possible) that creates a post in a custom post type on submit. The site is for a public water provider and they will have a time in the year where they send out postcards to the customers, prompting them to submit their water counter readings. I want to create a (custom) post for every submit to be able to export to xml later for CRM import.

During that "busy" time, there might be a large number of people submitting their readings at the same time. Maybe about 500 an hour, some might be at EXACTLY the same time. I have found no info about limits or problems I could run into.

My question is: Are there any problems to be expected if there are so many posts being created? Can toolset and can wordpress handle this kind of "creation traffic"? What happens if there are simultaneous submits?

Do you have any info on that?
My other option would be to use a regular contact form plugin because that feels less "stressful" to me as there are not posts being created but data written to the database.

Thanks for any info on this!
Regards
Anja

#1647333

Hello,

There isn't such a limitation in Toolset side, it depends on your server capability, Toolset plugins can handle the traffic you mentioned above without problem.

You are right, Toolset Forms plugin is saving data into WordPress table "wp_posts", and using WP built-in functions to save the data.

And if you need to displaying posts using Toolset Blocks/Views plugin, here is a document about "How to Use Views Custom Search on Large Sites":
https://toolset.com/documentation/user-guides/views/front-page-filters/how-to-use-views-parametric-search-on-large-sites/

#1647339

My issue is resolved now. Thank you!