RSS feed via https://host/feed/podcast very slow response
-
Hi,
I have a dev environment with a WP podcast site using Seriously Simple Podcasting. Thera are about 750 episodes with 4 series. https://host/feed/podcast, sorted by post_title, takes 10 seconds to have a response.
The same site in the live environment will abort with a 504 error after 60 seconds. https://host/feed/podcast/slug1 (with 130 of the 750 episodes) takes almost 60 seconds to get a response.
A test pod.php program, in the same live environment, that connects to the database and selects all posts with post_type = ‘podcast’ ORDER BY post_title. Then outputs a table with some post values. This takes only 2 seconds.
The question is why the https://host/feed/podcast response time is so long? What can be the problem?Thanks in advance
The topic ‘RSS feed via https://host/feed/podcast very slow response’ is closed to new replies.