Field Unknown Model.Unknown Field

Blog

Company Updates & Technology Articles

June 9, 2018

November 6, 2017

Product

Increasing the Performance of Dynamic Next.JS Websites

Increasing the Performance of Dynamic Next.JS Websites

One of the most obvious signs that a site is made with Next.JS is that you load the page, you click a link to another section and it loads instantly. That’s because when a page is loaded, Next.JS will download in the background all the other pages linked with tags. This works great for static pages, but as soon as you have to fetch some data in the getInitialProps, loading that page will take time even if it the page code is prefetched. And what is worse — unless you explicitly add a loading indicator, it will usually take time with no indication in the UI! Prefetching and caching data is not trivial — for example, it could be wrong to serve a slightly outdated version of certain information. Also, different data could have different caching rules. Here at Scale we decided to implement a lightweight caching and data prefetching strategy, which allows having this instant navigation experience without compromising data freshness.

Read more

July 16, 2017

Product

Announcing Our Series A With Accel

Announcing Our Series A With Accel

We are excited to announce that we have raised a $4.5 million Series A round of funding led by Accel. Along with this funding, Accel’s Daniel Levine has joined Scale’s board. The funding will be used to invest in our rapid growth, expand our offerings, and grow our team.

Read more