One Year Of Shots
I’ve been running my shot scraper api for a year now. It creates og [1] images for
my website and thumbnails for my [[ reader ]] using a headless chrome instance.
- 25870 shots
- 73 shots per day on average
- 12-09-2025 first shot taken
Histogram # [2]
[3]
a histogram of shot counts by day
You can see in the histogram that I’ve had a few big spike days, This has been
mostly for days that I’ve integrated into a new service or changed the
endpoint. On February 13, 2025 I swapped over from using the post to using
template specific to open graph images.
-content = "https://shots.waylonwalker.com/shot/?url={{ config.url }}{{ post.slug }}&height=600&width=1200&scaled_width=1200&scaled_height=600"
+content = "https://shots.waylonwalker.com/shot/?url={{ config.url }}{{ post.slug }}/og/&height=600&width=1200&scaled_width=1200&scaled_height=600"
Image Comparison
Original Post Image
[4]
originally I simply used an image of the post itself
New OG Image
[5]
In Feb 2025 I made OG s...