Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 07-21-2007, 11:44 PM   #1
vBulletin Owner
 
foulplay's Avatar
 
Join Date: Mar 2007
Posts: 16
foulplay will become famous soon enough
How can I improve page load time?

..........
__________________
rapidshare downloads

Last edited by foulplay; 09-20-2007 at 03:15 AM. Reason: Automerged Doublepost
foulplay is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 07-22-2007, 09:25 AM   #2
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,115
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: How can I improve page load time?

well, you have a bunch of images on your home page
Fitness Boards, Fitness Forum, MuscleMX.com

if you could minimize those, or restrict them to registered users it would help.
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.


Brandon Sheley is offline   Reply With Quote
Old 07-23-2007, 10:37 AM   #3
vBulletin Owner
 
AngelicGodz's Avatar
 
Join Date: Jul 2007
Location: Portland, OR
Posts: 69
AngelicGodz has a spectacular aura about
Send a message via MSN to AngelicGodz Send a message via Yahoo to AngelicGodz
Re: How can I improve page load time?

For me I think Slowing The Forum is cause by the following:

Alot of Image

Radio/music Online

Too much Code

To make it fast you could try to get rid of some image, or the Onlne Radio if u dont need.
AngelicGodz is offline   Reply With Quote
Old 07-25-2007, 01:43 AM   #4
vBulletin Owner
 
foulplay's Avatar
 
Join Date: Mar 2007
Posts: 16
foulplay will become famous soon enough
Re: How can I improve page load time?

.........
__________________
rapidshare downloads

Last edited by foulplay; 09-20-2007 at 03:15 AM.
foulplay is offline   Reply With Quote
Old 07-25-2007, 12:05 PM   #5
vBulletin Owner
 
Join Date: Jul 2007
Posts: 9
admiralgeek will become famous soon enough
Re: How can I improve page load time?

Quote:
Originally Posted by foulplay View Post
I ran a test on this site and it loads pretty quick. 1.83 seconds. How do you optimize a page to make it load faster?

btw..I did all the optimization tweaks on Vbulletin but it still not loading fast enough.
Loads of ways, Depending on your SQL queries, and the mods that require those queries upon loading of the index. And your server PHP safety configuration. If your free of any SQL injections attacks it would be safe to turn off you magic_quotes via your php.ini file. Your host should do this for you. But only if your site feels secure enough. And if your hosting is not dedeicated this can cause a prob too.

The loading of images and videos and music, may slow your load time down, but only if you have limited bandwidth. And if your ISP has limited the bandwidth throttle.

Run you php.ini script to fully see what your server has to offer you.
admiralgeek is offline   Reply With Quote
Old 07-25-2007, 09:47 PM   #6
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,115
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: How can I improve page load time?

Quote:
Originally Posted by admiralgeek View Post
Run you php.ini script to fully see what your server has to offer you.
what do you mean by this ?
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.


Brandon Sheley is offline   Reply With Quote
Old 07-26-2007, 01:29 AM   #7
vBulletin Owner
 
eric's Avatar
 
Join Date: Oct 2006
Location: France
Posts: 1,153
eric is a jewel in the rougheric is a jewel in the rough
Re: How can I improve page load time?

run php.ini

that's something new :-) this is the file containing the configuration for php... how can you run it ??? explain me that

and turn of magic_quotes ?? how does that help speed up .... ?

and bandwidth throttle can be done in such way there isn't the sligthest slowing down, for ex by limiting the number of simultanious connections, the ones getting thz page get the full speed. And it is indeed the connection of the nic that can slow down, if you have a 10 mb, 100 mb or 1 gig line .....
__________________
rapidshare downloads
eric is offline   Reply With Quote
Old 07-26-2007, 02:25 AM   #8
vBulletin Owner
 
Join Date: Jul 2007
Posts: 9
admiralgeek will become famous soon enough
Re: How can I improve page load time?

the php.ini is a PHP script that tells you all about your server configuration. Every one running a website should have this. But do not keep it in your directory, if you are going to keep it in your directory i would suggest protecting it with a ht.access point. Or after you have finished viewing the information within the phpini file, delete it. But keep a back up for after. And do not give this information out to anyone, as it is a gold mine for script kiddies and hackers alike.

open note pad or some light text pad.

and type in

PHP Code:
<?php 

ini_set
("register_globals 1""register_globals 0");

phpinfo(); 
?>

then save the file as phpini.php and upload to your server within it's root directory. Then point your browser in the direction of that phpini file. As i said, do not give the information out unless it is to a genuine software developer or a genuine technical adviser. If you are on a dedicated server you should have access to the COFIGURATION of the information within that ini file. But alot of hosts are strict about this. You may want to prove you have the technical skills first. Magic quotes is a PHP security protocol. It is just an extra security feature to stop hackers from attaching PHP code to the end of your PHP based URLs, and extracting information from your database. This can slow down you load speed due to the PHP code been optimized, the ZEND optimizer works well with this, as ZEND is a universal optimizer for PHP. If you have this turned off in your phpini, ask your web host to turn it on for you.

i can not attach the file, because the extension PHP is not allowed. so just copy and paste what i wrote up above.

Last edited by admiralgeek; 07-26-2007 at 02:29 AM.
admiralgeek is offline   Reply With Quote
Old 07-28-2007, 08:30 PM   #9
vBulletin Owner
 
foulplay's Avatar
 
Join Date: Mar 2007
Posts: 16
foulplay will become famous soon enough
Re: How can I improve page load time?

...........
__________________
rapidshare downloads

Last edited by foulplay; 09-20-2007 at 03:15 AM.
foulplay is offline   Reply With Quote
Old 08-01-2007, 01:13 PM   #10
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,115
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: How can I improve page load time?

Quote:
Originally Posted by foulplay View Post
Well I don't think I'm going to turn off Magic Quotes as my site has experienced DoS Attacks. I did a lot of research and found a kool hack That allows you to use XCache as a datastore cache in vBulletin. I've installed this and my site seems to improve in speed. Thanks for the help though...=)
Are you talking about what TECK has posted about over at vbseo ?
I'm thinking about trying this out, you've noticed improvements ?

btw, I like what you've done with the tabs. Is that new ?
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.



Last edited by Brandon Sheley; 08-01-2007 at 01:14 PM. Reason: Automerged Doublepost
Brandon Sheley is offline   Reply With Quote
Old 08-02-2007, 04:29 AM   #11
vBulletin Owner
 
Join Date: Jul 2007
Posts: 9
admiralgeek will become famous soon enough
Re: How can I improve page load time?

Quote:
Originally Posted by foulplay View Post
Well I don't think I'm going to turn off Magic Quotes as my site has experienced DoS Attacks. I did a lot of research and found a kool hack That allows you to use XCache as a datastore cache in vBulletin. I've installed this and my site seems to improve in speed. Thanks for the help though...=)



I cant use xcache, my server is shared. Not dedicated. But it is a good option if you are dedicated, and have a generous access to your servers configuration.

By the way TECK's hack on Xcache is good.
admiralgeek is offline   Reply With Quote
Old 08-02-2007, 04:34 AM   #12
vBulletin Owner
 
OS Master's Avatar
 
Join Date: Aug 2007
Location: United States of America
Posts: 185
OS Master will become famous soon enough
Re: How can I improve page load time?

Quote:
Originally Posted by admiralgeek View Post
I cant use xcache, my server is shared. Not dedicated. But it is a good option if you are dedicated, and have a generous access to your servers configuration.

By the way TECK's hack on Xcache is good.
Is this the hack you are talking about?

You can view phpinfo in your vBulletin ACP. It's under "Maintenance".
OS Master is offline   Reply With Quote
Old 08-02-2007, 10:13 PM   #13
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,115
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: How can I improve page load time?

Quote:
Originally Posted by OS Master View Post
Is this the hack you are talking about?

You can view phpinfo in your vBulletin ACP. It's under "Maintenance".
Thanks,
I'm going to check this out now

ps. this is what my host said to me when I asked about installing xcache

Quote:
As for installing it, I don't really recommend it. I've found it to be somewhat
buggy, and doesn't work well with ionCube, or Zend Optimizer.
I might still add it, but for right now I'm going to hold off.
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.



Last edited by Brandon Sheley; 08-02-2007 at 10:33 PM. Reason: Automerged Doublepost
Brandon Sheley is offline   Reply With Quote
Old 08-07-2007, 03:48 AM   #14
Supporters
vBulletin Owner
 
Caddyman's Avatar
 
Join Date: Dec 2006
Location: Delaware
Posts: 4,035
Blog Entries: 1
Caddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud ofCaddyman has much to be proud of
Send a message via AIM to Caddyman Send a message via MSN to Caddyman Send a message via Yahoo to Caddyman Send a message via Skype™ to Caddyman
Re: How can I improve page load time?

I'll be keeping a eye on this thread, my site loads slow and i know its a very graphic intensive skin, and i have a lot of hacks, but still....
__________________
Delaware Online
Caddyman is offline   Reply With Quote
Old 08-07-2007, 04:23 AM   #15
vBulletin Owner
 
SithMaster's Avatar
 
Join Date: Jul 2007
Location: Snohomish WA
Posts: 45
SithMaster has a spectacular aura about
Re: How can I improve page load time?

Quote:
Originally Posted by foulplay View Post
I ran a test on this site and it loads pretty quick. 1.83 seconds. How do you optimize a page to make it load faster?

btw..I did all the optimization tweaks on Vbulletin but it still not loading fast enough.

What mods you using to make it where they have short member urls, and the myspace type profiles? Can you let me know ?
vb.org links if ya got em.
Thanks mate
__________________
rapidshare downloads
SithMaster is offline   Reply With Quote
Old 08-07-2007, 05:47 PM   #16
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,115
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: How can I improve page load time?

I'm pretty sure muslemax is using vbseo

and the myspace profiles is "interactive profiles" at vb.org
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.


Brandon Sheley is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
improve, load, page, time

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time to change forum root page title for rankings? tryfuhl vBulletin SEO Tips and SEO Questions 2 07-06-2009 08:16 AM
Page Load Time Brandon Sheley vBulletin SEO Tips and SEO Questions 3 01-20-2008 08:39 AM
Hows the load time ? Brandon Sheley Feedback and Suggestions 2 01-09-2008 08:22 AM
popup window time,size,enable control from all page for user loka Troubleshooting vBulletin Problems 0 11-25-2007 05:47 PM
help with forumhome load time Brandon Sheley vBulletin Tutorials 0 09-16-2006 08:59 PM


All times are GMT -8. The time now is 06:46 PM.