Optimal Dolphin 7 Performance

Hi

can I do this http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations or do I have to wait for this messages to go away

 

I  IMPORTANT

This guide is a work in progress. We will be adding more information as soon as we have new results and findings. Checking back once in a while is highly recommended.

While server setup is very important, we realize that there is a lot of optimization that can be done in Dolphin. We will continue working on every piece of code in Dolphin to make it the fastest and the most efficient CMS in world.

 

 

Thank's

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 16 Feb 2011

I like to know if we ca ndo this or we have to wait for new Perfomance

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 18 Feb 2011

 

Hi

can I do this http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations or do I have to wait for this messages to go away

 

I  IMPORTANT

This guide is a work in progress. We will be adding more information as soon as we have new results and findings. Checking back once in a while is highly recommended.

While server setup is very important, we realize that there is a lot of optimization that can be done in Dolphin. We will continue working on every piece of code in Dolphin to make it the fastest and the most efficient CMS in world.

 

 

Thank's

I applied most of these suggestions to my server. Installed memcache and Xcache, I see increases in performance for me.

the suggestions like below really helped!

First you need to check if "query_cache" is enabled on your server. It was noticed that 80% of all SELECT queries are taken from "query_cache" when it is enabled, so if it is disabled on your server

  • mysql performance is 5 times slower !

To check this, go to the phpMysqlAdmin tool (in most cases it is in your WHM panel -> SQL Services -> phpMyAdmin). Then click the "Variables" tab. The "query cache size" must be at least 16M, "query cache type" must be ON and "query cache limit" value should be around 1M. Example of a good configuration:

hssr-mysql-1-query-cache.jpg

 

and

[mysqld]

query_cache_limit = 1M
query_cache_size = 32M

key_buffer_size = 64M

max_heap_table_size = 256M
tmp_table_size = 256M

thread_cache = 128
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Feb 2011
UFO, these are some of my settings for .info site
these values can be seen in phpMyAdmin>Variables tab

key buffer size 67,108,864
query alloc block size 8,192
query cache limit 2,097,152
query cache min res unit 4,096
query cache size 33,554,432
query cache type ON
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.