Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkoryak
2153 days ago
Have you considered not including the entire bootstrap.css on the front page since you only use about 1% of it :)
2 comments
georgyo
2153 days ago
I almost never do frontend work. I'll gladly take a PR if you want to make that one page faster and prettier. Though I don't want to make the build require yarn or other js/css compiler framework for a single page.
link
mkoryak
2153 days ago
if you give me a github repo, ill see what I can do
link
georgyo
2153 days ago
Sure!
https://github.com/georgyo/ifconfig.io/blob/master/templates...
link
hazelnut
2153 days ago
I would assume the majority (99.9%) of the requests is actually API calls without delivering CSS.
link
georgyo
2153 days ago
Indeed. Only ~30k page views that trigger the google analytic script, so 99.9991% of requests have no html at all.
link