Skip to main content

We’ve had an SEO audit done on our community. There are a number of improvements we’ll present here as ideas.

This is based on the community.insided.com implementation of the Insided Platform, but the basic principles extend to all properties utilising it – including the ones we employ.

One of the things we're working towards is reaching core web vital thresholds (LCP <2500ms, FID < 250ms, CLS < 250ms) in order to have the domain comply with Google's expectation for the upcoming Page Experience update in Q1 2022.

The single biggest blocker to this at the moment is the TTFB for the initial request to the server. As illustrated in the WPT profile for this domain, the TTFB for the initial request is 700ms – though we routinely see this go as high as 1000ms.

With the stack the current way it is, this means we can't start fetching the required assets as late as 800ms in. That means in order to comply with the 2500ms LCP cutoff, we already "lost" a third of the window by the time the browser can even start interpreting the data.

There are a few way of bringing this down, some more feasible than others, depending on the stack employed. Something that could be considered would be introducing a low level caching solutions between the application and CF.

Alternatively, services such as Fastly could be used as a drop-in for Cloudfront and would give you access to features such as VCL scripting.

Ultimately, a small (read: 150/200ms) decrease in the TTFB would be enough to push these properties into the acceptable ranges.

Hi @Annina, thanks for sharing you idea with us. We are working constantly to improve SEO performance and will use your idea topic as measurement points. 
I'd still put this idea to 'open' to collect more votes and feedback.


Updated idea statusNewOpen

We strongly hope that this idea would be considered and delivered in the near future 😊

Improving the TTFB(Time to First Byte) has several benefits - namely that it generally improves the LCP (Largest Contentful Paint) of the page (measuring the overall visual load time) and makes the page feel generally faster. Improving client side performance will help with improving ranking for these pages.

The TTFB of Insided properties rests around 600-800ms, which is pretty good. However, the delivery mechanisms can cause critical assets to be loaded relatively late. This can negatively affect UX, as well incur penalties for Page Experience, a Google ranking signal.
 

(Potential) Solutions

- Improve caching on Cloudfront's edge to reduce global roundtrip for pages.

- Cache "generic" pages that aren't subject to personalized data

- Serve cached pages and hydrate user content client side


Reply