View Single Post
  #2 (permalink)  
Old 05-14-2007, 11:28 PM
frosty1 frosty1 is offline
Junior Member
 
Join Date: May 2007
Posts: 25
Default performance

i compared comparable code in ruby on rails and zen framework. zf had a small advantage.

one thing i have noticed is the longest query is always the describe table. some way of caching this might help?
Reply With Quote