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
0
votes
1 answer

Solr data migration between AWS EC2 instances

I am planning to set up a Solr server on a EC2 instance. As traffic grows I might have move the solr server from a smaller instance to a bigger one. But this change will need to happen in realtime when the old solr instance serves traffic. So I am…
Akshay
  • 131
  • 1
  • 3
  • 10
0
votes
1 answer

PHP Performance: passing data using GET/POST or retrieve in $_SESSION session.

The question is : Is retrieving data from POST/GET parameters faster than using SESSION? Details: 1. When a user submit a form (not Ajax) from view, currently, it is directed to a script that acts as a controller. In this script, it will call…
Ken Liao
  • 81
  • 2
  • 7
0
votes
1 answer

Will using redirects to combine content from several pages into one pages affect search engine ranking?

I am redesigning a gallery which has several different pages and want to make it just one page. I would take the content from each existing page and add it to this one page. I would use 301 re-directs to direct traffic from the old pages to the one…
Amy
  • 55
  • 1
  • 9
0
votes
1 answer

How do I view my website traffic for a GAE product?

I recently moved my website from being hosted with cPanel to being hosted on the Google App Engine. Everything has been a much better experience with the GAE but I can't seem to figure out how to view the traffic to my website. With cPanel there…
0
votes
1 answer

Change Alexa tracking inbound links from non-www to www version of site

I have problem with Alexa tracking for a website (eg: example.com) that redirects from non-www to www. For some reason, Alexa displays the inbound links from the non-www version istead of the www version. For the www version I have over 2000…
DanTdr
  • 424
  • 1
  • 4
  • 15
0
votes
1 answer

Setting up google analytics for different domains

I have a web site that several parts are hosted in a different name server. but they are practically the sub parts of the same sites. (i know it's badly designed) Currently, i get analytics data for each domain. but what i don't like about that is…
CoderKK
  • 351
  • 1
  • 7
  • 18
0
votes
1 answer

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 and user friendly url's - it uses allot of…
mspir
  • 1,664
  • 2
  • 21
  • 34
0
votes
1 answer

How to identify image traffic from other websites' url?

Isn't browser actually fetch the images? If I put some image url of other website in my blog, these website might ban the image traffic from my blog. How could they identify it's outside? Just by url? But it's same as url on their own websites.
jon doe
  • 443
  • 1
  • 4
  • 9
0
votes
1 answer

Lost Channels Traffic after implementing custom Filter

In October 2013 I have created & implemented a filter for Organic Search which in result stopped showing my Channels traffic (Direct traffic, Referral traffic, Social traffic & Email traffic) and was showing only Organic Search data. I realized it…
0
votes
1 answer

How can I stop my apache 2.4 server from being DDOSed?

I have a VPS (Ubuntu 13.10) on which I run Apache 2.4. As soon as apache starts, someone starts sending hundreds of requests. The majority (80%) of requests come from one or two IPs, and the rest come from dozens of others. I do not expect any…
BLuFeNiX
  • 2,496
  • 2
  • 20
  • 40
0
votes
1 answer

ref code with link in html document

So for tracking purposes my company wants to put a ref code on each link that's clicked. So if I had a a ref code of ref=talkawalk12 and had to implement it to any kind of link how do I format that?
Bs3kg
  • 109
  • 1
  • 2
  • 13
0
votes
1 answer

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 determining whether or not my application will support…
carrier
  • 32,209
  • 23
  • 76
  • 99
0
votes
1 answer

Google Analytics: How to display traffic data of all my sites as one graf?

As a webmaster I support N different client sites. How to display all their traffic data at one joint graph conveniently?
tobto
  • 1
  • 3
0
votes
1 answer

Google analytics page view track

Hi there I am doing research on google anlytics. I have got the following code from google analytics var _gaq = _gaq || []; _gaq.push(['_setAccount', 'XXXXX']); _gaq.push(['_trackPageview']); (function() { var ga =…
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
0
votes
0 answers

Sampling A Percentage Of Web Traffic

I have a question which I'm pretty sure I think I know the answer to, but I'm hoping to get some validation. Someone recently asked me how they could take a random sample of a certain percentage of web traffic. What they would like to do is treat 5%…
butallmj
  • 1,531
  • 4
  • 14
  • 21