Does any one know of any significant performance penalties involved with using the new jQuery 'promises/deferred object' pattern over the old jQuery style ajax methods that had standard 'success' and 'error' callbacks?
I know that moving forward we don't have much option now because 'deferred' objects are built into the AJAX core now but just wondered if there was any measurable difference and if the new 'promises' design pattern was actually more efficient than just old school anonymous function callbacks?
Kind regards, Mark