DEV Community

Discussion on: Netflix Clone Using React and TMDb

Collapse
 
hasnaindev profile image
Muhammad Hasnain • Edited

Okay, so chrome downloaded total 40 MBs of files. For some reason, the chrome also was downloading images one by one instead of making simultaneous connections and download several images at once.

Which is strange? Is it the API or is there something in your code that was blocking simultaneous requests? The site also took 120 seconds to load which is a lot!

I also am not the type of guy who simply throws in optimization advices to beginners but you seem like an experienced developer. Also check google pagespeed insights which makes the complaints that I made.

The design looks dope but this still requires a lot of work! Thanks for sharing this.

Collapse
 
thomasgilmore profile image
Thomas Gilmore

Thank you for the feedback I will work on making the page faster and I will also edit the post above.

Collapse
 
hasnaindev profile image
Muhammad Hasnain

Sure. Would love to see an update.