Closed cboettig closed 10 years ago
since looping over site.posts.each is slow for large number of posts....
site.posts.each
Now handled by caching in json files. Overall performance improvement in build time would need a more aggressive approach from the ground up.
since looping over
site.posts.each
is slow for large number of posts....