View Full Version : SubForums Question
c-prompt
Tue 5th Mar '02, 12:37pm
I am working on a board with about 50 forums showing on the main page. Some people on lower connections are saying the that it loads slow. I just got done cleaning the code and optimizing all images, and really everything is pretty bare and small. My question is, would all the forums make it load slow for some users?
Would it be better to have about 10 forums show on the main page each with their own subforums that are only seen when clicked?
Thanks for any input!
tubedogg
Tue 5th Mar '02, 12:54pm
The only thing that would slow it down would be HTML...the PHP is (obviously) all done server-side and the resulting HTML is sent to the browser...50 forumhome_forumbit_level1_post (etc.) templates are 5x more than 10 so there's 5x as much HTML to push across.
ja5es
Tue 5th Mar '02, 12:54pm
Personally I hate using sub forums unless completely necessary. I found out the hard way that things get too confusing.
c-prompt
Tue 5th Mar '02, 2:30pm
Originally posted by tubedogg
50 forumhome_forumbit_level1_post (etc.) templates are 5x more than 10 so there's 5x as much HTML to push across.
Do you think this would affect some dial up users? Or do you think I should look elsewhere as the source for slow loading?
tubedogg
Tue 5th Mar '02, 2:33pm
Depending where those users are, how good their connection is in general, what kind of slowdowns they're behind, it could definitely be the HTML.
I'd try and whittle it down some (the # of forums on the main page I mean).
c-prompt
Tue 5th Mar '02, 2:55pm
Ok thanks alot for your input.
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.