by LGforum April 15th 2012, 5:30 pm
Your biggest problem is the scripts you have installed for friend request. Or notifications. That script seems to be running twice or even three times and every time it runs its making two requests for guests.
Your CSS seems to be getting loaded twice along with your JS.
Here's a BIG issue here:
- Code:
jQuery(document).ready(function(){jQuery("#newsareal1").load("/f19-forum a.topictitle:lt(10)")});jQuery(document).ready(function(){jQuery("#newsareal2").load("/f9-forum a.topictitle:lt(10)")});
Thats two requests... or 4 for guests.
Another big issue is you have this poor script:
- Code:
http://sd-1.archive-host.com/membres/up/137670929941788204/var_fa.js
There's also a request to the users profile... I can't figure out what for... maybe visitor message notifications. Either way thats another...
You also, have a request to another page to get the users avatar.
Basically... you have LOADS of request and I imagine guests can't browse your forum for more than ten minutes.
You have let your forum get clogged up with poorly written and inconsiderate Javascript... which considering the size of your forum you can't let tha happen and you should go back to basics with it really. Users prefer a simpler forum most of the times.