views:

37

answers:

1

Hello. How many kbytes use your site on Zend Framework? and what size is normal...?

// using
memory_get_peak_usage(true) / 1024;
A: 

Well, it will depend a lot on the running script and what operation is currently performed, just for info mine on local machine is 2816kb, no other operations, just simple output :)

Centurion