Hi,
I'm running mediawiki 1.4beta6. Pageloads are taking up to 10 seconds when I use Firefox, but are much quicker when I use IE. Has anyone had this problem before, and is there a simple fix?
I'm running behind Apache2, and my rewrite rules look like:
RewriteCond %{REQUEST_URI} !index.php RewriteCond %{QUERY_STRING} ^title= RewriteRule ^.*$ /index.php [L,QSA]
RewriteCond %{REQUEST_URI} !^/(stylesheets|images|skins)/ RewriteCond %{REQUEST_URI} !^/(redirect|texvc|index).php RewriteCond %{REQUEST_URI} !^/error/(40(1|3|4)|500).html RewriteCond %{REQUEST_URI} !^/favicon.ico RewriteCond %{REQUEST_URI} !^/robots.txt
# Rewrite http://wiki.domain.tld/article properly, this is the main rule RewriteRule ^/(.*)$ /index.php/$1 [L,QSA]
When I look at the Apache logs, the reason seems pretty obvious. The requests from Firefox are duplicated up to 20 times each. I captured two request sets for the main page, one made by firefox and the other by IE. There are 65 GET requests in the Firefox session, and only 7 in the IE log. I've attached the logs.
Anyone know why this could be?
Thanks,
Nic Suzor