jQuery/AJAX on old Computers/Browsers

Posted by Andresch Serj on Pro Webmasters See other posts from Pro Webmasters or by Andresch Serj
Published on 2012-06-18T11:01:47Z Indexed on 2012/06/18 15:23 UTC
Read the original article Hit count: 219

I am working on a plattform that will have a lot of users in the so called "developing countries". So many of them will be using old computers and old browsers in tiny internet cafes.

We want to make sure to give them a good user Experience and make sure the website loads as fast as possible.

Problem is, that while you can save a lot of requeasts and time, using jQuery/AJAX, it also brings along a lot of Problems: - Will the Computers be powerfull enough to deal with the client side scripts? - Will the old Browsers handle jQuery?

Does anyone have any experience with these sort of problems or might know of some sort of article on the topic?

© Pro Webmasters or respective owner

Related posts about jQuery

Related posts about cross-browser