There is a serious problem.
I have lost half my traffic in the past few months when it had been increasing steadily over the past year.
All computers in this house (comcast cable) and two friends with different ISPs (DSL), with computer cache cleared, takes 28 seconds for the WAITING FOR... to end and the TRANSFERING... to begin. On all computers it sometimes loads fast after deleting the computer cache but I have come to believe that is because the ISP cache is still full.
I called my server GODADDY yesterday and it all seems to be working fine. Loading a big html page from the domain takes less than a second.
This leads me to the .htaccess again... or something in config?
I have reduced articles to 12, tried removing headers, plugins, sidebars, youtubes and it doesn't change the lag.
Remember, most of a year ago I moved the blog from /serendipity to the root. Garvin helped and I think that is what all that extra rewrite stuff is in the file. I put it back the way before adding your change the other day just to make sure.
http://rackjite.com
----------------------------------
Options +FollowSymLinks
Options +Includes
AddHandler server-parsed .htm
#www rewrite
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^rackjite\.com
RewriteRule (.*)
http://rackjite.com/$1 [R=301,L]
#website 301
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^
http://rackjite.com/
#RewriteRule ^(.*)$
http://rackjite.com/web/$1 [L,R=301]
#Redirect 301
http://rackjite.com/ http://rackjite.com/web/
#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^
http://rackjite.com/serendipity [NC]
#RewriteRule (.*)
http://rackjite.com/$1 [L,R=301]
#Redirect 301
http://rackjite.com/serendipity/ http://rackjite.com/
#ErrorDocument 404 /serendipity/index.php
#ErrorDocument 404 /index.php
#DirectoryIndex /serendipity/index.php
DirectoryIndex /index.php
RewriteEngine On
#RewriteBase /serendipity/
RewriteRule ^(archives/([0-9]+)-[0-9a-z\.\_!;,\+\-]+\.html) index.php?/$1 [NC,L,QSA]
RewriteRule ^(authors/([0-9]+)-[0-9a-z\.\_!;,\+\-]+) index.php?/$1 [NC,L,QSA]
RewriteRule ^(feeds/categories/([0-9;]+)-[0-9a-z\.\_!;,\+\-]+\.rss) index.php?/$1 [NC,L,QSA]
RewriteRule ^(feeds/authors/([0-9]+)-[0-9a-z\.\_!;,\+\-]+\.rss) index.php?/$1 [NC,L,QSA]
RewriteRule ^(categories/([0-9;]+)-[0-9a-z\.\_!;,\+\-]+) index.php?/$1 [NC,L,QSA]
RewriteRule ^archives([/A-Za-z0-9]+)\.html index.php?url=/archives/$1.html [NC,L,QSA]
RewriteRule ^([0-9]+)[_\-][0-9a-z_\-]*\.html index.php?url=$1-article.html [L,NC,QSA]
RewriteRule ^feeds/(.*) index.php?url=/feeds/$1 [L,QSA]
RewriteRule ^unsubscribe/(.*)/([0-9]+) index.php?url=/unsubscribe/$1/$2 [L,QSA]
RewriteRule ^approve/(.*)/(.*)/([0-9]+) index.php?url=approve/$1/$2/$3 [L,QSA]
RewriteRule ^delete/(.*)/(.*)/([0-9]+) index.php?url=delete/$1/$2/$3 [L,QSA]
RewriteRule ^(admin|entries)(/.+)? index.php?url=admin/ [L,QSA]
RewriteRule ^archive/? index.php?url=/archive [L,QSA]
RewriteRule ^(index|atom[0-9]*|rss|b2rss|b2rdf).(rss|rdf|rss2|xml) rss.php?file=$1&ext=$2
RewriteRule ^(plugin|plugin)/(.*) index.php?url=$1/$2 [L,QSA]
RewriteRule ^search/(.*) index.php?url=/search/$1 [L,QSA]
RewriteRule ^(serendipity\.css|serendipity_admin\.css) index.php?url=/$1 [L,QSA]
RewriteRule ^index\.(html?|php.+) index.php?url=index.html [L,QSA]
RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
<Files *.tpl.php>
deny from all
</Files>
<Files *.tpl>
deny from all
</Files>
<Files *.sql>
deny from all
</Files>
<Files *.inc.php>
deny from all
</Files>
<Files *.db>
deny from all
</Files>
# END s9y
#FrontPage
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName
www.rackjite.com
AuthUserFile /var/chroot/home/content/r/a/c/rackjite/html/_vti_pvt/service.pwd
AuthGroupFile /var/chroot/home/content/r/a/c/rackjite/html/_vti_pvt/service.grp