Search results for "opencart running very 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… 9, 0, 0, 0 and 21.92

Comments { 1 }

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

… 100MB, let the site run for a few hours during high traffic conditions, and then reduce shm_size to roughly double the highest amount of cache memory usage during that time. Further Information and Suggestions APC can have a very significant effect on minimizing overall server load and overall memory usage. It takes time to configure, and must be re-configured whenever PHP script software is added to a virtual server. The more plugins/mods/compo… 2, 1, 0, 0 and 7.56

Comments { 43 }

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 … 4, 0, 0, 0 and 7.56

Comments { 1 }

APC Cache Considerations for Virtual Hosting Environments

concentrate on Apache performance tuning and MySQL cache. If your clients are adamant in their requests to use APC cache, you may wish to move them to a different server which can properly handle their needs. Virtualmin is a very good choice for this, as it allows individual accounts to be configured with individual php.ini and fcgiwrapper, or even different versions of PHP. Of course, because this will require greater management, it should be c… 3, 0, 0, 0 and 5.67

Comments { 2 }

Apache and MySql Performance Tuning for High Traffic Website

SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream. SoccerNews.com webs… 2, 0, 0, 0 and 3.78

Comments { 0 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

Virtualmin now includes support for Nginx web server. I deploy many WordPress sites with W3 Total Cache and APC Alternative PHP Cache, so I was very interested to see how Nginx performance compares to Apache for WordPress, and whether APC and W3TC would play nice with Nginx. I prefer to install WordPress in public_html/wordpress for ease of development, compatibility with other scripts, etc. Accordingly, the suggested configuration is for WordPr… 1, 0, 0, 0 and 1.89

Comments { 11 }