Is NodeBB fast?
-
Ah, just tried it in chrome and that didn't work out so well (was importing templates.js directly from the repo at raw.github.com, wtb free CDN services). Anyways remade another fiddle with templates.js pasted in the code itself: http://jsfiddle.net/j3z4c/
Don't know why FF didn't complain about the import while Chrome did.
EDIT: edited the original topic with working jsfiddle.
-
Chrome won't let you include it directly because it isn't served with the correct content-type (github doesn't want to be a CDN). You can use http://rawgit.com/ instead.
-
@meetdilip Yours definitely seems slower than it should be. I just tried and got 5.15 seconds, but each of your requests takes slightly longer. you're on digital ocean correct? Which server did you go for? Amsterdam 2 or New York?
My homepage is loading in 3.18 seconds, but each request is completing faster for me.
Getting socket.io for example took 900ms on your site, but only 163ms on mine.
-
The fade effect and loading bar drastically improve user perception of loading speed -- hat's off to whoever put that together.
So no useful feedback, but I appreciate learning about what's going on behind the scenes. For example, the threads about plugin contests are strangely exciting.
-
It is possible to include a partial template or make a template inheritance ?
You can do something like
<!-- IMPORT path/to/partial.tpl -->
-
-
@a_5mith said:
@meetdilip Yours definitely seems slower than it should be. I just tried and got 5.15 seconds, but each of your requests takes slightly longer. you're on digital ocean correct? Which server did you go for? Amsterdam 2 or New York?
My homepage is loading in 3.18 seconds, but each request is completing faster for me.
Getting socket.io for example took 900ms on your site, but only 163ms on mine.
Thanks @a_5mith . Could please tell me what I should do. I use default lavender theme with just colours changed. Is that the plugins that is slowing down forum ?