Features
execute doc/update_db/update_64.sql for update and follow standard upgrade tutorial.
1.83v
execute doc/update_db/update_63.sql for update and follow standard upgrade tutorial.
I have added one more setting in settings/settings.ini.php file
Edit your settings/settings.ini.php file and under 'force_virtual_host' => false,
add 'time_zone' => '',
Features
execute doc/update_db/update_62.sql for update and follow standard upgrade tutorial.
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.