Tagged Questions
The web-traffic tag has no wiki summary.
24
votes
8answers
8k views
How to display localhost traffic in Fiddler while debugging an ASP.NET application?
How do I display localhost traffic in Fiddler while debugging an ASP.NET application?
10
votes
2answers
14k views
Is there an extension like Tamperdata for Chrome?
I need to capture HTTP traffic in the browser. TamperData is an extension to track and modify http/https requests
I am aware of tools like Fiddler, but I am looking for an addon that runs inside the ...
7
votes
2answers
2k views
Google Analytics cookies vs subdomain for static content
I have a website on www.example.com and use Google Analytics. I've also set up static.example.com which serves all static content.
The problem is that the default behavior of GA is to issue cookies ...
7
votes
6answers
1k views
What are the advantages of using CSS Sprites in web applications?
I'm working on a website with reasonably heavy traffic and I'm looking into using a CSS sprite to reduce the number of image loads in its design.
Are there any advantages to using a CSS sprite ...
7
votes
3answers
3k views
Google Analytics Alternative for a Rails Application
I am working on a project using Ruby on Rails and I need to monitor web requests to generate traffic analytics (hits, unique visitors etc), but I have been instructed that using an external service, ...
6
votes
6answers
4k views
How do I dynamically load Google Analytics JavaScript?
Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking?
The typical appropriate to dynamically ...
4
votes
7answers
242 views
Is databases always the answer in web data storage?
I haven't got any experience with databases, but intends to learn it and use it on a web project I'm planning.
Though, I've got advice from a pal of mine that the use of databases should be quite ...
4
votes
5answers
562 views
Can I filter out my traffic in google analytics?
I have a site running Google analytics and I end up being a large fraction of the traffic to it (like 1 of the 2 hits per day). Is there any way I can set it so that my browsing doesn't skew the ...
3
votes
3answers
261 views
how to handle 2000+ requests/sec on tomcat?
I am developing an SMS application in Java. My clients send queries via SMS which will be forwarded to my server in the form of http requests through SMS Gateway. Now my app processes the requests and ...
3
votes
3answers
350 views
Best way for .NET website to handle high traffic
One of the websites I manage is going to be linked to from a very high traffic website. So over the next couple of days I am planning to scale up my setup to make sure it can handle this high traffic ...
3
votes
7answers
3k views
Determining an 'active' user count of an ASP.NET site
On an ASP.NET site, what are some techniques that could be used to track how many users are logged in to the site at any given point in time?
So for example, I could produce a report showing ...
2
votes
3answers
690 views
Is Google Application Engine a good platform for a high-traffic chat website?
I'm looking to create a high-traffic chat website, possibly with video streaming with some image manipulation happening on the server.
Scanning over the Channel API ...
2
votes
2answers
228 views
How to Monitor Genuine Page Hits
I am trying to monitor genuine page hits. Here is what my site does. I have an article directory where people can post articles. When their article is posted they are paid depending on the amount of ...
2
votes
2answers
493 views
How to display the size of a HTTP request in Fiddler?
I'd like to display the size of each request in the session list of fiddler. What I tried so far, was to add a custom column in the CustomRules.js file:
public static BindUIColumn("RequestSize")
...
1
vote
0answers
46 views
Is there any substitute for TrafficStats for Android 2.1 API 7?
Is there any substitute for Android.net TrafficStats class for 2.1 API7? Since TrafficStats supports only 2.2 & above versions.
1
vote
2answers
69 views
How reliable is php function get_browser?
I am trying to find a good way to detect a visitor OS, browser, etc.
I found the PHP function get_browser
And I see that function can detect Java, I though the function used the user agent for ...
1
vote
2answers
498 views
What % of traffic is network overhead on top of HTTP/S requests
If we:
1) Count bytes/bits at the network adapter level (raw # of bits through the NIC) and,
2) Count bytes in all HTTP/S request/responses.
Assuming only HTTP/S traffic is on the box, and assuming a ...
1
vote
2answers
382 views
Best Website Statistics tool for Drupal
What is the best free Website statistics setup I can have for Drupal 6 on Apache?
Particularities:
1. Multisite install. Might want to look over several sites. Should be able to restrict view for ...
1
vote
2answers
131 views
Determining Another Site's Traffic Measurements?
I have a conceptual question.
I am wondering how companies such as Alexa Internet determine a given site's (not my own) overall traffic and traffic for each unique page. I would appreciate a ...
1
vote
6answers
911 views
Free/Open Source Outgoing traffic monitor/logger that isn't a firewall?
I've been tasked with finding a way to log every outgoing request from one of our servers. It cannot be a proxy or firewall of any kind. It simply needs to sit in memory and watch the outgoing traffic ...
1
vote
3answers
348 views
Google Analytics LIKE Tool
I'm considering writing my own tool for tracking visitors/sales as Google Analytics and others are just not comprehensive enough in the data dept. They have nice GUIs but if you have SQL skills those ...
1
vote
3answers
146 views
Help building an E-commerce site
Guys, I want to build an e-commerce site on asp.net. My query is: when two users simultaneously buy something, how would the two records get inserted in my database? Would there be a lock? Can ...
1
vote
5answers
425 views
can we write a program to measure how much traffic any website has like Alexa does?
Can we write a program to measure how much traffic any website has like Alexa or ComScore does? Do we need to be in the middle of an internet backbone or have access to such traffic data? can we ...
1
vote
4answers
145 views
traffic monitor [closed]
Let's say that I have a web-application on which some users will come and use it. My application is built in PHP and uses MySQL as a database.
I need to know how much traffic I need to buy, what size ...
1
vote
4answers
194 views
free statistic website for analysing traffic
I am searching for a program like Google Analytics or Clicky which runs on my own servers. I have used awstats, which looks really old. It doesn't have to be open source but I would prefer something ...
0
votes
1answer
26 views
My future VPS, what traffic can resistance? [closed]
I planing to purchase my first VPS server and transfer there about 50 domains. I have no idea how strong can be that serwer and how much traffic can it stand.
Some general details:
Averahe traffic: ...
0
votes
0answers
12 views
Web Traffic Analysier for Silverlight
I have a Silverlight application and I have to monitor its traffic.
It contains a number of modules so an asp.net web monitoring tool is not working for me.
Can anybody recommend a good one to me?
...
0
votes
0answers
68 views
Capturing outbound traffic for a Rails controller
How can I intercept/capture the outbound traffic of my Rails app to a controller? The rails controller will forward the outbound traffic to its destination but will change the referral url to ...
0
votes
1answer
92 views
c++ - How to find the total upload/download size
I am in a project which is a imternet monitoring software. This needs the capability to show the total upload/download size. That means the calculation of traffic through the internet. Can any body ...
0
votes
0answers
197 views
How much does a site with medium amounts of traffic cost on Heroku, and in general? [closed]
I'm looking at starting a medium traffic site for the first time. While I've got plenty of experience with web programming and such, I've never really managed and paid for a site by myself that got ...
0
votes
1answer
136 views
How to execute thousands of sql queries every second [closed]
I need to execute thousands of mysql queries in java per second. It's an advertising system. it uses an algorythm to get a banner that fits user's needs. it's kinda complicated and the queries are ...
0
votes
4answers
264 views
Optimizing mysql / PHP based website | 300 qps
Hey,
I currently have over 300+ qps on my mysql. There is roughly 12000 UIP a day / no cron on fairly heavy PHP websites. I know it's pretty hard to judge if is it ok without seeing the website but do ...
0
votes
1answer
108 views
Route website through Android app?
I'm trying to create a web filter app that will intercept an incoming website(one that is being browsed to) and redirect it's data to my app. Then it will compare the site to certain criteria and ...
0
votes
0answers
47 views
UIWebView: traffic utilization
Is it possible to get information about traffic utilization when UIWebView load the page?
0
votes
1answer
99 views
How do I measure traffic to my dynamic rss feeds?
I've got a website with a tagging system similar to StackOverflow's. And I'm in the process of creating the ability for the user to subscribe to any tag-based search through rss. I think I've just ...
0
votes
1answer
133 views
JSP: Getting viewer's IP
Greetings,
I am using Apache Tomcat 6.0 using Windows 7 Professional as my OS.
I have developed a JavaEE project using Netbeans 6.9.1
I have a domain on Dyndns that goes directly to the Apache Tomcat ...
0
votes
1answer
95 views
tool to record web traffic and create scriptable “objects”?
Anyone have experience with tools that can capture web traffic and create scriptable "objects" to recreate this traffic? The objects could then be used to create scripts to drive functional or load ...
0
votes
1answer
31 views
Change alexa tracking from artcrew.ro to www.artcrew.ro
my website has a redirect from artcrew.ro to www.artcrew.ro but for some reason, alexa gets only the inbound links from the one without www in front, on the one with www in front i have over 2000 ...
0
votes
1answer
92 views
Search Engine Friendly method for webpage redirection - how safe is 301 Redirect?
I have a travel related website that has been online for several years (since 2004). It currently has allot of traffic, but there are issues that prevent it from reaching full potential (no optimized ...
0
votes
0answers
185 views
Web Traffic Ranking for a Sub-domain vs domain
do u know of any solution to find the web traffic ranking of a subdomain independent from the domain
0
votes
1answer
48 views
How can I determine if my Web Application will handle anticipated traffic
Let's say I have a web site and I know how much traffic it currently attracts. Now I want to replace it with a new site and move from one hardware configuration to another.
How can I go about ...
0
votes
1answer
192 views
Is there a way to check if a browser has the Alexa toolbar installed?
Is there a way to check if a browser of a visitor has the Alexa toolbar installed? This might probably be done via JavaScript.
Doing this would give us the possibility to somewhat compensate for the ...
0
votes
3answers
174 views
Website currently being viewed
I have 50 machines in a LAN and each of these have internet access. Can a program be developed using vc++ which will tell what are all the websites which is being opened by users in each machine?
0
votes
4answers
275 views
Does anyone know a good guide/book to interpreting results from Google Analytics?
I'm looking for a guide to interpreting results from Google Analytics. Also is there an API for accessing the data?
0
votes
2answers
317 views
TableAdapter error only during high traffic
I'm working on someone else's project that makes heavy use of tableAdapters. The site works but It regular adds an entry in the Event log :
"ExecuteReader requires an open and
available ...
-1
votes
1answer
44 views
Traffic controlling for big websites :: Is anything special needed to be done [closed]
I was on facebook and simultaneously checking the Google+. A thing struck my mind. How do these websites handle such big traffic, do they have multiple version of their website running on different ...
-1
votes
1answer
69 views
Web traffic analytics
The site that I am working on creates user sites like (domain.com/user). We want to show the users some web traffic statistics relevant to their own site, like how many views from facebook, twitter ...
-1
votes
3answers
373 views
Do share buttons (facebook, stumbleupon, twitter, etc) incur a page-load penalty from Google?
Our site saw traffic from Google drop significantly yesterday (only 5% traffic left in overnight).
I asked around. People say that site loading performance could caused the issue.
I've looked at the ...