zend framework2 - Memcache events are slow -


in zend framework 2 application i've replaced database results memcache, debugging slow performance in application. believe not server issue, blank page loads on 0.035 seconds, installed zf2 developer toolbar , have noticed on memcache adapter there 3 events even, if take milliseconds, make loading of first byte on 0.77seconds, want archive go under 0.2seconds. these events are:

 hasitem.pre  15ms  hasitem.post 19ms  getitem.post 11ms 

can these events disabled? how?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -