Description: Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If the web browser is not updated and the client’s bandwidth is not strong, these long codes in Ajax will never be read. The result is an online application that freezes before it is completely loaded. Also part of the “freezing” problem in Ajax applications is the parsing of the codes. If the application could be loaded successfully in the client’s browser, parsing takes over so that information will be slowly loaded as requested by the user.