performance - How to interpret Zend Developer Tools Toolbar - Memory Usage -


i have 2 zf2 projects. share same moduleset, have built cms system. page call same @ both project.

the 1 eats 17mb of ram (loading time: 917ms), other 7mb (loading time: 216ms).

zend developer tools toolbar - memory usage - says:

  1. session.validate (session/sessionmanager.php - line:379) 5,75mb <-> 3,25mb
  2. option (adapter/abstractadapter.php - line: 128) 5,75mb <-> 1mb

these significant differences, not find cause.

any idea appreciated! thank you!


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -