Improve your Ajax performance using YSlow and Firebug

YSlow is a plug-in for the Firebug plug-in in Firefox, it is developed by Yahoo and is used for performance profiling. YSlow is a great tool for seeing how your Ajax functions are actually performing.
Apart from the normal benefits of YSlow like analysis of your page size, number of http requests, GZip components, expire headers, [...]