The Challenges and Pitfalls of Server Side Rendering

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=sNpX8LLUgHo



Duration: 29:38
15,133 views
415


Server-Side Rendering (SSR) has become a go-to method for improving the load time of dynamic websites. Rendering content on the server can significantly reduce time to page visibility, and is also beneficial for SEO. However, SSR is not without significant risks and potential downsides. It's all too easy for an SSR project to fail, to not provide the desired benefits, or to introduce unexpected problems. In this session I'll describe the issues and problems we encountered while transitioning the Wix platform from being fully Client-Side Rendered (CSR) to almost totally SSR, and the ways in which we overcame these problems.

EVENT:

You Gotta Love Frontend Conference 2019

SPEAKER:

Dan Shappir

PUBLICATION PERMISSIONS:

YGLF Conference Organizer provided Coding Tech with the permission to republish YGLF videos.

CREDITS:

YGLF YouTube channel: https://www.youtube.com/channel/UCU-fOxx_kT5OARG0KiksiCA







Tags:
page load time
server side rendering
page performance
web sites