It seems something, likely vbseo is seriously slowing down my homepage on www.talkjesus.com
All other portions of the site load normal, except the home page hesitates for about 4-5 seconds, before finally loading the page itself.
I even tried disabling Google Analytics temporarily, same problem.
This is what I have
I have not made any changes, only even attempted to reduce image sizes on the home page and removed to javascripts (which were still always there without a problem).Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.talkjesus\.com RewriteRule (.*) http://www.talkjesus.com/$1 [R=301,L] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.*)$ $1 [L] RewriteCond %{REQUEST_FILENAME}index\.php -f RewriteRule ^(.*)$ $1index.php [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_FILENAME} !chat RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteRule ^$ vbseo.php?vbseourl=index.php [L] RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] <Limit GET> order deny,allow </Limit> <Files 403.shtml> order allow,deny allow from all </Files> php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
I even temporarily disabled the ajax tab script (right side of shoutbox), same slowdown issue.
Tips on resolving this appreciated. Server is using PHP 5 / Apache 2.2 / Mysql 5.


LinkBack URL
About LinkBacks





Reply With Quote
