I found out the forum gives the following warning in debug mode:
Code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/forum/public_html/includes/class_database_explain.php:220) in /home/forum/public_html/includes/facebook/facebook.php on line 37
Because of this error, after a while, the site somehow made the browser lag alot. Anyway, I disabled the FB Integration and not only the warnign dissapeared, but the forums is way faster, photos are loaded instantly (before it took several good seconds to load a photo). So evidently, I need to fix the warning now, but I don't know how. I looked through the files to find a space, something that was outputed before the sessionstart, but nothing.
I appreciate any advices