Devcron Platform
DashboardHome
  • Welcome
  • Platform News
    • Recents
      • Devcron Sites Are Now More Accessible
      • This Global Colors Feature Cuts Color Picks by 80% and Ups Scalability
      • Jump Start Your Site Membership by Actively Inviting Members
  • Overview
    • Platform Overview
    • Dashboard and Account
      • Dashboard Overview
      • Site Overview
      • Account Setting
      • Site Comments
      • Statistics and Analytics
  • Professional Website Builder
    • Getting Started
      • Editor Overview
      • Launching Your Site Checklist
      • Row Editor
      • Global Design
      • Global Colors
      • Responsive Tablet
      • Customize Background
      • Edit by Device
      • Switch Views
      • Sidebar Layout for Desktop
      • Global Text
      • Image Picker
      • Manage and Import Content
      • Add Sections
      • Arrange Content
      • Copy and Paste
      • Quick Access
      • Show Hidden Elements
      • Keyboard Shortcuts
      • System Requirements
    • Publishing Site
      • Go Live, Publish, and Set Up Your Domain
      • Purchase a Custom Domain
      • Configure Alternate Domains
      • Unpublish a Site
    • Pages and Popups
      • Pages and Popups
      • Configure a Multi-Language Site
      • Add a Navigation Folder
      • Change Home Page
      • Password Protected Pages
      • Publish a Single Page
    • Membership (New)
      • Add Membership Pages
      • Membership Plans
      • Bulk Invite Members to Membership Sites
    • Header and Footer
      • Headers
      • Header and Expandable Menu
      • Shrinking Headers
      • Footer
    • Content
      • Local Business Schema
      • Image Terms and Licensing
      • Image Size Guidelines
      • Image Editor
      • Add Premium Images (Shutterstock Images)
      • Video Backgrounds
      • Use the Color Picker
    • Connected Data and Dynamic Pages
      • Connected Data
      • Dynamic Pages
      • Collections
      • Internal Collections
      • Airtable Collections
      • Google Sheets Collections
      • External Collections
      • Create Dynamic Pages
      • Connect Your Dynamic Page Widgets
      • Add Lists to Display Dynamic Pages
    • Flex Editor
      • Flex Overview
      • Flex Breakpoints
      • Flex Design Panel
      • Add and Edit Flex Sections
      • Create Overlapping Elements in Flex
      • Flex Alignment and Spacing
    • Personalization Rules
      • Personalization Rules
    • Blog
      • About Blogs
      • Updating an Old Blog to the New Blog Platform
      • Blog Settings
      • Add and Edit Blog Posts
      • Manage Post Settings
      • Import Blog Posts from RSS Feeds
    • Custom Code
      • Custom Code Guidelines
      • Using HTML and Custom Code
      • How Can I Troubleshoot Custom Code?
      • Developer Mode
      • Google Analytics Integration
    • Site Settings
      • Site Settings
      • Site Icons
      • Backup Sites
      • Add SSL or HTTPS
      • Load Site in an iframe
      • Header HTML
      • Set a Default Site Language
      • Facebook Tracking Pixels
      • How to Add Schema Markup to Your Site
      • URL Redirects
      • Privacy Settings
      • Site SEO Settings
      • Introduction to SEO
      • Examples of SEO Keywords and Descriptions
      • IndexNow
      • Fonts Library
      • Security Measures
      • General Data Protection Regulation (GDPR) Compliance Information and Resources
      • The California Consumer Privacy Act of 2018 (CCPA) Compliance Information and Resources
      • Introduction to Core Web Vitals
      • Optimize Your Site for Core Web Vitals
      • Core Web Vitals FAQs
      • Lighthouse and Core Web Vitals Comparison
      • Progressive Web App (PWA)
      • Google Tag Manager Tracking
    • Edit On Mobile
      • Edit On the Go
      • Site Stats on Mobile
      • Use the Dashboard on Mobile
      • Edit Image Widgets on Mobile
      • Edit Image Slider and Photo Gallery Widgets on Mobile
      • Edit Click-to-Call and Click-to-Email on Mobile
      • Select and Add Images on Mobile
      • Link Picker
      • Backup, Publish, Re-publish, and Unpublish on Mobile
      • Edit Sites on a Tablet
  • Widgets
    • Widget Overview
      • Add Widgets
      • Edit Widgets
      • Widget Design
      • Outer and Inner Spacing
      • Inline Editing
      • Add Animations
      • Blog Widgets
    • Basic Widgets
      • Text Editor
      • Title Widgets
      • Button Widget
      • Floating Buttons
      • Breadcrumbs Widget
      • Icon Widgets
      • Table Widget
      • Navigation and Sub-Navigation Links
      • Anchor Tags and Links
      • Text & Image Widget
      • List Widget
      • Accordion Widget
      • Tabs Widget
      • Countdown Widget
      • Copyright Widget
      • Spacer Widget
      • Upload a File
    • Media Widgets
      • Image Widget
      • Photo Gallery Widget
      • Image Slider Widget
      • Video Widget
      • Troubleshooting Video Widget
      • Lottie Animation Widgets
      • Before & After Widget
      • Shape Widgets
      • Audio Widgets
    • Business Widgets
      • Contact Forms
      • Configure a GDPR-Friendly Contact Form
      • Contact Form Responses
      • Contact Form Integrations
      • Contact Form Troubleshooting
      • Zoom Widget
      • Map Widget
      • Google Calendar Widget
      • Click To Call
      • Click to Email
      • Business Hours
      • Multi Location Widget
      • Yelp Reviews
      • Online Scheduling
      • OpenTable Reservation Buttons
      • Restaurant Menus
      • Coupons
      • PayPal Button
    • Social Widgets
      • Instagram Feed
      • Reconnect Instagram Feed
      • Social Icons
      • WhatsApp Widgets
      • Social Share Widgets
      • Twitter Feeds
      • Facebook Feeds
      • Facebook Like Button
      • Facebook Comments
      • Disqus Comments
      • RSS Feeds
Powered by GitBook
On this page
  • Custom and Heavy Widgets
  • eCommerce
  • Fonts
  • Google Tag Manager
  • Images and Background Videos

Was this helpful?

  1. Professional Website Builder
  2. Site Settings

Optimize Your Site for Core Web Vitals

PreviousIntroduction to Core Web VitalsNextCore Web Vitals FAQs

Last updated 2 years ago

Was this helpful?

To help you optimize your website for Google’s Core Web Vitals, we have identified several potential problem areas and how to update them to improve your Core Web Vital scores. For more information about what each of the Core Web Vitals measures, how to measure, and ideal scores, see .

Custom and Heavy Widgets

Both custom and heavy widgets can be slow because they load content from a third-party service, which requires calling an external API to retrieve and then load the content.

Note

Not all custom widgets are slow to load. It depends on how the custom widget was built.

Heavy widgets: Map, Twitter Feed, Facebook Like, Facebook Feed/Page, Facebook Comments, Audio (Soundcloud, Mixtape), Video (Custom, Youtube, Vimeo), Photo Gallery, Image Slider, Lottie Animations, Multi-location, Google Calendar, and Disqus.

How to Fix

To improve your Core Web Vitals scores:

  • Remove custom/heavy widgets from the top area of your page and move them lower. This prevents them from negatively impacting CLS and FID by loading and then pushing content below them further down the page.

  • Avoid adding multiple custom/heavy widgets on the same page. Each widget has different loading times, which can decrease the LCP.

  • If a custom widget is causing FID, you can ask your developer to improve how the content renders and is fetched by using techniques such as async loading, fetching data off the main thread, and more.

eCommerce

Store is loaded dynamically with JavaScript. This can affect CLS because the Store takes longer to load than the rest of the content on the page. Because of this, we recommend moving the Store lower on the page instead of at the top.

How to Fix

To improve your Core Web Vitals scores:

  • Add content above the Store instead of putting the Store at the top of the Store page. This ensures that the Store is below the fold.

  • Build your own category pages or use the Store Product Gallery widget to create category pages. Both native images and photo gallery elements load faster than the Store because they have less content and code to render before they are displayed.

Fonts

Web fonts can slow down your website because the browser has to download and load the full font family for each font and weight combination. Fonts are automatically downloaded and embedded within the HTML, up to 50KB. This speeds up how fast your browser renders custom fonts and helps prevent CLS. However, this is not always enough and is why we recommend using at most, two different font families and only a few weights from each.

How to Fix

To improve your Web Vitals scores:

  • If you have more than two fonts applied, remove them from specific elements or widgets on your website. Use global fonts to apply only the fonts and weights you need. After this has been completed, only the fonts that are necessary for the text to display properly are downloaded.

Google Tag Manager

Google Tag Manager may download extra libraries and code that you don’t need, which can decrease LCP.

How to Fix

To improve your Web Vitals scores:

  • If possible, remove Google Tag Manager. If you only have one or two tracking technologies it might not be worth implementing Google Tag Manager.

  • Do not put Google Tag Manager in the head of the website. This causes it to load first, before other important site elements.

Images and Background Videos

Images and background videos are typically the largest asset that browsers download on your site. When there are too many images, one large image above the fold, or a video, it can cause a delay in LCP and increase in CLS because the browser has to download the elements before they can render. This typically happens with large background images/videos, image slideshows, background images with another image on top, or with multiple large images in a row at the top of the page.

Note

By “large image” we mean an image that takes up a majority of the page width.

How to Fix

To improve your Web Vitals scores:

  • Use only a single image above the fold.

  • If you need multiple images above the fold, reduce the size of the image down to an icon or thumbnail.

  • Move background videos and slideshows lower on the page. If you need a slideshow, limit it to three images or less.

If you do implement Google Tag Manager, follow our guide. This helps ensure that the tracking code loads correctly and does not slow down the site.

Introduction to Core Web Vitals
Google Tag Manager Tracking