Common IssuesWordPress becomes slow or even unresponsive
WordPress becomes slow or even unresponsive
Executing a request to the translation API can be slow.
For instance, DeepSeek Reasoner is particularly slow. Translating a very long Classic Editor-based post (in the order of 50.000 characters) can take over 15 min.
Here are some way to handle this:
- Trigger the translation only when nobody else is working on the webserver.
- Switch to a faster API provider: Whereas DeepSeek Reasoner might take 15 min, translating an equally-long post with ChatGPT or Claude might take around 5 min.
- Trigger the translation when the API is not busy.