I Added SVG Maps to My Travel Posts
cyberb.space
I Added SVG Maps to My Travel Posts
1–10 of 17 posts
Re: I Added SVG Maps to My Travel Posts
#2Re: I Added SVG Maps to My Travel Posts
#3Re: I Added SVG Maps to My Travel Posts
#4Super neat, the end result looks great and adds a lot to the posts. On the downside, inlining the map causes the HTML to balloon up to ~500kB/~180kB gzipped, compared to 30kB/10kB on this post (which lacks a map). The site is already insanely fast, but you could pull the map SVG into an actual file, so it's cached between pages, and becomes a lower-priority resource (which will ~halve First Contentful Paint). Then yo…
Re: I Added SVG Maps to My Travel Posts
#5love the craft. now I need to set aside some time to read the post… !
Re: I Added SVG Maps to My Travel Posts
#6what a great looking website. love the craft. now I need to set aside some time to read the post… !
Re: I Added SVG Maps to My Travel Posts
#7Super neat, the end result looks great and adds a lot to the posts. On the downside, inlining the map causes the HTML to balloon up to ~500kB/~180kB gzipped, compared to 30kB/10kB on this post (which lacks a map). The site is already insanely fast, but you could pull the map SVG into an actual file, so it's cached between pages, and becomes a lower-priority resource (which will ~halve First Contentful Paint). Then yo…
You could then also run it through SVGO to compress it further.
Re: I Added SVG Maps to My Travel Posts
#8Re: I Added SVG Maps to My Travel Posts
#9- I use a 3rd party platform
- My maps are generated at runtime
- They looks... let's say vaguely consistent on mobile & desktop
Maps were the most painful and time-consuming part of building a travel blog, but also perhaps the most satisfying.
Re: I Added SVG Maps to My Travel Posts
#10Super neat, the end result looks great and adds a lot to the posts. On the downside, inlining the map causes the HTML to balloon up to ~500kB/~180kB gzipped, compared to 30kB/10kB on this post (which lacks a map). The site is already insanely fast, but you could pull the map SVG into an actual file, so it's cached between pages, and becomes a lower-priority resource (which will ~halve First Contentful Paint). Then yo…