How to reduce javascript / jquery / ajax load time for my website? -
how reduce javascript / jquery / ajax load time website ? website : http://maavankal.com/
a general rule minify javascript. jquery distributes minified version. article help:
if can use json it's more succinct xml (and has native jquery support). in general try reduce bandwidth requirements of components.
Comments
Post a Comment