Questions tagged [website-metrics]
15 questions
12
votes
3 answers
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 may in the background be polling at the same…

Simon
- 525
- 1
- 14
- 21
10
votes
6 answers
Counting number of views for a page ignoring search engines?
I notice that StackOverflow 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" whenever the page is loaded in the backend code.…

David McLaughlin
- 5,108
- 4
- 34
- 35
8
votes
4 answers
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?

Boong
- 149
- 1
- 8
2
votes
1 answer
Need to reduce CLS of the NextJS site to improve site performance
I am using NextJS with Mantine to develop a site. I have used createStyles to add stylings. Also I try to use as many mantine components as possible.
When I deployed the site on vercel, I found out all site performance parameters were great except…

Krushnal Patel
- 422
- 2
- 14
2
votes
1 answer
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 based on pixels for screens and a stylesheet…

c0dem4gnetic
- 932
- 1
- 7
- 24
1
vote
1 answer
Why does my website need so much time to render?
When cached, my starting page only needs to load one element (the "root document") - but then it needs some time until it's rendered completely:
alt text http://www.walkner.biz/_temp/firebug_net.png
The elements following are things loaded…

swalkner
- 16,679
- 31
- 123
- 210
1
vote
2 answers
What is the best method to measure site visits and page views in real time?
I currently use Adobe Omniture SiteCatalyst, Google Analytics, and New Relic. All three offer visit and page view metrics. SiteCatalyst has no API that I'm aware of, and their data is often hours behind. Google Analytics and New Relic both offer…

Mark Richman
- 28,948
- 25
- 99
- 159
0
votes
3 answers
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 /login.php or POST /update.php).
The header of the…

John
- 3
- 3
0
votes
3 answers
Simple, privacy-oriented, website metrics
I have a personal website (I work in academia) and I want to know how many people visited my website. Secondary, if possible, also for how long, and what pages they navigated to.
However, I don't want to know their location, language, screen size,…

electrique
- 431
- 6
- 18
0
votes
1 answer
Sharepoint Metrics
I have a custom Sharepoint Page that pulls News and events into a feed on the page via REST API from sharepoint lists. How can I use these lists to store the amount of hits each news/event link gets?
I wanted to make a timesClicked field in each…

cm2
- 195
- 4
- 13
0
votes
1 answer
Deduping employee activity from user activity when measuring events with Mixpanel
I'd like to measure user engagement of my dashboard via Mixpanel. No experience with Mixpanel at all though, but People/Profiles looks like it could help me with this.
My problem is that right now in order to debug I log into a users' account as…

danchow
- 105
- 1
- 7
0
votes
2 answers
omiture SiteCatalyst - tracking s.channel in an onclick function
I have a function that tracks custom events. I would like to set s.channel in the function, but so far no success. It seems that s.channel is set through onload only? Is it possible to capture s.channel in the onClick function?
Here is my sample…

user2326737
- 211
- 1
- 4
- 16
0
votes
1 answer
Determine how long portion of webpage stays visible in browser
I have a website with pages that scroll very far with lots of images on them. Each user that logs in sees a different set of images.
I'd like to record how long the users stay on each portion of the page so I can see which images they're most…

OneSolitaryNoob
- 5,423
- 3
- 25
- 43
0
votes
2 answers
Analytical tools for collecting website performance metrics, page views, average latency?
We're looking for analytical tools that collect and graph website metrics...
What we need...
Real-time performance metrics
Page hits
average response times, page view latency, etc
Works in an intranet for performance and load testing…

raffian
- 31,267
- 26
- 103
- 174
0
votes
1 answer
creating a performance tool for web based GUI
I want to create an automated performance metric gathering tool, to get various metrics for page load times for a flash based web application. I am doing the web automation using a batch script, and then I want to collect the various metrics using…

user1371011
- 193
- 3
- 12