terriann / Simply-Pinterest-WordPress-Plugin

Simply Pinterest is a WordPress Pinterest sharing plugin. Perfect for DIY, craft, lifestyle & photography blogs to promote your content easily with just the right bells & whistles
http://simplypinterest.com
GNU General Public License v2.0
0 stars 2 forks source link

Loop more efficiently #5

Closed terriann closed 9 years ago

terriann commented 9 years ago

The first iteration loops through every image in a wrapped post. Should loop through posts then through images within that element. This will impact performance by referencing values read from the wrapper's data attributes once per post not once per image.