<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Page speed perfomance in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/932528#M38051</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you very much for providing the information; it's indeed very helpful. I've reviewed the errors indicated in the hsDebugOnly mode and disabled the modules on the test page where those errors occurred. However, I still see the message "This page can be prerendered!"&lt;BR /&gt;&lt;A href="https://7567185.hs-sites.com/test-14-12" target="_blank"&gt;https://7567185.hs-sites.com/test-14-12&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://7567185.hs-sites.com/test-14-12?hsDebugOnly=true" target="_blank"&gt;https://7567185.hs-sites.com/test-14-12?hsDebugOnly=true&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-26 at 14.29.58.png" style="width: 531px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111389i6BEB20177AE0A241/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-26 at 14.29.58.png" alt="Screenshot 2024-02-26 at 14.29.58.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 13:30:42 GMT</pubDate>
    <dc:creator>ARamanovich</dc:creator>
    <dc:date>2024-02-26T13:30:42Z</dc:date>
    <item>
      <title>Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/928289#M38023</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;We are currently working on enhancing the performance of our website, and one area we've identified for improvement is the size of the main document that loads upon accessing our site.&lt;/P&gt;&lt;P&gt;The current document size appears to be significantly larger (247kb) compared to other websites, and we believe that optimizing it could contribute to a smoother and faster user experience.&lt;/P&gt;&lt;P&gt;Could you please provide guidance on how we can reduce the size of this main document?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your prompt attention to this request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://leverx.com/" target="_blank" rel="noopener"&gt;https://leverx.com&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Feb 2024 15:07:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/928289#M38023</guid>
      <dc:creator>ARamanovich</dc:creator>
      <dc:date>2024-02-23T15:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/929634#M38036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/715500"&gt;@ARamanovich&lt;/a&gt;&amp;nbsp;I ran your website through Google Lighthouse for mobile and desktop and there's a lot of opportunity to improve (FCP on mobile is hit hard by your hero image, creating a media query to serve a smaller version of the image would go a long way).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your main question though, your website can't be prerendered, which is likely the biggest culprit for the file size. (&lt;A href="https://developers.hubspot.com/docs/cms/developer-reference/cdn/prerendering" target="_blank" rel="noopener"&gt;HubSpot Prerendering docu&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run the test yourself with this URL:&lt;/P&gt;
&lt;P data-unlink="true"&gt;https://leverx.com/?hsDebugOnly=true&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most common cause for this is when you have smart content - this prevents the code from being cached server-side which increases load time as it has to load everything new each time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you're trying to customize content based on IP country:&lt;/P&gt;
&lt;PRE&gt;  "- This page uses an uncacheable expression. ([contact.ip_country])",
  "- This page uses an uncachable value. ([value contact])"&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_0-1708827764582.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/110702iC0C7AEFDA00DB77D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_0-1708827764582.png" alt="Jnix284_0-1708827764582.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you have a language switcher for multiple countries/languages, my guess is that you have a script running to check the country IP to serve the corresponding language content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on how visitors are arriving at your site (what channels and if they're regionalized) and if you've optimized content for each country/language (regional SEO), Google should serve the correct language in the SERPs so this shouldn't be necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 16:10:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/929634#M38036</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-02-27T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/932528#M38051</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/363300"&gt;@Jnix284&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you very much for providing the information; it's indeed very helpful. I've reviewed the errors indicated in the hsDebugOnly mode and disabled the modules on the test page where those errors occurred. However, I still see the message "This page can be prerendered!"&lt;BR /&gt;&lt;A href="https://7567185.hs-sites.com/test-14-12" target="_blank"&gt;https://7567185.hs-sites.com/test-14-12&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://7567185.hs-sites.com/test-14-12?hsDebugOnly=true" target="_blank"&gt;https://7567185.hs-sites.com/test-14-12?hsDebugOnly=true&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-02-26 at 14.29.58.png" style="width: 531px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111389i6BEB20177AE0A241/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-02-26 at 14.29.58.png" alt="Screenshot 2024-02-26 at 14.29.58.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 13:30:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/932528#M38051</guid>
      <dc:creator>ARamanovich</dc:creator>
      <dc:date>2024-02-26T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/932627#M38052</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/715500"&gt;@ARamanovich&lt;/a&gt;&amp;nbsp;You're welcome, happy to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad you could test by removing those objects, to confirm, what you're showing means that it "CAN" be prerendered, whereas before it said "CANNOT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the message you want to see &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 14:58:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/932627#M38052</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-02-26T14:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/933497#M38071</link>
      <description>&lt;P&gt;Yes, you are right.&lt;BR /&gt;I fixed it on the leverx.com page.&amp;nbsp;But the file size remains the same and page speed&amp;nbsp;indicators too.&amp;nbsp;Maybe you can look at them again and advise what can be improved (desctop interested). As I noticed, due to the size above 200 kb, the best practices indicator does not work.&amp;nbsp;&lt;BR /&gt;This is very important for our project now. Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 12:40:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/933497#M38071</guid>
      <dc:creator>ARamanovich</dc:creator>
      <dc:date>2024-02-27T12:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/933742#M38080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/715500"&gt;@ARamanovich&lt;/a&gt;&amp;nbsp;These are the performance issues I would tackle first for page speed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - LCP - your main banner image is too large for mobile, adding responsive image sizes or an option to load an alternate image on mobile.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_0-1709050509382.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111576i5D4E51BC19584019/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_0-1709050509382.png" alt="Jnix284_0-1709050509382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 - FCP/LCP - nearly all of this has to do with the way the theme is coded and the amount of CSS you're loading - loading asyncronously for modules not visible in the viewport will help a lot here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_1-1709050573667.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111578i93D36A2165BA41CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_1-1709050573667.png" alt="Jnix284_1-1709050573667.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3 - TBT - your JS needs to be delivered in smaller payloads, minimizing the thread work is the best way to fix this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_2-1709050669913.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111579i06347A15A14869C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_2-1709050669913.png" alt="Jnix284_2-1709050669913.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 - TBT - third party code is hitting you pretty hard with GTM and Clarity, you might want to check your GTM isn't executing more than once and that your tags are properly configured&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5 - TBT - exessive DOM size is being caused by the form, especially since you have the phone country dropdown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would move your form to a dedicated landing page for conversions, update the home page to have a CTA section that drives visitors to the form page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure what your conversion rate is on your home page form, I would bet that it is really low for first time visitors and if it's high for return sessions then it's because you don't have a clearly defined conversion path.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jnix284_3-1709050880459.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111582iEC91B01B3E9A5F79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jnix284_3-1709050880459.png" alt="Jnix284_3-1709050880459.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you keep the form, there won't be anything you can do to optimize this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, your images aren't being deferred (lazy loaded) when they are out of the viewport, this will help across all pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How the custom theme is coded plays a huge part in how you can optimize, I don't know the ins and outs of your theme to make specific code recommendations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/cms/guides/speed" target="_blank" rel="noopener"&gt;This guide from the developer docs for page speed&lt;/A&gt; should help further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 16:23:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/933742#M38080</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-02-27T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/934646#M38113</link>
      <description>&lt;P&gt;Thanks a lot for detailed answer. If i understood corectly ,will it help me reduce the leverx.com file size?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:18:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/934646#M38113</guid>
      <dc:creator>ARamanovich</dc:creator>
      <dc:date>2024-02-28T16:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Page speed perfomance</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/934690#M38117</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/715500"&gt;@ARamanovich&lt;/a&gt;&amp;nbsp;it should make a pretty big dent, optimization will be ongoing as you continue to make improvements.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:48:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Page-speed-perfomance/m-p/934690#M38117</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2024-02-28T16:48:36Z</dc:date>
    </item>
  </channel>
</rss>

