0
votes
1answer
87 views

Case study: Why the huge difference in number of views and upvotes in this case?

We have two very similar questions: One with A lot of views and other with Very few I can't understand why this difference of upvotes and views. The second question is more generic, and I find more ...
5
votes
1answer
90 views

Are hot questions protected against the snowball effect?

When a question gets into the "hot questions" list, it obviously starts getting many more views as many people are just browsing "hot questions" and viewing questions there. This results in a snowball ...
1
vote
1answer
98 views

Upvotes vs View count

I've noticed that for each 100 people that view a SO question, you'll generally see about 0-5 people that vote, up or down. That doesn't seem like a very statistically relevant ratio of opinions on ...
6
votes
2answers
59 views

Is there a way to see the number of views since last edit?

Is there a way to see the number of users who viewed a question since it was last edited?
11
votes
0answers
122 views

How can a question with multiple answers have just 1 view?

It was observed on English Language Learners beta; but I think is applicable for other SE websites too. While answering(and after answering) this question on ELL SE; I noticed that the number of ...
-4
votes
1answer
102 views

How does the number of views increase for each question [closed]

Bearing in mind a get request shouldn't change data : Why shouldn't a GET request change data on the server?
3
votes
1answer
93 views

Bad questions usually get more views? Thoughts? [duplicate]

Possible Duplicate: General Reference questions create low-quality dead ends for Googlers It's come to my attention that the questions that get more views on SO are actually questions that ...
-8
votes
2answers
403 views

Are Stack Overflow Java developers more documentation-eaters?

I have recently asked a few Java-related questions on Stack Overflow that were practically self-answered by me. It's not that I'm disappointed that no one has answered - these were hard ...
2
votes
2answers
40 views

Question view counter: different values displayed

I made a question in Stack Overflow that has just scored 1500 views. But, while the "main" counter passed from 1K to 2k, the tooltip displays 1527 (the actual value I guess). Is it a round matter? Is ...
7
votes
1answer
105 views

Do search engine crawling bots count toward view counts?

When questions are asked on SO, I'm sure they are constantly being cached by web crawlers; do these count toward the "viewed" counter on question pages? Or does SO at least try to fish those out?
3
votes
1answer
124 views

How do my questions IMMEDIATELY get more than “1 view”?

I don't think that users are just frantically hitting refresh on the Questions page so that each new question that pops up gets their attention as soon as it gets posted. I mean it's a good thing, but ...
0
votes
1answer
90 views

How does Stack Overflow calculate total visitors of a question? [duplicate]

Possible Duplicate: How does Stack Overflow calculate the number of views in a question? How does Stack Overflow count the times that a question is viewed? What combination of IPs, ...
10
votes
6answers
232 views

What would make a question popular with high views?

I was wondering what might be making my questions less attractive to users? I get very low views most of the time. What should be done to increase a question's popularity?
2
votes
1answer
127 views

How does SO calculate user views of a question?

How is the quantity of views a question has received calculated by Stack Overflow? Does the site always check the user's IP Address in the database?
6
votes
3answers
111 views

Is there a way to show that you still want answers and hadn't forgot to accept one? [duplicate]

Possible Duplicate: How do I get attention for old, unanswered questions? For example if there's a question and answers are given but none of them are right and a few days pass, is there ...
2
votes
1answer
98 views

Motivation to write self-answered questions against the grain of low views

Is accepting an answer discouraging more answers? The consensus and my experience seems to be yes. Similarly, when writing self-answer questions, the fact that it already has 1 answer immediately ...
3
votes
3answers
126 views

Posting links to questions on Hacker News and programming - Reddit

Is it ethical, reasonable, fruitful and/or Ok to post links to your SO questions on sites like Hacker News and programming - Reddit, to get more views by programmers and thus more chances to get ...
1
vote
0answers
37 views

How to obtain total number of views for a user combining questions and answers?

I'm interested in how to communicate the value of a contribution to StackExchange sites to others who know nothing about StackExchange. I thought that one index would be to have a total view count of ...
10
votes
0answers
126 views

Does “user profile views” contain/constitute the <repeat views from SO users> and <views from unregistered viewers>?

I referred the "profile views" question related to purpose, self view and narcissism; but couldn't find the answer. Are repeat views from SO users added to profile views ? If yes then at what ...
12
votes
2answers
167 views

How does the question page view/hit work?

I got an Announcer badge for a question that has only been viewed 12 times, yet: Announcer: Shared a link to a question that was visited by 25 unique IP addresses. How does the question page ...
12
votes
1answer
160 views

Does the number of views on an SO question exclude my own views?

I have already read 2 other similar questions on meta - this one and this one. However I still don't see the answer to my specific question - are my own views on my questions excluded from the count?
26
votes
1answer
165 views

100 view requirement for vote expiry should not be based on total views

Currently vote (e.g. to close/reopen) can expire n days after the last vote, provided the question has 100 total views. The 100 total views requirement is intended to avoid votes failing and an issue ...
1
vote
2answers
87 views

How do you attract views to a unpopular subject?

It seems most people like to avoid ClickOnce like the plague. I posted my question two hours ago and I have only gotten 9 views. I thought I had a good title ClickOnce setup.exe fails with ...
25
votes
7answers
722 views

Mitigating publicity-driven vote inflation

Following the Reddit debacle™ back in January, we've had another instance today of a question becoming overwhelmingly popular due to external "advertising". As soon as Joel tweeted about Eric ...
4
votes
1answer
130 views

Are certain tags scaring off viewers?

I have recently posted a question on SO about jadclipse and noticed a surprisingly low views count. I noticed that in the entire repository of questions there are only 4 questions tagged with ...
0
votes
1answer
56 views

Question not in peak time or simply not hot enough to attract users to answer it? [duplicate]

Possible Duplicate: How to get attention for your old, unanswered questions Ok, this is happening to me a couple of times now. I ask a perfectly legal question and I get very low views and ...
7
votes
1answer
255 views

Why do some questions get thousands of views?

If I browse recent questions on Stack Overflow, I see that mature questions (a day old or so) tend to have a number of views from a few dozen to a few hundred. Except for a few which have thousands. ...
8
votes
1answer
131 views

Does the number of time viewed track unique IPs?

Does the number of times a questions is viewed get increased when a person from same IP refreshes the page multiple times?
2
votes
0answers
171 views

How does Stack Overflow implement its view counter?

In comments to this answer, Jeff Atwood remarks: [O]ur view counts are very very strict -- more akin to visits as they are unique per IP per 15 minute interval What else, besides a request ...
3
votes
1answer
283 views

What is the benefit of denormalizing page views?

I am trying to implement a page view system in my own website and I came up with some scenarios that led me to question why SO does it the way does. Unless I am mistaken, I am under the assumption ...
5
votes
1answer
101 views

Question's number of Views dropping

Hi everyone, I asked a question on Stack Overflow yesterday and noticed the number of views dropped by about half randomly. I had my profile on my laptop open from yesterday, when the Views Count ...
13
votes
1answer
194 views

Does viewing your own question add to its view count?

Does viewing your own question add to its view count?
5
votes
2answers
110 views

Are Stack Exchange sites' tabs too confusing?

These buttons/tabs (leaving tags, users and badges out) are available: Stack Overflow -> active = Questions that have been asked, answered or updated recently Stack Overflow -> featured = Questions ...
0
votes
2answers
112 views

how can I get more users to view/answer my questions? [duplicate]

Possible Duplicate: How to get attention for your old, unanswered questions I sometimes find myself asking a question and it is only answered once... maybe twice... and I'm looking for a ...
6
votes
2answers
120 views

Whose view actually increases the view count in SO?

Is this google, yahoo search, etc?
-2
votes
2answers
152 views

Should 'popular question' et al be based on votes rather than views?

The point came up to day that badges such as 'popular question' that are view based should really be based on votes not on views. The reasoning went something like this. Most of the traffic is now ...
11
votes
1answer
224 views

How are view counts calculated? [duplicate]

Possible Duplicate: How does Stack Overflow calculate the number of views in a question? How are question view counts calculated with respect to users that are logged in or anonymous? I ...
16
votes
3answers
191 views

The mystery of the tagged answer - and more

It is (currently) not possible to tag answers. Yet, if I query Data Explorer, then one answer does have a tag, namely javascript. I'm at a loss: how did that happen?† SELECT Id, Tag FROM ...
4
votes
3answers
133 views

Why the difference in the number of views?

I have often noticed that some people have questions which have, like some 4k views in 10 minutes while my questions have ~100. Same tags, diferent questions. Not that it matters a lot, but it does ...
-3
votes
2answers
147 views

Is there any value in displaying answers-only statistics, especially “accepted answers” rate?

Currently, when sorting through available answers to any question (mine or not) on a topic I'm not nearly an expert on, it may sometimes be VERY difficult to separate wheat from the chaff by using ...
1
vote
3answers
72 views

Is reputation normalized by question views a relevant piece of info?

One of the weaknesses of the current reputation points system is that is it heavily biased towards people participating in "hot" topics. E.g. a super-expert on "Turkey" language that has 10 users ...
15
votes
2answers
277 views

How are question views counted? [duplicate]

Possible Duplicate: How does Stack Overflow calculate the number of views in a question? Are views unique visitors? Does it include the person who was asking the question? Are only ...
18
votes
1answer
545 views

Does “user profile views” include narcissism?

So... if I go to my user page to look at where I got those extra 40 rep points (or whatever) from, does me going to my own user profile page increase my "user profile views"? I'd really rather it ...