IT will greatly depend on your server (memory/speed) but also on things like how long the forum titles are.
All forums with their settings/permissions/etc.. are loaded into:
- a row in the datastore table. This could get too long, also depending on this like the title length
- Into the $vbulletin array in memory on each page loaded. If the array gets too big, you could run into memory problems on the server, or face time-outs.
|