What is jquery-1.4.4.min.js and why do I need it?

Discussion in 'JavaScript' started by Drachsi, Jan 11, 2012.

  1. #1
    I am trying to reduce the time taken to download my website. I purchased a template and this is always loaded on every page. Do I really need it? To see the delay problems the link is www.drachsi.com

    Drachsi
     
    Drachsi, Jan 11, 2012 IP
  2. geofox

    geofox Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I can't see any delay problem.
    Anyway... jQuery is a javascript library that allows to write "complex" stuff more easily.
    In your case, you have "index-script.js" that depends on jQuery library.

    So its ok.
     
    geofox, Jan 11, 2012 IP
  3. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #3
    upon checking on your website with YSlow, in which your website's grade is F, jquery is not your problem with regards of loading time of your website.
    you have a lot of external css and js.

    try to install YSlow and it will guide you with what to do in increasing your site's performance.
     
    JohnnySchultz, Jan 12, 2012 IP