• Resolved Joanna

    (@joannacraig)


    I use this plugin in conjuction with The7 theme as recommended by theme developers. I also have W3 Total Cache active as well. I have set the FVM settings as per guidance from The7 theme developers and the minify settings in W3 are off.

    If I run a speed test via Lighthouse Page Speed Insights and Web Core Vitals with FVM active, the performance score is ‘0’ and on Lighthouse Page Speed insights the mobile score cannot be registered and the Largest Contentful Paint says ‘Error’.

    If I turn FVM off, then a score is returned via both tests. It seems that something in FVM is stopping the LCP test from returning a score.

    I am running latest 5.7 WP and theme.

    Please advise.

    • This topic was modified 3 years, 8 months ago by Joanna.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Take it of do not intall it again,
    it works like virus with delay.

    Plugin Author Raul P.

    (@alignak)

    Hi,

    You can ignore the comment from the other user as he has no idea what he is saying.

    The first thing you need to test is if the site is working as usual, while logged out, after installing FVM. I remind you that FVM is a tool for developers, so it requires manual settings for JavaScript optimization. The default may not always work out of the box depending on your other plugins.

    If the site works fine in incognito mode on google chrome, and if there are no 404 errors showing up, then pagespeed should work fine. If there are errors while logged out, then certainly, pagespeed will fail as well.

    I suggest repeating the test at least a few times and read carefully what it’s telling you that went wrong. If you persistently get the same error on several tests, and if the site has no errors while logged out, then please take a full page screenshot of the pagespeed insights report, so I can see.

    You can also try to test it on https://web.dev (same test) and see if it works.
    And also gtmetrix.com to see if there is any difference (do send me the report if it also fails).

    Do note that if you use a firewall or cloudflare, it may also be blocking the test for whatever reason.

    After deinstalle it lot of design issues and 404.
    And you will tell i do not know what i talk.

    It work like virus no possibility to deinstalle it without issues.

    And no i did not save by deinstalle.

    You just hide from your responsability.

    Plugin Author Raul P.

    (@alignak)

    @hellehelle When you enable the plugin, you have to read the description and understand who is it for and what it does.

    The plugin will capture the final HTML and during that time, it will merge all CSS and JS files that you added on the settings. It will then link to those new cache files and the final page will be generated.

    If you have malware already on your css or js files, FVM will simply merge whatever you already have there. However, when the optimization is enabled, you now will see the merged malware on the cache files under the FVM cache directory.
    This is obvious, because you are no longer accessing the original files but rather, a cache file where the original files were copied to.

    If you clear the cache, FVM will repeat the process. It will again read your original files, minify and combine them into a new cache file.

    When you uninstall the plugin… the merging and minification of css and js files stops and those cache files are deleted. The site will then revert to the original files, as enqueued by your theme and other plugins.

    The only time you are going to see 404 errors on FVM cache files, is when your server is still having page cache in memory.

    If your full page was cached on your hosting provider when FVM was active, it would be having css and js references to cache files that are now deleted. The issue there, is that you haven’t correctly purged your full page cache, be it some cache plugin, hosting cache or whatever… so the cached version, is now pointing to expired and deleted cache files.

    This is explained on the HELP section when you install the FVM plugin.

    Some hosting services have persistent caches for disk or page cache.
    This means, if you delete (or add) a plugin, it may not work until your hosting clears the cache on the server and it fetches again the actual files from the remote storage.

    Not many hosting services do this, so I recommend you to switch to some other provider, like godaddy, bluehost, cloudways, or whatever.

    It’s nothing to do with being like a virus. If you are deleting the plugin, and if you don’t see it on wp-admin anymore, that means it’s gone. It’s your server that is caching too much, and still has that code in memory.

    It can happen with any other plugin that does css and js minification as well.
    You just think it’s the plugin fault, because you don’t understand what your server is doing and how it keeps code in memory, and how you need to clear all caches properly whenever you install or deactivate a plugin.

    Another possibility may be file permissions. If your server is not configured correctly, you can ask your hosting to fix those permissions.

    Likewise, if you see 404 errors on expired FVM css and js files even after you have removed the plugin (and the plugin is gone from wp-admin), you need to ask your hosting why is that. There is likely something wrong there with OPCache, which is not clearing when it needs to, or you did not clear the page caching.

    I would suggest you to contact your hosting or hire a developer to help you with that, as speed optimization, as the plugin description says, is for developers and advanced users. And your server also needs to be compatible, so a developer will check that for you as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn’t return a Performance score on Lightspeed and Core Web Vitals test’ is closed to new replies.