Love it! But the cdn serving the images is improperly configured. The browser hits the cdn each time you go back and forth, downloading the images (multiple megabytes each) every time.
Likely the `expires` header is the problem (it's a date in the past)
No comments yet.