• Resolved jimfarg

    (@jimfarg)


    Hello, when I click on “Purge the cache”, after a few hours my websites turned into 503 error because i reached my limit on the host due to my size increased by 3 GB. Can you help me with that?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jimfarg You can reduce the cache lifespan from 24 hours to 12 hours inside WP-Optimize > Cache.

    Also please add the following line to your active theme’s functions.php file

    add_filter( 'wpo_purge_all_cache_on_update', '__return_true' );

    So whenever you add/update post/page the cache will get purged automatically.

    For now you’ll have to manually delete the cache inside wp-content/wpo-cache folder.

    Thanks,
    Harshad

    “For now you’ll have to manually delete the cache inside wp-content/wpo-cache folder.”

    I beg your pardon – I wanted to clarify. I thought that the cache was stored in –
    wp-content/cache/wpo-cache
    I’m wrong?

    • This reply was modified 3 years, 6 months ago by vaka2vaka.

    @vaka2vaka @jimfarg Yes sorry its s TYPO its should be actually “wp-content/cache/wpo-cache”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Server size increased by 3 GB’ is closed to new replies.