Hacker News new | ask | show | jobs
by weaksauce 1615 days ago
It's the database that is being hit(multiple times probably) every page request. typically you would add a caching layer to wordpress so that each url would get cached for N minutes so you don't need to do the expensive rendering each time.