Search Results for 'test'
-
Search Results
-
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).
Hello.
Why would one table come up ok (latest), but forumlist would look like this? http://i896.photobucket.com/albums/ac166/nobody5973/screenshot_003.png
This is what I have in style.css
#latest, #forumlist, #favorites {
background-color: #f7f7f7;
margin-bottom: 3em;
width: auto;}
Isn’t the wrapper in the body supposed to *wrap* things up nicely?
#wrapper {
margin: 0 0 0 0;
background: #fff;
width: 850px;
padding: 0 20px;}
I hope that people have been confronted with this issue before and successfully overcame it,
Thank you.
Bob
Topic: Latest on better editor?
Greeings, all –
First off, I installed bbPress yesterday and I admit I’m impressed. A very well-thought-out piece of work. It dovetailed perfectly with WP without a hitch.
The one thing it obviously needs is a slightly better editor. Asking the readers to use actual code to italicize or bold a word is decidedly old-world.
I’ve just spent an hour on Google (and here) searching for relevant terms, such as ‘WYSIWYG’ and ‘TinyMCE’, and while there seems to be lots of chatter about the subject, I haven’t found anyone with a definitive “Do this, this and this” page that’ll replace the stock editor with something like TinyMCE Advanced or NICEdit.
Anyone know what the latest scoop is?
Thanks,
Joe