jwarren116 / django-blog

0 stars 0 forks source link

Optimize load times #5

Closed jwarren116 closed 9 years ago

jwarren116 commented 9 years ago

Optimize load times further through compression of responses or consolidation of requests. Additionally, the background image is currently a single high resolution image being handled by Backstretch JavaScript plugin. It may be more efficient to handle background image through viewport size. Further investigation needed.