Roll Your Own Analytics
pcmaffey.com
Roll Your Own Analytics
1–10 of 105 posts
Re: Roll Your Own Analytics
#2Re: Roll Your Own Analytics
#3nice. heads up though; your link to netlify goes to neltify which doesnt exist.
Re: Roll Your Own Analytics
#4Re: Roll Your Own Analytics
#5Since I posted it 2 hrs ago:
* logged 1200 sessions (this doesn't include folks who bounce before the page loads.)
* 8 "lock acquisition" errors from Google App script, which basically means it timed out trying to get a slot from too many concurrents
* 10 minutes of lambda runtime (Netlify gives 100hrs / month free)
* 590 ms average network latency
I'll update the post with full details on performance once the dust settles.
Re: Roll Your Own Analytics
#6One issue though. I've reached the end and had no idea what to do from there (aka you don't have a scrollbar OMG). First time I've used Page Up to go back up on a site :)))
Re: Roll Your Own Analytics
#7Or for now, track how many people moved their mouse to where they expected to see and use a scroll bar, noticed there was none and then closed the page.
Re: Roll Your Own Analytics
#8Re: Roll Your Own Analytics
#9Hi HN, if anyone's wondering how this is performing with the 1st page crush... tldr; trial by fire, but it works :) Since I posted it 2 hrs ago: * logged 1200 sessions (this doesn't include folks who bounce before the page loads.) * 8 "lock acquisition" errors from Google App script, which basically means it timed out trying to get a slot from too many concurrents * 10 minutes of lambda runtime (Netlify gives 100hrs…