View previous topic - View next topic |
Author |
Message |
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Wed Mar 17, 2004 6:03 pm Post subject: |
[quote] |
|
Yeah, sorry about that.
|
|
Back to top |
|
|
therabidwombat Sick of Being A Fairy Princess Yet?
Joined: 08 Mar 2004 Posts: 14 Location: Canada
|
Posted: Thu Mar 18, 2004 8:34 pm Post subject: |
[quote] |
|
your forgiven. _________________ How much crap would a wombat bat if a wombat could bat crap?
---------
Head Programmer on Worlds Beyond; Possibly entire EAA saga
Progress: ~40% done engine
|
|
Back to top |
|
|
js71 Wandering DJ
Joined: 22 Nov 2002 Posts: 815
|
Posted: Thu Mar 18, 2004 8:40 pm Post subject: |
[quote] |
|
No he's not, the forums are still slow!
Go buy yourself some tapes instead, Bjorn. ;)
|
|
Back to top |
|
|
XMark Guitar playin' black mage
Joined: 30 May 2002 Posts: 870 Location: New Westminster, BC, Canada
|
Posted: Fri Mar 19, 2004 3:42 am Post subject: |
[quote] |
|
I haven't noticed any slowdown in the past couple of weeks. I got a good cable connection though _________________ Mark Hall
Abstract Productions
I PLAYS THE MUSIC THAT MAKES THE PEOPLES FALL DOWN!
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Sat Mar 20, 2004 1:21 am Post subject: |
[quote] |
|
After downloading the forum database and doing some testing on my local server, I've come to the conclusion that there could be a significan't performance issue on the forum index page for people who keep unread messages in very old threads.
As long as there are old threads with unread posts the user apparently still wants to be notified about (or he could have used "mark all forums read"), the user's user_lastread variable can't be forwarded. All read stored times older than that are deleted. The top users with topic read times are:
MadQB (620)
Josiah Tobin (238)
Valderman (221)
Sirocco (194)
white_door (192)
BigManJones (175)
I see Sirocco is in the list though he claims to have tried the "mark all read" buttons. If this is really the case there is some bug there, but at least the "mark all forums read" button should clear out all your read time entries and forward user_lastread to current time.
It still shouldn't be the cause of minutes delay though, I'm talking several seconds here. In any case, could you try the "mark all forums read" button on the main forum index page, Josiah? If it solves the problem, I think it's best to install a query that will automatically remove read times over a month old or something like that.
And sorry about the verboseness of this post. :-)
|
|
Back to top |
|
|
js71 Wandering DJ
Joined: 22 Nov 2002 Posts: 815
|
Posted: Sat Mar 20, 2004 4:02 am Post subject: |
[quote] |
|
Much better now, after using 'mark all forums read'.
|
|
Back to top |
|
|
janus Mage
Joined: 29 Jun 2002 Posts: 464 Location: Issaquah, WA
|
Posted: Sat Mar 20, 2004 8:02 am Post subject: |
[quote] |
|
I've never really liked phpBB. It always seemed kind of shoddy to me, and the funky way it handles 'new posts' was always one of the main reasons. It would be cool if you could get it to just display what's changed since the last time you visited the forums...
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Sat Mar 20, 2004 12:19 pm Post subject: |
[quote] |
|
I didn't really like the way phpBB did it, that's why I've implemented this alternative method. :-) Normally phpBB uses cookies in combination with a last visit variable. Until not so long ago I was a modem user with an unreliable connection. You try to login, seems to fail, you hit refresh (and thus re-login) and gone are all the nice new post indentifications! Also, you might not have time to read all new posts (the forum has seen busier times), and with the old scheme you wouldn't be able to see what you missed last time.
Anyway, I've changed it to use a new method, based on the Allegro.cc forums stored the last time each user has read each thread.
So normally, phpBB DOES display what's new since the last time. Only the RPGDX one displays what's new since the last time + the new stuff you didn't look at on previous visits. If this is still shoddy to you, Janus, please explain what kind of behaviour you would rather see.
Josiah, thanks for trying it out. I'm glad it has worked for you, and that not some other mysterious performance issue remains to be found. :-)
|
|
Back to top |
|
|
janus Mage
Joined: 29 Jun 2002 Posts: 464 Location: Issaquah, WA
|
Posted: Sat Mar 20, 2004 9:05 pm Post subject: |
[quote] |
|
Ahh, so this is a customization. Would it be possible to make that behavior optional, with some sort of checkbox in the profile area?
|
|
Back to top |
|
|
LeoDraco Demon Hunter
Joined: 24 Jun 2003 Posts: 584 Location: Riverside, South Cali
|
Posted: Sun Mar 21, 2004 2:03 am Post subject: |
[quote] |
|
Janus wrote: | Ahh, so this is a customization. Would it be possible to make that behavior optional, with some sort of checkbox in the profile area? |
Why would you like it the other way? In my opinion, the way that Bjorn has it set up is rather nice. Especially for those users who move between browsers/OSes/terminals quite often. Cookies have a bad tendency to not automagically follow you... _________________ "...LeoDraco is a pompus git..." -- Mandrake
|
|
Back to top |
|
|
janus Mage
Joined: 29 Jun 2002 Posts: 464 Location: Issaquah, WA
|
Posted: Sun Mar 21, 2004 3:39 am Post subject: |
[quote] |
|
LeoDraco wrote: | Janus wrote: | Ahh, so this is a customization. Would it be possible to make that behavior optional, with some sort of checkbox in the profile area? |
Why would you like it the other way? In my opinion, the way that Bjørn has it set up is rather nice. Especially for those users who move between browsers/OSes/terminals quite often. Cookies have a bad tendency to not automagically follow you... |
With the way it is now, every time I come back to RPGdx, it looks like a thread has changed when it's really just a single thread i haven't looked at staying 'unread'. Having to click 'mark all forums read', especially since it's only on the front page, every time i visit, is a bit annoying.
|
|
Back to top |
|
|
LeoDraco Demon Hunter
Joined: 24 Jun 2003 Posts: 584 Location: Riverside, South Cali
|
Posted: Sun Mar 21, 2004 4:08 am Post subject: |
[quote] |
|
Janus wrote: | LeoDraco wrote: | Janus wrote: | Ahh, so this is a customization. Would it be possible to make that behavior optional, with some sort of checkbox in the profile area? |
Why would you like it the other way? In my opinion, the way that Bjørn has it set up is rather nice. Especially for those users who move between browsers/OSes/terminals quite often. Cookies have a bad tendency to not automagically follow you... |
With the way it is now, every time I come back to RPGdx, it looks like a thread has changed when it's really just a single thread i haven't looked at staying 'unread'. Having to click 'mark all forums read', especially since it's only on the front page, every time i visit, is a bit annoying. |
There is a "mark all topics read" button on the individual fora pages. Oh, and, you could always, I dunno, click on the threads that you haven't read... _________________ "...LeoDraco is a pompus git..." -- Mandrake
Last edited by LeoDraco on Sun Mar 21, 2004 9:54 am; edited 1 time in total
|
|
Back to top |
|
|
Happy JonA's American snack pack
Joined: 03 Aug 2002 Posts: 200
|
Posted: Sun Mar 21, 2004 4:24 am Post subject: |
[quote] |
|
Janus wrote: | Having to click 'mark all forums read', especially since it's only on the front page, every time i visit, is a bit annoying. |
There's a "mark all topics read" link when you're viewing a forum.
Bjorn: Trying to satisfy every little request would be rather taxing. There's quite a lot of variables that play a part in the speed of a page displaying for each person. I was a modem user until recently and never experienced a problem with the speed that wasn't attributed to my being a modem user.
However, around the time this thread came into existence there was some lag, but I believe that was a normal server hiccup. They do that sometimes, you know.
|
|
Back to top |
|
|
Sirocco Mage
Joined: 01 Jun 2002 Posts: 345
|
Posted: Sun Mar 21, 2004 2:24 pm Post subject: |
[quote] |
|
Yep, I've marked all topics as read. No significant improvement in speed, though :(
In the past the forums were quite fast, so for me this is a recent development.
edit:
I take that back. I just marked the forums again, and apparently that did the trick. I wonder why it didn't work last week?
.
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Mon Mar 22, 2004 3:39 pm Post subject: |
[quote] |
|
I don't know either, one case doesn't make a pattern. Let's hope it was just a glitch.
|
|
Back to top |
|
|