Page 2 of 2 FirstFirst 1 2
Results 16 to 23 of 23

vBulletin Optimisation Tips

This is a discussion on vBulletin Optimisation Tips within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Hey, Originally Posted by briansol it will take a little bit for your browser to re-cache it. but once it ...

  1. #16
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Hey,

    Quote Originally Posted by briansol View Post
    it will take a little bit for your browser to re-cache it. but once it does, it will save you a bunch of bandwidth, and end up being faster.
    you can press Ctrl + F5 to re-cache a website.

  2. #17
    Senior Member
    Real Name
    Future
    Join Date
    Mar 2006
    Posts
    579
    Liked
    1 times
    Blog Entries
    1
    3. Restrict Search Engine Crawling
    do we really require this ?

  3. #18
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    Quote Originally Posted by Keith Cohen View Post
    According to this tool, your pages aren't gzipped now: GIDZipTest: Web Page Compression (Deflate / Gzip) Test - GIDNetwork
    thx for this link, I just found out my site didn't have gzip enabled.. now I can check other sites without having to talk to the host
    My forums: General Forums | Admin Talk (running xenforo)

  4. #19
    Senior Member
    Real Name
    .
    Join Date
    Jul 2006
    Posts
    386
    Liked
    3 times
    Blog Entries
    1
    Sorry to bump this, but thanks for the tips!!!

  5. #20
    Senior Member majordude's Avatar
    Real Name
    majordude
    Join Date
    Aug 2006
    Posts
    182
    Liked
    0 times
    Isn't haveing all those open 777 files and/or directories a bad idea?

  6. #21
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    Yes and no...

    it's a bad idea to have 777 folder permissions on areas which store passwords or config files, but directories which hold nothing more than public images (avatars, attachments, etc) there's really no security risk. Remember, 777 allows YOUR SCRIPTS to write to a directory or file in said directory. Even if someone were to get in, and load a config file of their own in that directory, it wouldn't do anything to your site, as the vb scripts don't look for that file to make database connections, etc...

  7. #22
    Senior Member majordude's Avatar
    Real Name
    majordude
    Join Date
    Aug 2006
    Posts
    182
    Liked
    0 times
    >> 4. Move Attachments to the File System <<

    Does this really help? Why would vBulletin defualt to adding attachments to the database? It's that a lot of overhead that is hardly used?

    Can I go back if I like the default way better?
    .
    Go Packers!

  8. #23
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    yes it helps.

    the using the DB for attachments is like using the file system (flat-files) for database stuff. It defaults that way because its "easier" and works more "globally" but it is not the optimized setting.
    have a read: revjim.net :: Blog Archive :: speed concerns: database vs. filesystem
    he says to go for the filesystem... but his test is skewed.

    there's a million answers to this:
    BLOB database vs filesystem - Google Search

    but i would highly suggest using the file system instead of the BLOB field

    and yes, you can revert it back if you like, but you shouldn't.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. What is search engine optimisation?
    By AndyS in forum Member Articles
    Replies: 4
    Last Post: 08-03-2006, 09:54 PM
  2. vBulletin 3.6 Release Candidate 1 Available
    By Joe Ward in forum General Discussion
    Replies: 13
    Last Post: 07-27-2006, 02:36 AM
  3. vBulletin 3.6 Beta 2 Released
    By Brandon Sheley in forum General Discussion
    Replies: 4
    Last Post: 06-14-2006, 09:33 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
  •