Longest Thread Yet
-
@scottalanmiller good job. Probably yes, the longest one. Is it running smooth?
We have 34 volumes of flood right now but we close it at 1k posts each thread. -
Very smoothly. No issues.
-
Why are you closing the threads at 1K each?
-
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
-
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
-
@julian said:
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
@Ziggy said:
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
people like it that way, also in mongo i see a bit of delay loading big threads
-
@prog said:
Congrats to your community!
..But it takes few minutes to see the last post of this thread. Is it a usual behavior of such long threads in nodeBB? It should be instant for a viral forum.
What do you mean? It's effectively instant for me.
-
@exodo said:
@julian said:
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
@Ziggy said:
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
people like it that way, also in mongo i see a bit of delay loading big threads
We are on Mongo and we use the longest threads many times a day and they load just as fast (basically instantly) as the short ones.
-
@scottalanmiller said:
@exodo said:
@julian said:
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
@Ziggy said:
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
people like it that way, also in mongo i see a bit of delay loading big threads
We are on Mongo and we use the longest threads many times a day and they load just as fast (basically instantly) as the short ones.
Do you use websockets?
-
@exodo said:
@scottalanmiller said:
@exodo said:
@julian said:
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
@Ziggy said:
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
people like it that way, also in mongo i see a bit of delay loading big threads
We are on Mongo and we use the longest threads many times a day and they load just as fast (basically instantly) as the short ones.
Do you use websockets?
Yes, is there a way to avoid them with NodeBB?
-
@scottalanmiller said:
@exodo said:
@scottalanmiller said:
@exodo said:
@julian said:
@scottalanmiller said:
Why are you closing the threads at 1K each?
Haha I was wondering the same thing. Perhaps it's just a holdover from old forums? Old habits die hard, I suppose...
@Ziggy said:
@scottalanmiller : That is awesome mate! I am impressed by the activity on the site.
people like it that way, also in mongo i see a bit of delay loading big threads
We are on Mongo and we use the longest threads many times a day and they load just as fast (basically instantly) as the short ones.
Do you use websockets?
Yes, is there a way to avoid them with NodeBB?
Sure. We use polling because of cloudfare lack of websocket support
-
I see. No still on WS. We don't use CF as there just isn't that much to catch, would not do very much for us.
-
@scottalanmiller said:
I see. No still on WS. We don't use CF as there just isn't that much to catch, would not do very much for us.
Yeah no need for caching. Hides your ip though
-
Yeah if you're on long polling that would explain a lot. CF makes you pay a lot for websocket support have you tried Incapsula?
Edit: also congrats to mango lassi
-
@psychobunny said:
Yeah if you're on long polling that would explain a lot. CF makes you pay a lot for websocket support have you tried Incapsula?
Edit: also congrats to mango lassi
@psychobunny said:
Yeah if you're on long polling that would explain a lot. CF makes you pay a lot for websocket support have you tried Incapsula?
Edit: also congrats to mango lassi
@psychobunny said:
Yeah if you're on long polling that would explain a lot. CF makes you pay a lot for websocket support have you tried Incapsula?
Edit: also congrats to mango lassi
Incapsula only support ws on higher plans, same as cloudfare. Thats 4 digit/month
-
@scottalanmiller said:
@prog said:
Congrats to your community!
..But it takes few minutes to see the last post of this thread. Is it a usual behavior of such long threads in nodeBB? It should be instant for a viral forum.
What do you mean? It's effectively instant for me.
I mean that:
After 3 minutes I have closed the browser without seeng the last post.
OS X, Chrome 44
-
@baris said:
That infinite loading bug should be fixed in https://github.com/NodeBB/NodeBB/commit/6810b529c9b76f1da73bbb0adc25c3cc2b4d2bb2
Thanks. We've gone up to 0.8.0 and will keep an eye on it.