• Hi, I think Asset CleanUp could really be helpfull to make my website faster, even if it’s just for cf7.

    The problem is that while I’m conected to the admin with Asset CleanUp installed, I can’t access to the front page, it displays a white page, if I’m not connected (in private mode or in a different browser) it’s ok.

    My other problem is that recaptcha v3 takes time to load styles__ltr.css, roboto webfonts and logo_48.png (cf gtmetrix waterfall). I dont need it because I use .grecaptcha-badge{visibility:hidden} in my css. Asset CleanUp doesn’t show styles__ltr.css to give me the possibility to block it.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @wellwellsound so you’re getting a white page whenever you’re logged-in as administrator? Can you install “Error Log Monitor” plugin, set it up and check if there are any errors generated there? Or you can check directly your error_log files if you know where they are located. Perhaps something is interfering with the plugin (e.g. another plugin).

    As for ReCaptcha v3, that styles__ltr.css is not enqueued (the WordPress way), nor hardcoded in the HTML source. It’s loading via reCAPTCHA v3 JavaScript. Unless they have an option to turn the CSS off, you might need to just leave with it. However, it’s not render-blocking and it’s loading (on my tests) as the last CSS file. Yes, Google PageSpeed Reports everything (including their own files). But in terms of user experience, that shouldn’t affect your visitors.

    Thread Starter wellwellsound

    (@wellwellsound)

    Hi, Thanks for your answer, just reinstalled the plugin, homepage is displayed, but the other pages are blank.
    Php Error Log doesn’t detect any error

    Plugin Author Gabe Livan

    (@gabelivan)

    @wellwellsound can you append /?wpacu_no_load to any of the URLs that return a white page. Also, please add /?nocache in comparison. It’s kind of weird if the plugin is faulty and PHP doesn’t report any errors. Also, more interesting I found is that it works in the homepage, but not the other pages.

    Thread Starter wellwellsound

    (@wellwellsound)

    if I add ?wpacu_no_load to the adresses pages are displayed, with ?nocache they are not. Yes it’s working on homepage but also on categories and tag pages.

    Plugin Author Gabe Livan

    (@gabelivan)

    @wellwellsound Can you send me your “System Info” (from “Tools”, plugin’s menu) privately (as it contains sensitive data) via https://gabelivan.com/contact/? That could reveal some clue about the problem you’re having. Can you manage the CSS/JS handles within the Dashboard on any page without any issues?

    Thread Starter wellwellsound

    (@wellwellsound)

    another weird thing is that I’ve made these modifications, but I don’t see any improvement in google speed and gtmetrix:

    astra-contact-form-7 v2.2.1
    /wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css
    Unloaded site-wide (everywhere)
    Loaded (as an exception) in the following posts: 284

    chld_thm_cfg_child v5.3.2 (this one is empty as I add my css in theme customization)
    /wp-content/themes/astra-child/style.css
    Unloaded site-wide (everywhere)

    contact-form-7 v5.1.6
    /wp-content/plugins/contact-form-7/includes/css/styles.css
    Unloaded site-wide (everywhere)
    Loaded (as an exception) in the following posts: 284

    dlm-frontend v5.3.2
    /wp-content/plugins/download-monitor/assets/css/frontend.css
    Unloaded on the homepage

    contact-form-7 v5.1.6
    /wp-content/plugins/contact-form-7/includes/js/scripts.js
    Unloaded site-wide (everywhere)
    Loaded (as an exception) in the following posts: 284

    I also use autoptimize and cache enabler, could this be the problem?

    Thread Starter wellwellsound

    (@wellwellsound)

    I’ve just sent you my “system info”

    Thread Starter wellwellsound

    (@wellwellsound)

    I’ve managed the handles on contact page and didn’t see any issue…

    Thread Starter wellwellsound

    (@wellwellsound)

    Hi,
    got a good news!
    I’ve installed a plugin called Plugin Organizer that allows to disable some plugins and reable them on specific pages. And this plugin has improved drastically the performance scores on google speed and gtmetrics. So I decided to uninstall Asset CleanUp and then I reinstalled it. And now there is no white page bug, everything is working well.

    Plugin Author Gabe Livan

    (@gabelivan)

    @wellwellsound That confirms my suspicions there is a conflict between Asset CleanUp and one of the plugins you’re using. I’ll go through the list from the “System Info” to find out the culprit. As you used “Plugin Organizer” to unload certain plugins, then the plugin in question wasn’t triggered, thus no conflict was generated with Asset CleanUp and no white page was shown anymore. I’m glad you managed to sort this out!

    Thread Starter wellwellsound

    (@wellwellsound)

    yes, WP Sitemap Page looks to be the guilty one, because I’m still having the bug on my sitemap page https://brigande.fr/plan-du-site.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘white front page’ is closed to new replies.