by Justin Sorbello on Tue Dec 29, 2009 12:42 pm
Hi giangum,
It sounds like your issues are related to your front end code, not Liberator FE performance. As such, we can't give you any direct advice in this situation as we don't know how your front end has been written. We can give you some general advice such as:
- Limit the number of updating elements in your page. If you have 500 rows in your grid they are probably not all visible at once. Some are likely to be off the screen at the bottom of the grid. Anything that is off the page and is still updating is putting unnecessary load on the browser.
- Make sure you have optimised your code. If you are using JavaScript for example, you need to limit DOM operations to as few as possible as these are relatively expensive.
- Try profiling your code. This will show you where your bottlenecks are. Try Dynatrace or Firebug.
I'm sorry that I can't give you more help, but this is a very open-ended problem. There are too many variables for an exact answer.
If we come up with any other advice we will add it to this post.
Regards,
Justin
Software Developer - Caplin Systems