Examine Performance On Both Client And Server Side
Traditionally, many performance problems have been rooted in the backend; either the database or application server. However, with the proliferation of advanced JavaScript frameworks such as Backbone.js or jQuery, we should not forget the client. It is, therefore, important to investigate both the client and server side for performance problem. A free browser-based tool such as Google Chrome Developer Tools can be for this task.
Leave a Comment
Your email address will not be published. Required fields are marked *