Jump to content

Recommended Posts

Posted

Last week wordpress site running fine. Today it is dog slow. Nothing changed and no plugins need updating. Server is up to date and has been restarted. The site loads so its not an access/firewall issue.

 

Any suggestions on where to start?

Posted
If you disable all plugins does it run faster? What are the load timings if you run it in developer console in chrome? Does it point to anything obvious?
Posted

There's a fix we implemented on ours in regards to MySQL temp files

 

By default the place it puts the temp files is really slow processing, as you said 30-40 seconds a page, but if you set it to a new folder it works fine.

 

Will try to find the page/fix to try if you want

 

Steve

Posted

There you go try this if it's not that it's easy to put it back won't do any harm :)

 

Open your MySQL My.cnf file and set this line:

 

tmpdir=C:\\MySQL\\temp

 

Just below

 

[mysqld]

 

Make that folder in your local drive, and restart services and it should start writing log files to there instead

 

Fixed the problem with slowness for us :)

 

Steve

  • Thanks 2
Posted

Thanks guys. I updated SQL and wordpress today and it seemed to pull itself around.

 

I'll definitely implement your suggestion also.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...