PDA

View Full Version : export.php caching system


Black_Widow
12-28-2004, 06:01 AM
On my Vb3 I'm making an heavy use of external.php to export data to very big sites ( 15000 unique visitors a day ) .
So even if my forum is on a good dedicated server ( servermatrix ) it suffers of high cpu load and too many mysql connections. So forum is running slow. If I disable external.php syndication my forum runs fast.

here http://www.vbulletin.com/forum/showthread.php?t=116025 Scott MacVicar suggested me there's a way to solve with a cache.

Can i find a simply way to implement this by myself ( I need a little help please).

Thanks for your attention.