1.80v
Features
Single server can handle 1K request per second. Not so bad :)
Concurrency Level: 10
Time taken for tests: 0.964 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 40933000 bytes
HTML transferred: 40485000 bytes
Requests per second: 1036.92 [#/sec] (mean)
Time per request: 9.644 [ms] (mean)
Time per request: 0.964 [ms] (mean, across all concurrent requests)
Transfer rate: 41449.31 [Kbytes/sec] received
3. Performance tweaks for chatwidget and startchat
Upgrade.
1. Adjust your settings/settings.ini.php and add the following section. Above 'site_access_options' add
'memecache' =>
array (
'servers' =>
array (
0 =>
array (
'host' => '127.0.0.1',
'port' => '11211',
'weight' => 1,
),
),
),
'redis' => array (
'server' => array (
'host' => 'localhost',
'port' => 6379
)
),
Have fun.
Developing application takes a lot of time. You can support application by donating. There is no company behind this application and it takes away my free time. Every donation matters and does not matter how small it is!