From b10973ba8cf5e4381895dedf82b5d337c61f35c1 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Mon, 10 Jul 2017 09:33:33 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20add=20examples=20of=20web=20pages=20usi?= =?UTF-8?q?ng=20=C5=ABsus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44c12cf..b6a8799 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Renders webpage using the [Chrome Debugging Protocol](https://chromedevtools.git > Article about ūsus ⚡️🤘: [Pre-rendering SPA for SEO and improved perceived page loading speed](https://medium.com/@gajus/pre-rendering-spa-for-seo-and-improved-perceived-page-loading-speed-47075aa16d24) * [Motivation](#motivation) + * [Demo](#demo) * [Use cases](#use-cases) * [API](#api) * [Configuration](#configuration) @@ -28,6 +29,13 @@ I have a universal, single page application (SPA). The initial HTML is sent serv Removing the blocking CSS and inlining the CSS required to render the page increases the perceived page loading speed. Presumably, improves SEO by reducing the page loading time. +### Demo + +Examples of web pages using ūsus: + +* https://go2cinema.com/movies/baywatch-2017-1198354 +* https://go2cinema.com/venues/odeon-leicester-square-1001206 + ### Use cases * Produce HTML used to render the page. Used to render single page applications (e.g. React and Angular) to produce a static HTML. This can be used as a replacement of https://prerender.io/. Default behaviour.