Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 12, 20204 yr Hi, We've been badly hit by the Google December 2020 Core Update: our traffic comming from Google dropped 20% starting December 4th, 2020. Investigating this further, I came across the Core Web Vitals, available at the Google Search Console, and our numbers are really bad there, especially for mobile. See screenshot below. I am wondering if you guys are seeing the same (meaning this is something to be improved in the IPS software itself) or if this is caused by our custom modifications such as advertisement/banners. Thanks in advance for any tips on this issue.
December 12, 20204 yr Author Please share a link to your community for tests. Ops, forgot the most obvious... LOL https://www.clubedohardware.com.br Many thanks! 🙂
December 12, 20204 yr Ops, forgot the most obvious... LOL https://www.clubedohardware.com.br Many thanks! 🙂 For starters - eliminate all errors https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.clubedohardware.com.br%2F
December 12, 20204 yr Author @Adlago Thanks, will work on that and get back to you as soon as I finish this. Meanwhile, I was wondering if the CLS errors in Google Core Web Vitals were being thrown because of the IPS Lazy Loader feature.
December 12, 20204 yr @Adlago Thanks, will work on that and get back to you as soon as I finish this. Meanwhile, I was wondering if the CLS errors in Google Core Web Vitals were being thrown because of the IPS Lazy Loader feature. No, that has nothing to do with it. The main delay in your site is long time FCP Your CLS is negligibly small.
December 13, 20204 yr Author For starters - eliminate all errors https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.clubedohardware.com.br%2F Fixed all that I could. There are still errors caused by: (1) Cloudflare's Rocket Loader (A script element with a src attribute must not have a type attribute whose value is anything other than the empty string, a JavaScript MIME type, or module). I am not sure if there is anything we can do about those. (2) Group Name Indicator plugin, which the developer has just fixed for us and we are waiting for approval at the marketplace. I will take a closer look at the FCP/LCP metrics tomorrow. Pointers are welcome. Thank you for your help! 🙂 Edited December 13, 20204 yr by Gabriel Torres
December 13, 20204 yr Author It seems these FCP/LCP issues are being caused by the advertisement banners we have on our website. I made a few changes, but will continue investigating this further in the coming days. Thanks.
December 13, 20204 yr You will have some improvement in site loading speed if you use a preload font. Font awesome loads a file size of 75 kb and this creates a certain delay. Try and paste the code below, into your global template, after close the footer tag (</footer>) <link rel="preload" href="/applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0" as="font" type="font/woff2" crossorigin="anonymous">
December 13, 20204 yr Author @Adlago Many thanks for this tip, done that. I will investigate a little bit further every day, I made saveral small adjustments and fixes during this weekend. Let's wait and see how the metrics react to them. I was just wondering why adding the font awesome preload at the end of the page and not at the start... https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content Edited December 14, 20204 yr by Gabriel Torres
December 14, 20204 yr I was just wondering why adding the font awesome preload at the end of the page and not at the start... I have done too many experiments and analyzes. The location I mentioned for this preload link, at least in my community, provides the best speed-efficiency balance.
December 18, 20204 yr I'm fairly certain the sidebars on the site are delayed when loaded causing CLS issues, largely on the desktop view. For ads just put a DIV around them with the size of the ad. That will fix the CLS issue.
December 21, 20204 yr Author I'm fairly certain the sidebars on the site are delayed when loaded causing CLS issues, largely on the desktop view. Thanks, the majority of errors are coming from mobile. For ads just put a DIV around them with the size of the ad. That will fix the CLS issue. Yep, done that. That was exactly what was shifting the layout. Now I just need to wait until Google validate these changes. Thanks! 🙂 Cloudflare Rocket Loader usually breaks IPS, as a heads up. Really? What do you mean by "breaks IPS" exactly? Could you be more specific? Because we are using Rocket Loader for quite some time now and haven't seen any issues with it. Edited December 21, 20204 yr by Gabriel Torres
December 21, 20204 yr Really? What do you mean by "breaks IPS" exactly? Could you be more specific? Because we are using Rocket Loader for quite some time now and haven't seen any issues with it. It can break the editor and cause it to not load in some cases. I'm not sure of the configuration options for Rocket Loader, so it may not be an issue for you. Every instance I've seen, disabling it resolved the issue.
December 21, 20204 yr Author It can break the editor and cause it to not load in some cases. I'm not sure of the configuration options for Rocket Loader, so it may not be an issue for you. Every instance I've seen, disabling it resolved the issue. Thanks @Ryan Ashbrook for detailing what @Morgin mentioned. I will disable it "just in case".
December 21, 20204 yr Really? What do you mean by "breaks IPS" exactly? Could you be more specific? Because we are using Rocket Loader for quite some time now and haven't seen any issues with it. Yeah sorry! Horrible reply on my part. @Ryan Ashbrook covered one of the big issues I had which was that ckeditor would randomly fail to load or would load improperly so certain functions were disabled. I don’t know how to characterize it other than very weird and annoying bugs that didn’t happen every time so were hard to replicate, but always related to JavaScript. There were also times the entire site would just stop loading about halfway through initial paint so you were left with broken stylesheets etc. As soon as rocket loader was disabled, all of that went away
December 22, 20204 yr Author @Morgin Got it. As mentioned above, I disabled it. Thank you very much for coming back and detailing the issue! 🙂
December 26, 20204 yr For starters - eliminate all errors https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.clubedohardware.com.br%2F Not to hijack but some help to me in your free time? I see lot of errors on mine and have zero idea from where it's coming. https://validator.w3.org/nu/?doc=https%3A%2F%2Ffearless-assassins.com
December 26, 20204 yr Not to hijack but some help to me in your free time? I see lot of errors on mine and have zero idea from where it's coming. https://validator.w3.org/nu/?doc=https%3A%2F%2Ffearless-assassins.com Contact the author of your theme - there are incorrectly used style elements.
December 26, 20204 yr Contact the author of your theme - there are incorrectly used style elements. @Ehren - I am rookie in what Adlago is saying. Can you please check? Theme is Deflection and Elegant. Thank you Adlago and Ehren.
December 27, 20204 yr I've just tried viewing the validator URL but I'm seeing a "503 Service Unavailable" error.
December 27, 20204 yr I've just tried viewing the validator URL but I'm seeing a "503 Service Unavailable" error. Service seems to be down now
December 28, 20204 yr Author @AlexJ Please open your own topic; your question has nothing to do with my topic here.