Image 01 Image 02

User profile

Estado:
Nombre: Sagattarii
Nickname: Sagattarii
Miembro desde: 2008-11-22 22:46:16
URL:
Sobre mi:
 

User comments

Using Zend_Registry as a Zend_Cache Backend

Hi,

I found your page via google searching for “describe” and “zend framework”. I noticed that ZF performs a surprisingly expensive “describe” query, just as you.
Two points from me:
1. I don’t think your solution is faster than the mysql query cache, which should be always turned on. With the query cache, two describe queries shouldn’t be that longer than one. But your extension of Zend_Db_Table is a nice idea.
2. Just change your db adapter from PDO_MYSQL to mysqli and ZF stops doing “describe” queries. It worked for me :)

Btw I think it is very anoying for most users that you have to register at your blog to post a comment. Turn this off and more users will post a comment :)