Click here to Skip to main content
15,915,160 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

 
SuggestionEmail to authors is working Pin
Uzi Granot13-Feb-18 3:36
Uzi Granot13-Feb-18 3:36 
GeneralRe: Email to authors is working Pin
Chris Maunder13-Feb-18 4:46
cofounderChris Maunder13-Feb-18 4:46 
QuestionTimeline view? Pin
Wendelius12-Feb-18 5:00
mentorWendelius12-Feb-18 5:00 
AnswerRe: Timeline view? Pin
Chris Maunder12-Feb-18 6:08
cofounderChris Maunder12-Feb-18 6:08 
GeneralRe: Timeline view? - edited Pin
Wendelius12-Feb-18 6:59
mentorWendelius12-Feb-18 6:59 
GeneralRe: Timeline view? - edited Pin
Chris Maunder12-Feb-18 8:29
cofounderChris Maunder12-Feb-18 8:29 
GeneralRe: Timeline view? - edited Pin
Wendelius12-Feb-18 8:51
mentorWendelius12-Feb-18 8:51 
GeneralRe: Timeline view? - edited Pin
Chris Maunder12-Feb-18 9:32
cofounderChris Maunder12-Feb-18 9:32 
BugFollow button Pin
Wendelius12-Feb-18 4:58
mentorWendelius12-Feb-18 4:58 
GeneralRe: Follow button Pin
Matthew Dennis12-Feb-18 10:46
sysadminMatthew Dennis12-Feb-18 10:46 
GeneralRe: Follow button Pin
Wendelius12-Feb-18 17:44
mentorWendelius12-Feb-18 17:44 
GeneralRe: Follow button Pin
Chris Maunder13-Feb-18 4:47
cofounderChris Maunder13-Feb-18 4:47 
GeneralRe: Follow button Pin
Wendelius13-Feb-18 5:21
mentorWendelius13-Feb-18 5:21 
GeneralRe: Follow button Pin
Chris Maunder13-Feb-18 5:39
cofounderChris Maunder13-Feb-18 5:39 
SuggestionCan we please get a little bit more space between the abuse flag and the Follow button on the user profile page? Pin
Jörgen Andersson11-Feb-18 11:01
professionalJörgen Andersson11-Feb-18 11:01 
SuggestionIt looks strange that there is no procedure to delete an existing account... :-( Pin
A. Bioli11-Feb-18 6:07
A. Bioli11-Feb-18 6:07 
GeneralRe: It looks strange that there is no procedure to delete an existing account... :-( PinPopular
Richard MacCutchan11-Feb-18 6:36
mveRichard MacCutchan11-Feb-18 6:36 
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

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

Flags: CompletedAnsweredIn ProgressAdded to TODOFixed

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