Results 1 to 6 of 6

Slow loads & Blank Pages

This is a discussion on Slow loads & Blank Pages within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey, Just installed vBSEO : http://www.one-theme.com/support/ After playing with the settings and getting everything set up, i noticed a massive ...

  1. #1
    Junior Member
    Real Name
    Lee Cooper
    Join Date
    Jul 2006
    Posts
    11
    Liked
    0 times

    Slow loads & Blank Pages

    Hey,

    Just installed vBSEO: http://www.one-theme.com/support/

    After playing with the settings and getting everything set up, i noticed a massive new "Lag" when i visit forums/threads, every now and then it returns a blank page, after trying to load for more than 10 seconds.

    Before i installed vBSEO everything ran fine, i've had the forums online around a month and haven't noticed any Lag before now.

    Could this have anything to do with apache settings? We're on a dedicated server.

    .htaccess content:

    PHP Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    php_flag magic_quotes_runtime off

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA
    Note: I added "php_flag magic_quotes_runtime off" after reading another thread, didn't help though!

    Thanks,

    Lee

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    what's your php memory limit?
    and sql wait_timeout setting

  3. #3
    Junior Member
    Real Name
    Lee Cooper
    Join Date
    Jul 2006
    Posts
    11
    Liked
    0 times
    Hi Brian,

    Memory_limit 128M 128M
    Keep-Alive timeout=5, max=100
    msql.connect_timout 60 60
    Timeouts Connection: 300 - Keep-Alive: 5
    default_socket_timeout 60 60

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    that all looks ok.

    try some of these:
    vBSEO Optimization Tips

    another common one is the setting,
    Limit URL Length leave at 0 if you changed it to something else.

    and consider installing xcache or eaccelerator

  5. #5
    Junior Member
    Real Name
    Lee Cooper
    Join Date
    Jul 2006
    Posts
    11
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    Limit URL Length leave at 0 if you changed it to something else.
    Your a genius! I had this set to 40, just changed it to 0 again and everthing works great

    Thanks brian

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Quote Originally Posted by Rated View Post
    Your a genius!
    if only i could get hot girls to tell me this. hahaa

    glad it was a simple fix

Similar Threads

  1. live.com slow indexing pages?
    By Julio in forum General Discussion
    Replies: 1
    Last Post: 07-11-2008, 02:51 PM
  2. I am getting blank pages?
    By aycan555 in forum Troubleshooting
    Replies: 6
    Last Post: 08-19-2007, 05:04 PM
  3. Blank pages!!!
    By MoMan in forum General Discussion
    Replies: 7
    Last Post: 03-04-2007, 10:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •