Loading slowly — is mod_rewrite in .htaccess in 3.5 at fault?
-
I’ve updated 9 sites (so far) to WordPress 3.5 — and when I load pages it will sometimes take much longer than it used to on 3.4.2
Yes, I do have various share buttons on my sites.
I searched around here and came across this trac ticket that says that brackets in .htaccess are causing some issues. But I don’t really understand the ticket.
I have the below in my .htaccess file
# 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
Do I have to change it? If so, to what? And will changing this affect load speed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Loading slowly — is mod_rewrite in .htaccess in 3.5 at fault?’ is closed to new replies.