Features
Bugfix
After chat was transfered to another user. Operator profile did not changed. Now it does.
execute doc/update_db/update_61.sql for update and follow standard upgrade tutorial.
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.
1.79v
Features
execute doc/update_db/update_60.sql for update and follow standard upgrade tutorial.
Features
Bugfix
1. /user/login was missing $currentUser instance after php session drop.
execute doc/update_db/update_59.sql for update and follow standard upgrade tutorial.
1.77v
Features
If you decide to experiment with Long Polling make sure that.
Bugfix
1. Removed scrollbar in popup if file upload was activated.
execute doc/update_db/update_58.sql for update and follow standard upgrade tutorial. I suggest review your "Synchronisation and sound settings" after update if you have tweaked them before.