Show HN: Developers Homepage
fullstackend.com
Show HN: Developers Homepage
1–5 of 5 posts
Re: Show HN: Developers Homepage
#2For a home page, it loads really slowly - sorry. I’d want the home page to load in like From Australia it’s taking about 1 second upfront and then 5-10 seconds of spinning to load the feed.
Maybe you could cache the feed in local storage (which you load immediately) and only pull a diff? Serve a small dehydrated cache with the page load from your server?
Re: Show HN: Developers Homepage
#3For a home page, it loads really slowly - sorry. I’d want the home page to load in like From Australia it’s taking about 1 second upfront and then 5-10 seconds of spinning to load the feed. Maybe you could cache the feed in local storage (which you load immediately) and only pull a diff? Serve a small dehydrated cache with the page load from your server?
Thank You for Your insight. Yes performance was one of the bottle necks, took me few days to rewrite critical API calls from PHP to GO. Still load is higher than 0.5 seconds, but now it takes around 1.5-2 seconds to fully load. Will try to increase performance further
Re: Show HN: Developers Homepage
#4SSL warning appears in the browser that says the website has been improperly configured. Error code SSL_ERROR_BAD_CERT_DONAIN
Re: Show HN: Developers Homepage
#5SSL warning appears in the browser that says the website has been improperly configured. Error code SSL_ERROR_BAD_CERT_DONAIN
Yeah, I moved to firebase hosting, so it had BAD CERT for a few minutes