Hey that was interesting. I have the indexes defined and I see though Firebug
that there's currently 381 queries being performed at 0.14949 seconds. I
guess that means they're not the culprit?

Are there any other tools to help me find out what code makes the script run
so slow? Any help would be greatly appreciated.

Thomas B.



swilhelm wrote:
> 
> Try running the  Firebug profiler, Zend_Db_Profiler_Firebug, to see if its
> the database queries are the culprit. I assume you already have indices
> defined for the playground_id and device_id columns.
> 
> Might be time to switch to a data table like display (e.g. YUI DataTable)
> containing a list of all devices with one of the columns being a link to
> an "device edit" form which can simply be a separate page or with a bit
> more work dynamically displayed and populated using AJAX. 
> 
> Populating the data table could then be done with a single select call
> that does a join across playgrounds and checkpoints.
> 
> - Steve W.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Best-coding-practice--Form-takes-too-long-to-load-now.-tp22309252p22329848.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to