Questions tagged [web-traffic]

Web traffic is the amount of data sent and received by visitors to a web site.

Web traffic is the amount of data sent and received by visitors to a web site. This is determined by the number of visitors and the number of pages they visit.

141 questions
1
vote
2 answers

When to use prepared statements?

I have few question. Spec: MySql database; server side language PHP 5.3.10 1) When should one use prepared statements? I am building a webapp which has users. I am retrieving/inserting data into the database constantly. I am currently not using…
PAujla03
  • 117
  • 1
  • 2
  • 8
1
vote
2 answers

google big query on sorting unique combination of multiple columns

We already have a table of all referral of a website: ( one entry per referral ) String : referral String : target integer: date Now, we want to use big query to sort all referrals based on counts, like: referral : target, …
Tom Fishman
  • 1,716
  • 6
  • 22
  • 36
1
vote
2 answers

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 bias of the Alexa rating of a site. See e.g. Alexa…
esc1729
  • 143
  • 7
1
vote
3 answers

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 GUIs are unnecessary. I'm wondering what the…
Scott Klarenbach
  • 37,171
  • 15
  • 62
  • 91
1
vote
3 answers

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 anyone explain how this would be or can be…
Sairam
1
vote
1 answer

How to measure Android WebView inbound/outbound traffic

Is it possible to measure Android WebView inbound/outbound traffic? My task is to measure all network activity performed by my app. As far as I understood TrafficStats class has serious limitations. It may not work under some circumstances. And it…
user613036
  • 51
  • 5
0
votes
1 answer

Google Analytics: Paid Search Visits higher than Clicks

So, I understand there is a possibility that paid search clicks recorded in the search engines might be higher than the visits GA records from paid Search, but has anyone experienced the opposite? I am seeing visits from Paid Search traffic higher…
Glenn B
  • 89
  • 1
  • 10
0
votes
1 answer

design guidelines for heavy traffic

I am working on a website for movie reviews. In the current design, the front-end( jQuery, HTML, CSS) connects with the model (individual php scripts which deals with MYSQL database) for basic storage and retrievals. This trivial design will work…
s2n
  • 327
  • 3
  • 9
0
votes
0 answers

Serving 100% running traffic while upgrading an app on Kubernetes?

There is a spring boot application deployed on Kubernetes using Helm which serves approximate 6K TPS traffic. App uses RollingUpdate strategy with 6 replicas and the maxUnavailable and maxSurge is set to 25%. When we upgrade the application version…
Nish
  • 922
  • 13
  • 31
0
votes
3 answers

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?
subbu
  • 3,229
  • 13
  • 49
  • 70
0
votes
0 answers

ec2 document all traffic from machine

I want to document all inbound and outbount traffic from an ec2 machine. I want all to be kept on a log on the machine (or on an s3 bucket, nevermind...) basiclly I need a log that sniffs all the traffic. For example if I do a cURL command from the…
0
votes
0 answers

AWS EC2 is able to connect to external traffic ONLY with IP. DNS does not work

After login to my EC2 instance, I m unable to hit any website and I get the below error: git clone -b release/development https://myadmin:WyuamrLnFVZKxCqfdf@bitbucket.org/dkteam/vida_ui.git temp fatal: unable to access…
Ashar
  • 2,942
  • 10
  • 58
  • 122
0
votes
1 answer

No internet when setting middleman proxy in wifi connection for http/https requests Android

I have tried many times with 3 different requests capturer services: Postman Charles Fiddler And none of them have worked for me; I'm trying to capture https/http traffic from my Android device using the 3 services mentioned above but when…
0
votes
1 answer

Bot safe method to measure real person traffic

Is there a reliable way to measure traffic to a site that can track if real people are visiting my site? I have a problem with my site where some parties may be incentivised to fake bot traffic for personal gain (using a third party fake traffic…
user2741831
  • 2,120
  • 2
  • 22
  • 43
0
votes
1 answer

AWS S3 new public bucket has over 3000 requests per day

I created a new (not even a week old) public S3-bucket to access some files remotely (it has to be public - that is the crux). Things like logging and versioning are deactivated, and pretty much all the standard options were kept. However, I have a…
Nebukadnezar
  • 87
  • 2
  • 11