Where can I find a system admin that will tune/optimize my server?

I have a problem with a bottleneck that I'm unable to detect.
I'm asking for some paid help, will I find it here? :)

You can find me at Skype, "vedivad".
 
You probably need to create a bunch of indexes. That should speed things up a bit.

Your bottleneck appears to be MySQL. You need to tune it properly. You also need to review your queries, optimize them and create indexes where needed.

It appears you need a good DBA.
 
Try mysqltuner

Try mysqltuner app from Ports:

Code:
# cd /usr/ports/databases/mysqltuner
# make install clean ; rehash
# mysqltuner
 
Back
Top