Does Base62 encode slow the script down?

Discussion in 'JavaScript' started by x0x, Aug 25, 2008.

  1. #1
    I'm just wondering, does it show it down?
     
    x0x, Aug 25, 2008 IP
  2. Randombase

    Randombase Peon

    Messages:
    224
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, but it is barely noticable. Using base64 is also not recommended for SEO purposes ;).
     
    Randombase, Aug 26, 2008 IP
  3. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #3
    Base64 ? Encoding a script pretty much doubles the compile time since the browser is basicly parsing the data twice.

    Not sure what base64 encoded JS has to do with SEO, but ok, if you say so.
     
    joebert, Aug 29, 2008 IP
  4. Randombase

    Randombase Peon

    Messages:
    224
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What is has to do with SEO: if you encode the text too a search engine can't read it...
     
    Randombase, Aug 30, 2008 IP
  5. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #5
    Why would JS have SEO relevant text embeded in it ?
     
    joebert, Sep 4, 2008 IP