3

So I'm doing angular 2 and I've started to notice that the time it takes to setup my website with al it's dependencies is becoming quite long. I know that longer load times are expected the bigger the site gets, but this is getting ridiculous.
Are there any general methods to reduce load times?

Comments
  • 1
    I would probably advise to make use of browser caching capabilities.
Add Comment