Interesting AJAX Benchmark
May 4. 2007
0 Comments
- Posted in:
- AJAX
Came across this site while reading AJAXIAN.
Basically, it's a benchmark on different AJAX method. It measures the usage of bandwidth and execution time.
So far, for pure AJAX, looks like it's AJAX using JSON serialization is the best choice.
For those using FLEX, FLEX using AMF3 serialization is your best bet.