The Zabbix 1.8 frontend seems slower than the one in 1.6
I can think of any number of reasons this could be:
Database responsiveness is unchanged, though as observed there are more queries needed to render some of the new pages. What kind of optimizations can I pursue to speed things along?
The new zabbix_server allows for caching and such. This only helps the server and not the frontend, though. Is there a similar caching feature I can enable for PHP 5.3.x?
I can think of any number of reasons this could be:
- PHP is slow for some reason (updated to PHP 5.3.x)
- The number of queries on Hosts page is much larger with the new columns (Applications, Items, Templates, Graphs)
- PHP not optimized
- ???
Database responsiveness is unchanged, though as observed there are more queries needed to render some of the new pages. What kind of optimizations can I pursue to speed things along?
The new zabbix_server allows for caching and such. This only helps the server and not the frontend, though. Is there a similar caching feature I can enable for PHP 5.3.x?
Comment