Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   07-22-2007, 01:44 AM
foulplay will become famous soon enough Join Date: Mar 2007 Posts: 16
How can I improve page load time?


..........

Last edited by foulplay; 09-20-2007 at 05:15 AM. Reason: Automerged Doublepost
Quote   |  



#2   07-22-2007, 11:25 AM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,809 Location: Topeka, KS
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 / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#3   07-23-2007, 12:37 PM
Send a message via MSN to AngelicGodz Send a message via Yahoo to AngelicGodz AngelicGodz has a spectacular aura about Join Date: Jul 2007 Posts: 32 Location: Portland, OR
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.
Quote   |  



#4   07-25-2007, 03:43 AM
foulplay will become famous soon enough Join Date: Mar 2007 Posts: 16
Re: How can I improve page load time?


.........

Last edited by foulplay; 09-20-2007 at 05:15 AM.
Quote   |  



#5   07-25-2007, 02:05 PM
admiralgeek will become famous soon enough Join Date: Jul 2007 Posts: 9
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.
Quote   |  



#6   07-25-2007, 11:47 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,809 Location: Topeka, KS
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 / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar
Quote   |  



#7   07-26-2007, 03:29 AM
eric is a jewel in the rougheric is a jewel in the rough Join Date: Oct 2006 Posts: 864 Location: France
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 .....
--------------------
Eric / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Aeroclix -- DistantHost link directory
Domains hosting, server rent... -- Distant-Help link directory
Quote   |  



#8   07-26-2007, 04:25 AM
admiralgeek will become famous soon enough Join Date: Jul 2007 Posts: 9
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 04:29 AM.
Quote   |  



#9   07-28-2007, 10:30 PM
foulplay will become famous soon enough Join Date: Mar 2007 Posts: 16
Re: How can I improve page load time?


...........

Last edited by foulplay; 09-20-2007 at 05:15 AM.
Quote   |  



#10   08-01-2007, 03:13 PM
Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon Brandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of lightBrandon is a glorious beacon of light Join Date: Jul 2006 Posts: 9,809 Location: Topeka, KS
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 / vBulletin Setup Staff
Check out our Newsletter for the latest vB and SEO news.
Are you looking for vBulletin work to be done on your forums ?
Would you like to Help Support vBulletin Setup.

Please do not PM me for support, that's what the forums are for.
Have you heard about Crowdgather?
Find it on Forums


Stay up to date by installing our Tool Bar

Last edited by Brandon; 08-01-2007 at 03:14 PM. Reason: Automerged Doublepost
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


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
High server load averages marketprofits General Discussion 7 07-31-2007 02:44 AM
How long it takes to load your index ? opusd vBulletin Questions 4 07-15-2007 08:00 PM
Optimize vBulletin & Reduce Server Load Brent vBulletin SEO Tips and SEO Questions 2 12-17-2006 07:00 PM
Register Button - Improve Registrations semann Released vBulletin Hack 5 10-24-2006 08:33 PM
Easily Improve the Success of Your Forum Brandon Website Marketing Articles 0 08-02-2006 01:09 AM


All times are GMT -6. The time now is 12:50 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory