mikejmcfarlane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Final update:
– I deleted another wordpress blog (my wife’s so will need to find another place for this!), so on my shared host I now have one Expression Engine site, and one WordPress site. Was a bit faster.
– Dreamhost moved me to another server with less load and that made a huge difference, the site is now very fast again, both in loading the site and the admin pages.If I get time I will put the other wordpress blog back on to see what happens, but it looks like running multiple wordpress sites on a shared host will give problems with memory and procwatch.
Thanks to everyone on this forum and at Dreamhost for their help:-)
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?I’ve got the WooThemes Canvas theme running again and it only shows excerpts.
I got all the plugins re-enabled, including Jetpack although I turned deactivated all the features I don’t use. Back to about 15s load for site and admin, but with W3TotalCache running the site loads quick once it is cached :-/
Will see what happens when Dreamhost move my server location.
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Thanks Media X, I dropped it to 5 posts and the total load time reported by pingdom was 13seconds, much better.
I’m going to start turning plugins and the theme back on now.
Thanks again for all the help:-) Have a good weekend.
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?@esmi sure, good idea!
I’ve been doing some other tests, just to keep people updated.
1. Deleting an unused wordpress site that was a landing page. There are now two wordpress blogs and one Expression Engine site. No noticeable effect.
2. Started turning off plugins in the other wordpress blog that are on this shared host. Generally no effect until I turned off Antivirus plugin (http://wpantivirus.com/) and there was a noticeable speed up in site and admin page loading on all sites! Still about 10 seconds to load basic page ie see something on screen.
3. Had a look at the output from http://tools.pingdom.com/ I use a lot of embedded YouTube and Kickstarter code and these really seem to slow the overall page load time, the basic wordpress files seem to load in about 10 seconds, but can still be another 10 to finish loading the whole page.
Hmm!
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Hi Daniela
It looks like am still on the same server and the site speed is the same. Did the move not happen last night, or did I mis-understand and it was 22:00 GMT on an un-specified date?
ThanksForum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?I got a nice email from Dreamhost too, so yes, really good service:-)
Will update tomorrow.
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Hi Daniela
Thanks, that sounds like it would be worth a try.
If you could do that tonight, after 10GMT it would be great.Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Thinking back, it probably started getting bad when I added the second two domains!
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Hi DH_DEE
Thanks, yes, it is an ongoing issue for months but got significantly worse with 3.6. I have raised support tickets before and another now.
High load, I don’t understand, can you explain reasons that might be please. I don’t have a lot of visitors. Do you think it might be too many domains on a single shared host?
Thanks all:-)
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?I tried a totally clean install wordpress install with an new database and it was still slow!
I can’t find any stats in the Dreamhost control panel. Any ideas?
But I think you might be onto something about memory. I tried a memory plugin which reported approx 40MB peak usage. I googled ‘dreamhost shared hosting memory limit’ and read through a few results. I couldn’t find a hard number, but 90-150MB for shared hosting seemed to come up a few times. Also I am running 4 domains in my shared host, so it is possible that is what is killing me if they are all using memory. I’m going to try backup them all up and remove a couple and see what happens.
Will try that later and report back, thanks again!
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Fraid not, I measure approx 20seconds for site to load, http://tools.pingdom.com/ gives 22.77s
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?9 minutes to disable 13 plugins!
ok, all plugins disabled and using twenty thirteen theme.
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Yes, will take a few minutes, will post back when done.
Thank you for helping:-)
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?ok, done.
Forum: Fixing WordPress
In reply to: WordPress 3.6 and 3.6.1 so so slow on Dreamhost, anyone else?Hi Media X, thanks for reply, the .htaccess in the ‘root’ of the install is:
# BEGIN W3TC Browser Cache <IfModule mod_deflate.c> <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule> AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json <IfModule mod_mime.c> # DEFLATE by extension AddOutputFilter DEFLATE js css htm html xml </IfModule> </IfModule> # END W3TC Browser Cache # BEGIN W3TC Page Cache core <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* - [E=W3TC_ENC:_gzip] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{REQUEST_URI} \/$ RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC] RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" -f RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index.html%{ENV:W3TC_ENC}" [L] </IfModule> # END W3TC Page Cache core # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress