mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:41:16 -04:00
pass mdx images through next/image for full optimization benefits
This commit is contained in:
@@ -12,9 +12,11 @@ tags:
|
||||
image: "/static/images/notes/netlify-analytics-review/overview.png"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
|
||||
I've been trying out [Netlify Analytics](https://www.netlify.com/products/analytics/) on this site for over a month now and have some quick thoughts about this unique offering in a world full of bloated and invasive tracking scripts.
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/netlify-analytics-review/pageviews-2.png"
|
||||
width="865"
|
||||
height="361"
|
||||
@@ -51,7 +53,7 @@ Ad blocking is becoming commonplace on the World Wide Web with [over 25% of user
|
||||
|
||||
That's a _huge_ chunk of visitors missing that Netlify Analytics gains back for you — and probably far more if your audience is tech-savvy like those reading this post likely are. (Some might even [block JavaScript completely](https://www.gnu.org/philosophy/javascript-trap.en.html) using extensions like [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/).)
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/netlify-analytics-review/pages.png"
|
||||
width="865"
|
||||
height="390"
|
||||
@@ -72,7 +74,7 @@ It makes sense that Netlify needs to subsidize the cost of providing free enterp
|
||||
|
||||
### 📈 Accuracy
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/netlify-analytics-review/sources-bandwidth.png"
|
||||
width="865"
|
||||
height="422"
|
||||
@@ -89,7 +91,7 @@ One more note: since Netlify doesn't process IP addresses or user agents, bots c
|
||||
|
||||
### ⏱️ Historical Data
|
||||
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/netlify-analytics-review/overview.png"
|
||||
width="865"
|
||||
height="355"
|
||||
|
Reference in New Issue
Block a user