Faster site loads with reinvigorate JS

Out of context: Reply #4

  • Started
  • Last post
  • 8 Responses
  • acescence0

    browsers will limit http connections to a particular domain to between 2 and 4 at a time, so this could in fact end up being slower. you're better off just putting it at the end of the doc so it doesn't block loading of other assets, or load it after page render by putting some local js in your doc that loads the external file once the doc has completely rendered.

    • second idea sounds interesting, but wouldn't that be a non starter for a tracking script?ukit
    • google analytics at least provides a way to do that, same way you'd track ajax pageviewsacescence

View thread