Search Results for 'test'
-
Search Results
-
I’ve just tested bbPress 0.9 with WP 3.0’s cookies and the Freshly Baked Cookies plugin DOES work properly.
Just make sure your cookie paths for WordPress and bbPress are pointing the same place (ie.
/) which was always required for proper integration anyway and is not done by the plugin but inside wp-config and bb-config – see the numerous integration guides around bbpress.orgMake certain you are using version 0.0.4 of the plugin or higher which supports the newer kind of WordPress cookies in use since WP 2.8
Topic: _ck_ owes me ten bucks
At least if it’s the same _ck_ as here:
http://news.ycombinator.com/item?id=1440574
But in lieu of cash I will accept some testing on 1.1.
This is a very early beta release for advanced users who may find it useful.
http://bbpress.org/plugins/topic/browser-timer/
(works in 0.9 and 1.x)
example log:
http://bbpress.org/plugins/topic/browser-timer/screenshots/screenshot-1.png
While my bb-benchmark plugin will tell you how long it’s taking your server to make pages, you really have no idea how long it’s taking your users to browse your forums and see those pages.
ie. 200ms on the server side may be 5 seconds with javascript on the visitors side
You can time your own browser, but often you have many things already cached and might use a faster browser or live much closer to your server than someone else across the country or the other side of the world.
So now you can know exactly how long it’s taking for them to see your pages.
It’s very accurate in my testing, within 100ms typically.
Basically it works by using a sort of “round trip” timer.
You can add a geo-location database and it will tell you what country the visitor is in, which helps to understand why a time may be so high/low.
I should have a database downgrade tool finished by the end of this weekend.
I need a few testers who know what they are doing and can backup their database (and restore it) if something goes wrong.
Technically you’d have to clone the database anyway since you’d want to install bbPress 0.9 into another directory, at least for testing purposes. But that requires you to override some settings via bb-config.php to tell it where everything is, or re-run the install routine for 0.9
Obviously this does not do anything magical to your plugins, they have to be backwards compatible with 0.9 also (if you are using mine in 1.x successfully, they will work in 0.9 but I can’t speak for others).

