Tagged Questions
0
votes
2answers
97 views
Disable Outbound Web Requests
I've setup wordpress on AWS. I want to reduce as much network traffic as possible. What services/jobs do I need to disable in Wordpress?
3
votes
3answers
514 views
Refresh external feeds only in cron?
Is there an easy way to ensure that external feeds (via fetch_feed()) are only fetched via cron, and not when a regular user visits the site? This is for performance reasons, I want to minimize the ...