Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
572 views

Counting number of views for a page ignoring search engines?

I notice that Stack Overflow has a views count for each question and that these view numbers are fairly low and accurate. I have a similar thing on one of my sites. It basically logs a "hit" ...
3
votes
3answers
212 views

Can we measure complexity of web site?

I am familiar with using cyclomatic complexity to measure software. However, in terms of web site, do we have a kind of metrics to measure complexity of website?
2
votes
2answers
3k views

Elegant way to determine total size of website?

is there an elegant way to determine the size of data downloaded from a website -- bearing in mind that not all requests will go to the same domain that you originally visited and that other browsers ...
1
vote
0answers
25 views

Grid generator with custom metrics

What grid generators are available that lets me customize the type of metric used? More concretely I'm displaying HTML both on screen and via a PDF generator. Because of this I would like a stylesheet ...
1
vote
1answer
219 views

Why does my website need so much time to render?

I need to make some performance improvements on a web site and made some major improvements, but now I stuck with a strange problem. When cached, my starting page only needs to load one element (the ...
0
votes
3answers
87 views

How to plot 3 dimensional array?

I have three dimensional array of data that is generated from web server logs for my cloud application. The data consists of a weekly count from each server's log for a particular request (e.g., GET ...