[Phpmyadmin-devel] speed optimization

Marc Delisle DelislMa at CollegeSherbrooke.qc.ca
Fri Nov 19 08:06:00 CET 2004


Garvin Hicking a écrit :
> Hi Marc!
> 
> 
>>left frame says: Undefined index: label in bookmark.lib.php line 146.
> 
> 
> I'm sorry, I didn't catch the case of an undefined $result. Just fixed it in CVS.

I still had a problem. I just replaced a fetch_row by a fetch_assoc and 
it works now. Need fetch_assoc because we are using the field names.

Marc
> 
> 
>>I am currently setting my system to do some profiling with DBG.
>>Did you try to remove the js setTimeout() to see the difference?
>>They could probably made conditional to Safari only.
> 
> 
> No, I only investigated PHP internal issues on left.php and
> tbl_properties_structure.php. Because personally I did not experience speed
> decrease in the browser itself, only in page delievery times.
> 
> And I advise you to not use DBG, because it's quite outdated. I can only suggest
> xdebug 2 (beta, but mostly working - www.xdebug.org) and kcachegrind (KDE). The
> other options is to use APD (pecl.php.net). Both can be installed using the PEAR
> installer, and APD generates usable profiling data from the shell, but no
> graphical interface like xdebug+kcachegrind.
> 
Ok, I will have a look at those, thanks.

Marc
> 
>>Apart from that, I am not suspecting anything in particular,
>>that's why I want to do some profiling.
> 
> 
> Okay; for me the left frame was the one always causing trouble, and the commit
> fixed things for me; the right frame was always "fast enough" for me ;)
> 
> Regards,
> Garvin.
> 






More information about the Developers mailing list