thinkbot
- Total activity 275
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 67
Comments
Recent activity by thinkbot-
check mysql slow queries and make sure you have php opcode installed, like APC or eaccelerator
-
It means that Magento can't connect to MySQL server, this can happen when you turn off or restart MySQL btw. please post mysqltuner.pl results btw2. for server load monitoring it would be good if...
-
ahh yes, it's table_open_cache, not table_cache_size it's the same as table_cache except table_cache is deprecated in next mysql version anyways, after several hours, 24h best please post mysqltun...
-
adjust innodb_buffer_pool_size = 2500M query_cache_limit=2M query_cache_size=100M max_user_connections=100 max_connections=300 key_buffer_size=750M table_cache_size=6000 sort_buffer_size=256K re...
-
you need to run mysqltuner.pl and post the results here Its more about the data, size of it, structure etc. then goes RAM, it needs to be adjusted to the data
-
Not much In shared environment, where you don't have access to the code of each site, you won't make it perfect Your current mysql settings are good, You should install Munin WHM plugin, and ther...
-
Yes, but it's much more complicated, and you would have to update your varnish/nginx etc config if they make some major changes in their scripts Couse each CMS needs different varnish/nginx setup
-
It doesn't work this way, each site would have to be individually configured if you use nginx/varnish/litespeed Your users/sites should use cache plugins
-
It's not "bad", it's good but there can be better You got many people, many different sites, so in your case results are good They use CMSes, they can install caching plugins etc.
-
It's good, no super slow queries there I won't go into details, since we are not providing "in depth" analysis here on forums, since it would take a lot of time