Search results for "determine why opencart is slow"

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

m 18s (1M q [31.195 qps], 105K conn, TX: 7B, RX: 285M) [--] Reads / Writes: 63% / 37% [--] Total buffers: 390.0M global + 18.6M per thread (200 max threads) [OK] Maximum possible memory usage: 4.0G (66% of installed RAM) [OK] Slow queries: 0% (13/1M) [OK] Highest usage of available connections: 25% (51/200) [OK] Key buffer size / total MyISAM indexes: 72.0M/1.1G [OK] Key buffer hit rate: 99.9% (1B cached / 1M reads) [OK] Query cache efficiency: 7… 5, 0, 0, 0 and 14.36

Comments { 1 }

Apache config for Worker MPM vs Prefork MPM

Some installations of Apache will have been compiled to work with either Prefork or Worker MPM, but most by default are compiled only to work with Prefork. Changing to Worker MPM may allow your server to handle much higher traffic, more user sessions, with less RAM use. Your site or server will not scale well if it is running Prefork MPM. Worker is a bit more difficult to set up properly, and has some restrictions regarding functionality of PHP … 3, 0, 0, 0 and 9.83

Comments { 1 }