I read this on URL: http://docs.oracle.com/cd/E17952_01/refman-5.5-en/optimizing-myisam-bulk-data-loading.html
If you lock table before you insert and unlock it after that. The speed will increase 40% faster than not locking.
I don't know if Zend Framework does lock table before insert or not?