Hacker News new | past | comments | ask | show | jobs | submit login

There are two kinds of lazy loading--that which blocks the content, and that which doesn't. If you have e.g. a bunch of JS libraries that aren't necessary to display the page, only for certain interactions, it makes sense to lazily load those. This is what "lazy loading" meant in my front-end team at Google anyway. (Whether you should even have all of this JS to begin with is another question, however.)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: