Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 4 hours ago. Improve this question So i'am an intern and my boss ask me to find a better solution to update posts automatically with program. Why? because any post before get update getting so long to access (timeout). when it updated it becomes normal. hence my boss told me to find solution rather manually clicking update button post by post Screenshot of Update's button I tried using POST request or PUT request with JWT authentication it not changing anything. I also tried changing comment_status from open to closed just to make it look like "updating" but no result.