• Resolved anirnet

    (@anirnet)


    Hi!

    I would like to thank you first for this great piece of work i really appreciate the effort put into this plugin and the user interface which is top notch.

    I went through every setiing and everything works just fine except for the manual mode. When i try to bulk update and hit publish changes, I get a blank page with this message at the top: The link you followed has expired.

    I just wanted to manually move css files to the footer so I can apply the above the fold setting.

    What I tried to solve the issue:

    – I disabled all my plugins except hummingbird.
    – cleared my own browser’s cache.
    – cleared All cache.
    – Cleaned database.
    – reset asset optimization settings.
    – Uninstalled & reinstalled hummingbirg.
    – increased php memory on the server level (it was 512 anayway).

    Actual Characteristics for reference:

    – WordPress latest version.
    – blocksy “gardrobe” theme latest version.
    – Redis connected & enabled.
    – cloudflare connected & enabled.

    Server level / PHP Settings:

    – Php 7.4.30
    – nginx with wordpress template & fastcgi enabled. ( Nginx also configured according
    to hummingbird recommended settings)
    – max_execution_time: 300
    – memory_limit: 1024M
    – upload_max_filesize: 500M
    – post_max_size: 256M

    i’m not sure what could be the source of the issue, i tried my best to find out without but still no reults.

    i’d appreciate your help. Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @anirnet,

    I hope you are doing well today and thank you for the appreciation.

    This issue still looks like more of a resource related.
    Can you please go to WordPress Dashboard->Tools->Site Health->Info->Copy site info to clipboard then share the results with us using a service such as https://pastebin.com which is free to use.

    Please also try adding the following lines into your wp-config.php and make sure to add them code just before the line
    /* That’s all, stop editing! Happy blogging. */

    set_time_limit(600);
    define('WP_MEMORY_LIMIT', '256M');
    define('WP_MAX_MEMORY_LIMIT', '512M');

    Please let us know the results and your system info as well.

    Kind regards,
    Zafer

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @anirnet ,

    We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The link you followed has expired When Bulk Updating & Publishing’ is closed to new replies.