7 ms·
Well, Don't you think that if you make pagination for comments of a story, that could help? For example, if a story has 50 comments, then it should be devided
by thepanister 18y ago
Well,
Don't you think that if you make pagination for comments of a story, that could help?
For example, if a story has 50 comments, then it should be devided into 2 pages, each page shows 25 comments... and as a result it will use less memory?
- pg 18y agoThat would not use less memory. It's not the html pages that are stored in memory, but the individual comments.
- thepanister 18y agoYes I know that the individual comments are the ones stored in the memory. But it takes a while to load anyway. like the feature request story... it takes around 11 seconds to load. Thanks for making it clear to me, I really appreciate it. :)
- mixmax 18y agoThis would presumably give some problems with votes. For instance, a comment in a long thread that starts on page 2 would have a very small chance of making it to page 1 since only a subset of users would look at the second page thus having a chance to vote it up.