the post loading speed is very low when i logged in....
but when logged out, the speed is very fast.
i tried on different computers and used different browsers(ie,firefox),however, iv got the same result.
pls tell me why...thanks
the post loading speed is very low when i logged in....
but when logged out, the speed is very fast.
i tried on different computers and used different browsers(ie,firefox),however, iv got the same result.
pls tell me why...thanks
Can you give us a URL?
This sounds like a problem with either your theme or a plugin.
To isolate the problem, switch to the default theme, deactivate all plugins and then add the plugins one by one until the problem pops up again. It may also be a problem with your theme, but it's more likely it's a plugin problem.
iv tried on ur website (http://bbpress.org/forums/)
i just use the default theme without any plugins...believe me...it is not a plugin or theme problem...
u can log out and click a topic in this forum....and then log in...try to compare the speed... i do think u can get the same question as i...
i hope all the bbpress users can try in that way...
i doubt that there is a cookie problem on bbpress...
I profiled the page, and you're right, the bbpress forums load a number of JS files when the user is logged in:
* http://bbpress.org/forums/bb-includes/js/add-load-event.js
* http://bbpress.org/forums/bb-includes/js/prototype.js?ver=1.5.0
* http://bbpress.org/forums/bb-includes/js/wp-ajax-js.php?ver=2.1-beta2
* http://bbpress.org/forums/bb-includes/js/fat.js?ver=1.0-RC1_3660
* http://bbpress.org/forums/bb-includes/js/list-manipulation-js.php?ver=440
* http://bbpress.org/forums/bb-includes/js/jquery/jquery.js?ver=1.1.3.1
* http://bbpress.org/forums/bb-includes/js/topic.js?ver=20080422
Downloading these files does slow down the "logged in" page compared to the "not logged in" page, but that's a choice made by the maker of the theme for this site. It's not a problem with the core software.
thanks a lot bobbyh
actually, i really prefer the high speed of the forum...@bobbyh,can you tell me how to remove those boring js loadings?
i love bbpress so much... i hope it can make my posting life Simple, Fast and Elegant~~~~
thousande, you have to create a new theme (under /my-templates/) and then edit the header.php file in your new theme so that it doesn't have the stuff inside this loop starting with <?php if ( is_topic() && bb_is_user_logged_in() ) : ?>
Actually, I think that bbPress doesn't even currently support AJAX posting, so all those files are unneeded.
Good luck!
You must log in to post.