Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

mysql  // Posts tagged as "mysql"

10 Mar Posted by in Performance | 3 comments

speed up slow drupal site

What has probably happened is that you have developed your drupal (or any other PHP+MySQL) site, tested the functionality, everything was working fine and after that you decided to go live, but suddenly you found out that the site in its current state does not cope with the loads. Or, probably, you just run some […]

Read more...

28 Feb Posted by in Performance, Technical | 2 comments

speed up mysql for your website

If your website is using MySQL as a database back end and you think your website is slow, you are probably interested MySQL performance optimization tips and tricks. Here are a few of them: 1. First of all, check if you have too many table locks happening. If your database engine is MyISAM, which locks […]

Read more...