Would you recommend Pot.js to reduce load time for websites?

Discussion in 'JavaScript' started by uleesgold, Mar 4, 2012.

  1. #1
    I just learned what it is today-

    Pot.js
    Pot.js is an implemental utility library that can execute JavaScript without burdening the CPU.

    http://polygonplanet.github.com/Pot.js/pot.test.html

    Which JavaScript (or any programming language) frameworks might you recommend to speed things up? I already know about minifying css and javascript.
     
    uleesgold, Mar 4, 2012 IP
  2. nabil_kadimi

    nabil_kadimi Well-Known Member

    Messages:
    1,065
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #2
    jQuery is quite good if you want to reduce the load time
    If you use Google's or MicroSoft's CDN your visitor will probably already have jQuery cached by their browser when they arrive to your website
     
    nabil_kadimi, Mar 5, 2012 IP
  3. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #3
    i think there's really no javascript library that does not give burden to the CPU.. it's the script of the website that uses the library the gives the burden to it.
     
    JohnnySchultz, Mar 6, 2012 IP