Making Websites Faster
Optimising the speed of websites through headless website architectures. This involves separating the front visible component of the website from the back-end where the information is stored. Modern javascript frameworks such as React, Next, and Nuxt have enabled new techniques in accelerating how fast a page is delivered to a user.
The cloud and its "edge", amongst the enormous internet infrastructure now present in the world, allows for intelligent caching of website contents so that it is closest to the user. Serverless technology, that is business logic applied at different points of the cloud's edge can lead to enormous speed benefits to the user. The bottleneck is no longer on due to a high cost physical server, with nearly all cloud providers able to perform logical operations in less than 50 ms.