The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
315 views

How long does it take for reputation on Stack Overflow Careers to be updated?

Just curious how this works: My Stack Overflow reputation on my Stack Overflow CV shows an amount X, which is less than my actual Stack Overflow reputation Y. It's been this way for a few days. In ...
110
votes
1answer
23k views

Does Stack Overflow use caching and if so, how?

Recently, I read the Stack Overflow Blog about how they have some of their infrastructure laid out. I was curious to know, does Stack Overflow using caching (both at the application layer and/or ...
3
votes
1answer
454 views

How aggressive is the caching used?

I refresh the 'Newest' tab of a particular tag every so often throughout the day to keep on top of new questions asked. However the caching used on Stack Overflow and presumably the other sites seems ...
11
votes
1answer
205 views

Sites, tags are intermittently devoid of questions

Super User seems to be erroring intermittently, giving me a blank page of questions, and David reported something similar: Subir has reported something similar in Tavern occurring on English ...
3
votes
2answers
454 views

How does Stack Overflow do caching?

I'm writing an ASP.NET MVC site where I'm running into a dilmena on how to set up proper caching. I'm trying to achieve something similar to how Stack Overflow works with caching, in that all pages ...
1
vote
1answer
87 views

Newest questions page - no new questions, though they exist

This appears to be the same or similar issue as this, though it is not fixed. I had noticed it intermittently over the last week. On a refresh of the Newest Questions page, questions that were there ...
0
votes
2answers
106 views

How is this ordering done on Users [closed]

I think John Skeet should be first here. Am I missing something
15
votes
2answers
1k views

Stack Overflow DB performance and redis cache

I am trying to understand some of the data storage and caching details of Stack Overflow. Are the pages build completely from redis cached data or does it need to make some db calls? Assuming that ...
9
votes
2answers
134 views

When someone unaccepts your answer after initially accepting it, it looks like the net change is -15, but it's actually 0

Today, I answered a question and it was accepted. I saw the +15 in my reputation-by-time view. Shortly thereafter, they accepted someone else's question, and I saw the -15 in the reputation-by-time ...
4
votes
1answer
123 views

What is caching, and where is it used?

This is meant to be a canonical Q&A for all the caching questions we get on meta What is caching? Where is caching employed across the network? Approximately how long ought it take for each ...
15
votes
0answers
353 views

Answer score miscalculation (0 + -1 = 1) - caching issue [duplicate]

Possible Duplicate: How can a post have an overall score of +1 with 0 up and 1 down votes? http://stackoverflow.com/questions/3701408/iphone-resource-file-size-limit/4040091#4040091 ...
9
votes
1answer
103 views

Flair not updated with badges

It's been four days since I earned a gold badge (Fanatic, of course) and a few other badges on sites where I have 200+ rep. My global flair hasn't yet been updated to show the proper badges. What ...
3
votes
2answers
79 views

Learn tag shows “zero questions tagged”

Today I searched learn tag from the tag option in SO. I got this result: It shows learnX 10 and "8 asked this month, 8 asked this year." When I click on the tag, or on the hyperlink "8 asked this ...
2
votes
0answers
98 views

There is a time delay on number of answers

I answered a question that showed up on the main screen. I went back to the main screen. It said "0 Answers". I refreshed. It said "0 Answers". I clicked the question again, refreshed, went back ...
2
votes
1answer
53 views

Wrong Listing Question to a Specific Tag

Well today while surfing Question's inside the "C#" tag there where a Question or Entry which was tagged to 'opencv' and 'php' but it was listed at C# section. You can see the image below : You can ...
1
vote
1answer
85 views

Question answer count is incorrect due to caching?

18 hours ago one of my questions had an activity via Community User. Seems It removed some spam answer or something. Now even after 18 hours, it's showing 3 answers on the list of questions and only 2 ...
1
vote
0answers
420 views

About Stackoverflow HTTP cache strategy

Hi, I'm interested to know a little more about how stakoverflow manage his HTTP cache strategy. I see that the pages are supposed to be cached 60 seconds using these headers Cache-Control: ...