
Every post that you call get_permalink for is added to the object cache (in memory). Now, if you’re doing a get_permalink call, 9 out of 10 times you’ll need to more of that post than just the permalink, so this isn’t really a problem. However, in some cases, especially when you do large quantities of…


