When a PHPRunner application feels slow, the first step is to identify where the time is actually being spent. A slow List page can be caused by the database query, custom server-side code, the amount of data rendered on the page, large lookup controls, network latency or the web server itself.
The most effective approach is to isolate the bottleneck first and optimize only the part that is actually slow.
Continue Reading "Improving PHPRunner Application Performance"
