If you have noticed that WordPress performance occasionally slows down when submitting tasks via the OpenAI Bulk Editor Plugin, here are some key considerations to help you optimize your site’s performance:
There are several factors to consider when optimizing the performance of your OpenAI API calls.
Each process calling the OpenAI API needs to wait for the response to be completed.
The longer and more complex the task, the longer the response time.
To address this, ensure that the “Items per process” setting is configured to 1 in your task settings.
Additionally, GPT-4o-mini is faster than GPT-4o. Unless you prefer using GPT-3.5-turbo, it’s best to choose the fastest model available.
If you have multiple processes running concurrently, the server might slow down your specific session.
This behavior is normal and depends on your server configuration but again I would recommend to run only one task and one item at a time.
If your server is too small, it may slow down when updating the database or running scripts.
In such cases, you have a few options:
- increase the number of parallel operations the server can handle
- upgrade the server’s CPU capacity
- process data on a different server and reimport it if you are publishing a large volume of posts in bulk
-
This topic was modified 3 weeks ago by Rafasashi.
-
This topic was modified 3 weeks ago by Rafasashi.