PDA

View Full Version : Best Performance Tweaking


bigsoccer tech
Tue 2nd May '00, 10:09pm
How does one maximize the performance of the php/mysql config?

My boards have about 100 forums, 250k posts. I'm finding the main page to load very slowly. It seems to me, and i don't know, that that page is making a ton of db calls, and not caching any results. thoughts?

Brian
Tue 2nd May '00, 11:14pm
Well I simply eliminated a ton of calls. Here are a few.

Footer. Replace all the calls in their with your urls, and names, replace version number with the version number etc. You could propably find at least 6 things in there to replace. This is the easiest to do of them all. From their just open up other commonly accessed pages and replace the variables you dont need like Forun Name (Just replace with your forums name) You could propalby eliminate quite a few things like this, I sure did.

-Brian