Home / Companies / Gatsby / Blog / September 2021

September 2021 Summaries

4 posts from Gatsby

Filter
Month: Year:
Post Summaries Back to Blog
A/B testing, a longstanding practice in digital marketing, involves testing multiple page variations to determine the most effective one, but it is not always the optimal choice due to performance drawbacks like page load delays and content flickering. These challenges have led to the emergence of alternative analytics tools, such as session recording and product analytics, which offer comprehensive user behavior data without compromising performance. Tools like Heap and feature flagging products like LaunchDarkly have expanded the analytics landscape by providing diverse methods to analyze user interactions and gradually deploy features. In particular, edge-based testing approaches, which generate multiple page versions and serve them based on user segments, are gaining traction, though they remain costly and technically complex. Companies like Novvum, leveraging tools like Heap in conjunction with Gatsby, have demonstrated effective strategies for improving conversion rates by integrating non-intrusive content modules and analyzing user engagement patterns. Despite A/B testing's utility, its drawbacks necessitate careful consideration and, often, the adoption of more holistic analytics methods to enhance user experience and achieve actionable insights.
Sep 20, 2021 2,068 words in the original blog post.
Gatsby 4 introduces a significant optimization in its build process through parallel query running, resulting in a 40% reduction in build times for some sites. This improvement addresses a common bottleneck identified in the Gatsby build process, which involves running queries after sourcing site content. The rearchitected data layer now allows page and static queries to occur in parallel, enhancing performance for both developers and site visitors. Historically, Gatsby's data store, based on Redux, was limited to single-thread access, but the new architecture employs lmdb-store for efficient cross-CPU query execution. This change enables the main process to coordinate multiple content query workers, optimizing the build process by leveraging available CPU resources. To benefit from these enhancements, users can update to Gatsby 4 and access detailed documentation for implementation guidance.
Sep 17, 2021 572 words in the original blog post.
With the introduction of Deferred Static Generation (DSG) in Gatsby 4, Gatsby Cloud has enhanced its ability to significantly reduce publishing times for static sites, complementing the previously launched Incremental Builds feature. Incremental Builds, which update only the modified HTML content, have already decreased build times by 90% for many teams using data sources like Contentful and WordPress, allowing rapid updates for sites with thousands of pages. DSG further accelerates the process by deferring the generation of non-essential pages until they are requested by users, which is particularly beneficial for large sites with less frequently accessed content. While Incremental Builds focus on real-time content regeneration, DSG optimizes the deployment phase by ensuring that only necessary pages are built initially, with additional pages generated on demand. Users can leverage both features on Gatsby Cloud with a paid plan, maximizing efficiency in a Jamstack environment.
Sep 16, 2021 435 words in the original blog post.
GatsbyCamp: The Fall Edition, scheduled for September 16, 2021, is an event for the Gatsby community to explore new developments and future directions of the Gatsby platform, with a lineup of talks by Gatsby team members and industry experts. The event includes discussions on the latest Gatsby features, such as Gatsby 4 and React 18 integration, as well as practical sessions on improving web performance and scalability using tools like Parallel Query Running and Gatsby Functions. Attendees will also have the opportunity to engage in a fireside chat with Gatsby team members and learn about creative submissions from the FuncJam competition. The event aims to bring together developers and marketers for a day of learning and interaction, enhancing their understanding and use of the Gatsby framework.
Sep 09, 2021 916 words in the original blog post.