Self Improvement Articles Directory - Debt Consolidation - Accounting Warsaw - Free MP3 Downloads - Debt Consolidation

PDA

View Full Version : Does Base62 encode slow the script down?


x0x
Aug 25th 2008, 4:36 pm
I'm just wondering, does it show it down?

Randombase
Aug 26th 2008, 12:41 pm
Yes, but it is barely noticable. Using base64 is also not recommended for SEO purposes ;).

joebert
Aug 29th 2008, 8:53 pm
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.

Randombase
Aug 30th 2008, 4:07 am
What is has to do with SEO: if you encode the text too a search engine can't read it...

joebert
Sep 4th 2008, 4:15 pm
Why would JS have SEO relevant text embeded in it ?