Free WPO (Web Performance Optimization) For Renaissance Users (Contest has now ended)

3rd Party Scripts: Google Tags

If you do not use or want to use Google Tag Manager because you are only using google services you can combine your Google tag calls into one.

Example Combine Two /gtag/js into one snippet.

Before

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123456-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-123456-1');
</script>

<!-- Global site tag (gtag.js) - Google Ads: 1234567890 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-1234567890"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'AW-1234567890');
</script>

After

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123456-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-123456-1');
  gtag('config', 'AW-1234567890');
</script>

It’s as simple as that. For a more complex example see this.

Hey Team,

@Morgan and I just had a good talk with Matt Curtis, and we would love to get his homepage looked at:
https://www.mattcurtisrealestate.com/

@JayPhee Absolutely! Do you know if Matt Curtis has an REW Forum account we can tag him in?

Currently we have a score of about 58 on page speed insights for mobile for https://www.mattcurtisrealestate.com/, so we’d love to look into opportunities to help increase that.

Thanks, Jason!

1 Like

Very interested in this. Www.Vanbart.ca. Mobile score is 65.

Hi @sjyun, Matt Parent and I are excited to start your WPO review! We ran a PageSpeed insight report and we believe the following are the best opportunities to increase your WPO score!

  • Opportunity: Image Optimization
  • Recommendation: Convert to WebP format, compress, Lazy loading hidden images, properly size images
  • Opportunity: Reduce JavaScript execution time
  • Recommendation: Consider performance impact and determine if any aren’t necessary or can be only loaded on certain pages.
  • Opportunity: Live chat can use 3rd party facade
  • Recommendations: Ensure using the live chat is really necessary

We’ll get started to address these optimizations, once we’ve got an update with an improved score we’ll let you know!

Thank you!

1 Like

We are adding you to the list @larry.tollen!

I would love to have my site analyzed and receive your suggestions on optimization.
www.mynchomes.com

Hey @Morgan
This is fun and informative. Thanks for doing this!
I would love to have the REW team assess my website. I hope I’m not too late for your offer since I’m struggling with my mobile speed performance. I’m open for any recomendations!
DCModernhomes.com

1 Like

Hi @mattcurtis, @carlo_nayve and I are excited to conduct your WPO review. After analyzing your PageSpeed Insights we have identified these as the top opportunities for your site:

Opportunity: Image Optimization and Lazy-loading

Recommendation: Resize images to true render size, Convert images to WebP format, Lazy loading images that are not in the viewport, and setting strict dimension to reduce cumulative layout shifts.

Opportunity: Third-Party Scripts

Recommendation: Delay loading of essential scripts and remove unnecessary scripts that have a high network load.

Opportunity: Font Optimization

Recommendations: Ensure font isn’t a render-blocking resource

We will look into these opportunities and update you with an improved score!

Hi @AndyM,

@hongda.zhang and I have made the WPO updates on your site. We’ve seen a big increase on the score on Google PageSpeed Insights! Below is a screenshot of the comparison before and after WPO:

A quick summary of the WPO work completed:

  1. Youtube video lazy load.
  2. Remove duplicate tracking codes.
  3. Optimize homepage images.
  4. Serve images in webp format.
1 Like

@AmyPye do we have any team members who have not yet done one of these? Andre is the bomb and his site is awesome, it needs to be awesome AND fast!

1 Like

You bet. Assigning a team right now!

Thanks @Brian! We would love to get your mobile score up. We are adding you to the list!

Great, thanks very much

Hi @larry.tollen , Xuan and I are excited to start your WPO review! We’ve ran a PageSpeed Insights report and believe the following opportunities are the best ways to increase your WPO score!

  • Opportunity: Image Optimization

  • Recommendations: Compress images, lazy load offscreen images, properly size images, and serve images in next-gen formats

  • Opportunity: Third-Party Scripts

  • Recommendations: Consider performance impact and determine if any agents necessary or can be only loaded on certain pages

We’ll get started on these optimizations and once we’ve got an update with an improved score we’ll let you know!

Hi @mattcurtis, keeping a fast website is important for SEO! @carlo_nayve and I are thrilled to report back some significant WPO performance gains made on your site today!

The following changes outlined below have been made to help increase your site performance. Please note that score improvements represent mobile performance results.

Image optimization and serve images in Webp format

We noticed several uploaded images were much larger in pixel density than the actual size rendered on the page. This was especially true in the testimonials section. We typically want to avoid images larger than 500KiB (0.5MB) to ensure web performance is at its best.

WebP is a superior lossless and lossy compression for images on the web that will certainly make your website faster. WebP is 26% smaller than regular PNGS and 34% smaller than JPEGS. We converted images to WebP and made some great performance gains.

Lazy Loading Assets:

Lazy loading is a technique to reduce performance strain and only load resources when they are visible to the user. We have applied Lazy loading to all your homepage images. Now your images will only load when visible to the viewport and can help add some reductions in network load.

Scripts:

Some scripts will require extra attention as they do create a significant load. When we removed your scripts your score jumped a total of 20 points (from 61 to 81). However, it is not recommended to remove them if they are essential to your business.

See below google tracking script:

mattcurtisrealestate.com/backend/cms/tools/conversion-tracking/

Thank you, and we hope you enjoy your new WPO!

Can I be added to the list? frankelrealtygroup.com

Hello @andreREW , thank you for choosing REW! This is Kane from the Design team and we are glad to help. John and I will be starting your WPO review. We’ve run PageSpeed Insights and found out the top opportunities on your site, please see below:

Opportunities: Third-Party Scripts
Recommendation: Consider performance impact and determine if any aren’t necessary or can be only loaded on certain pages

Opportunities: Image Optimization
Recommendation: Convert image to WebP format, ensure Lazy loading on hidden images, compressing & ensure properly size images

We will start the optimization with these in mind and we will let you know once we’ve got an update on those. Stay tuned!

Hey @Kane_Lee, thanks for the support and recommendations. Please let me know if you need access to the last round of SEO improvements we did to my main page a few months ago. That included image optimization. You guys are the best!

Hi @CFrankel, we are adding you to the list!