Giter VIP home page Giter VIP logo

Comments (4)

getify avatar getify commented on July 27, 2024
  1. You should always have at least an empty .wait() at the end of a chain, even if you have no logic to have it perform.
  2. Are you saying there's a 50ms delay before LABjs starts, or are you saying that each script starts 50ms after the one before it?

from labjs.

sajal avatar sajal commented on July 27, 2024

just added the .wait()
im saying that there is ~50ms delay between the start of each script after the one before it has started.
<script type="text/javascript">
var asyncjsscripts = [];
asyncjsscripts.push('http://mediacdn.disqus.com/1298421702/build/system/embed.js');
asyncjsscripts.push('http://platform.twitter.com/widgets.js');
asyncjsscripts.push('http://www.google-analytics.com/ga.js');
asyncjsscripts.push('http://connect.facebook.net/en_US/all.js#xfbml=1');
asyncjsscripts.push('http://static.poptattle.com/js/trafficpace.js');
asyncjsscripts.push('http://mediacdn.disqus.com/1298421702/build/system/count.js');
</script>
I use the async snippet from https://gist.github.com/603980
my function f() from line 5 reads as:-
function f(){
$LAB.script(asyncjsscripts).wait();
}

http://www.webpagetest.org/result/110228_4D_3bb68ed39c46b859b9a84778f4c530a9/5/details/ (see #8 to #13)

Internet Explorer 7(and 9) does not have this issue, they start downloading as soon as a download slot is available in the browser.

from labjs.

getify avatar getify commented on July 27, 2024

I don't really have an answer. There's no artificial delays inside of LABjs. It sounds possibly like a bug or network connection timing issue in IE8, especially since other browsers/versions don't exhibit the problem.

from labjs.

sajal avatar sajal commented on July 27, 2024

Thanks for your replies. On poking further it looks like a bug in webpagetest.org...
ive posted it here http://www.webpagetest.org/forums/showthread.php?tid=558

Basically the tcpdump shows that the requests are made instantly as expected.. so its not a LABjs issue..

from labjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.