As testing server, my computer (Windows 7, Amd Athlon X2, 1 GB RAM) is used.
My application is based on Zend Framework. It uses MySQL and Zend_Translation, and Memcached as cache.
I'm getting execution time of my PHP application with simple microtime(): Execution time 0.086215972900391 (when db and translation data is cached)
I want to know if my results are bad, very bad or maybe normal. How to know it? What can I run on my computer to compare with? Or maybe there're another ways? Or maybe I shouldn't bother until I run it on more 'real' server?