Click here to Skip to main content
15,886,873 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralSecurity alert Pin
CodeWraith11-Feb-18 6:03
CodeWraith11-Feb-18 6:03 
GeneralRe: Security alert Pin
Chris Maunder11-Feb-18 13:04
cofounderChris Maunder11-Feb-18 13:04 
GeneralRe: Security alert Pin
CodeWraith11-Feb-18 22:32
CodeWraith11-Feb-18 22:32 
BugPosting an answer does not appear in rep history Pin
Wendelius11-Feb-18 1:27
mentorWendelius11-Feb-18 1:27 
GeneralRe: Posting an answer does not appear in rep history Pin
Maciej Los12-Feb-18 6:14
mveMaciej Los12-Feb-18 6:14 
BugHome page shows moderated messages Pin
Wendelius11-Feb-18 1:21
mentorWendelius11-Feb-18 1:21 
SuggestionA Goldmine of Missing Information? Pin
Randor 10-Feb-18 20:45
professional Randor 10-Feb-18 20:45 
GeneralRe: A Goldmine of Missing Information? Pin
Jörgen Andersson11-Feb-18 10:53
professionalJörgen Andersson11-Feb-18 10:53 
Randor wrote:
Is there a technical reason why these old forum conversations are unavailable?

I suspect it is because of pagination.

Note that whenever you search for a message and click on the one you want, you're always served a whole page with 25 messages (default setting, I've opted for 50).
But since they are sorted by thread/message, where the messages are also shown as a tree, the database would need to sort all the messages until you reach the page it's on before you can select that page.
You would run out of memory for sorting quite quickly.

There are of course ways to lower the impact. The best one is to use PostGreSql, since it supports composite filtering. Which means you can use a sorted index. And serve any page at the same time
But I suspect CP is using SQL Server, where a clustering key sort could do quite a lot for performance. But not enough I'm afraid.

But until I'm told how the database is actually organised, I can only speculate.
Wrong is evil and must be defeated. - Jeff Ello

GeneralRe: A Goldmine of Missing Information? Pin
Matthew Dennis11-Feb-18 11:12
sysadminMatthew Dennis11-Feb-18 11:12 
PraiseRe: A Goldmine of Missing Information? Pin
Randor 11-Feb-18 12:12
professional Randor 11-Feb-18 12:12 
SuggestionEmergency Alert Pin
Richard MacCutchan10-Feb-18 1:21
mveRichard MacCutchan10-Feb-18 1:21 
GeneralRe: Emergency Alert Pin
thatraja10-Feb-18 21:39
professionalthatraja10-Feb-18 21:39 
SuggestionLimit the amount of posts per time frame? Pin
Wendelius10-Feb-18 0:21
mentorWendelius10-Feb-18 0:21 
PraiseRe: Limit the amount of posts per time frame? Pin
Maciej Los10-Feb-18 0:47
mveMaciej Los10-Feb-18 0:47 
GeneralRe: Limit the amount of posts per time frame? Pin
Eddy Vluggen10-Feb-18 0:54
professionalEddy Vluggen10-Feb-18 0:54 
GeneralRe: Limit the amount of posts per time frame? Pin
Jörgen Andersson10-Feb-18 6:41
professionalJörgen Andersson10-Feb-18 6:41 
GeneralRe: Limit the amount of posts per time frame? Pin
Nelek10-Feb-18 10:10
protectorNelek10-Feb-18 10:10 
SuggestionRe: Limit the amount of posts per time frame? Pin
thatraja10-Feb-18 21:37
professionalthatraja10-Feb-18 21:37 
GeneralRe: Limit the amount of posts per time frame? Pin
Chris Maunder11-Feb-18 4:51
cofounderChris Maunder11-Feb-18 4:51 
QuestionBeta tester forum empty Pin
Wendelius9-Feb-18 20:18
mentorWendelius9-Feb-18 20:18 
AnswerRe: Beta tester forum empty Pin
OriginalGriff10-Feb-18 0:43
mveOriginalGriff10-Feb-18 0:43 
BugBookmark Button Missing Pin
GµårÐïåñ9-Feb-18 8:05
professionalGµårÐïåñ9-Feb-18 8:05 
GeneralRe: Bookmark Button Missing Pin
Richard MacCutchan9-Feb-18 22:16
mveRichard MacCutchan9-Feb-18 22:16 
GeneralRe: Bookmark Button Missing Pin
GµårÐïåñ10-Feb-18 12:27
professionalGµårÐïåñ10-Feb-18 12:27 
GeneralRe: Bookmark Button Missing Pin
Richard MacCutchan10-Feb-18 21:20
mveRichard MacCutchan10-Feb-18 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Added to TODOFixedUnable to replicate

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.