Currently, many web applications use an API or code that they don’t work with themselves, and quite often use it inefficiently. Some google mashup cards come to mind.
With php / asp backends, HTML, javascript (especially with all AJAX these days) - there are so many potential bottlenecks, problems, inefficiencies and double errors.
What strategies can you suggest exploring, detecting, and fixing slowdowns, redundant code, leaks, and other problems in web applications — both server-side and client-side browsers?
source
share