开发者

Does Disqus store your Comments? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

I just stumbled upon Disqus today and am wondering why I would ever need to create my own Comment/Post model again :). Does Disqus store comments in their own database or do you have to store them too? How does this impact performance?

Is Disqu开发者_JAVA技巧s worth it?


Disqus stores them and provides admin tools, etc.

The performance impact actually in the negative for your backend (since the comment stuff is loaded and inserted into the page at load time) but obviously not for your users :)

You can use the disqus api to get your comments and insert them into your page at generation time if you like, but the usual way is just to include their javascript.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜