Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Why my website takes so long to load?

Hi there,

My site ** http://tusharsaraf.com/ ** takes so long to load. Do you happen to why? it doesn't show any 404 errors in the network. CSS is minified. No JS. Just font awesome and google fonts CDN.

Thank you for helping me out!

Savannah Lynn
Savannah Lynn
13,662 Points

Maybe check the file sizes of your images.

1 Answer

Konrad Traczyk
Konrad Traczyk
22,287 Points

Your having performance issues mainly because you're using background-size: cover along with background-attachment: fixed, In my opinion you should use background-position instead of background-size and prepare some variations of images you're using for RWD purposes, then site would run smooth on every device.