New version - 1.80v performance enhancements

Last modification: 2014-01-20 19:41:49

1.80v

Features

  1. Extension for Node.js enchancements. Moved typing monitoring to Node.js
  2. Chatbox Memcache and Redis support as caching options. Optimized for sites with a lot of visitors. Hundred of thousands. Chatbox will work with blazing speed then memcached and Node.js is used.

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.

Support project

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!


Paypal, one time donation
Monthly donation
Bitcoin
Skrill
remdex@gmail.com