Waypoint.....Slow Page Loading

Hey everyone, just a question. Is anyone experiencing a slow page loading…or some sort. After I write a post, it loads for about 3 to 4 minutes and then it takes me to the next page.

Slow for me too.

TIPS:

a. Avoid postbacks in favor of normal links, as postbacks will lag more. If you mouseover a button or link, and your status bar contains “__doPostBack”, then it’s a postback. An example of this is the “POST REPLY” buttons at the bottoms of threads, versus the “Post Reply” link on each post: the button is a postback and will lag, while the link isn’t a postback and will be faster.

b. When you actually submit your reply, look at the recent posts shown below the form. Sometimes, your reply will go through, but the page load will stall. When this happens, you may see your new post (that you’re supposedly still submitting) appear with the other recent posts. If that happens, then you can open the thread in a new tab and close the form (even though the form “isn’t done”), as your post has gone through just fine.

> Slow for me too.
>
> TIPS:
>
> a. Avoid postbacks in favor of normal links, as postbacks will lag more. If you mouseover a button or link, and your status bar contains “__doPostBack”, then it’s a postback. An example of this is the “POST REPLY” buttons at the bottoms of threads, versus the “Post Reply” link on each post: the button is a postback and will lag, while the link isn’t a postback and will be faster.
>
> b. When you actually submit your reply, look at the recent posts shown below the form. Sometimes, your reply will go through, but the page load will stall. When this happens, you may see your new post (that you’re supposedly still submitting) appear with the other recent posts. If that happens, then you can open the thread in a new tab and close the form (even though the form “isn’t done”), as your post has gone through just fine.

Alright, thanks.