Welcome to Centmin Mod Community
Become a Member

WP-FFPC trying to cache content that no longer exisits

Discussion in 'Blogs & CMS usage' started by Steve Tozer, Aug 1, 2014.

  1. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    6:45 AM
    1.91
    10.0.19
    Hello,

    This may not the "right" place to post this quesiton but im sure someone will know ;)
    Using the wordpress plugin WP-FFPC plugin. Seems to be working to certain extent but am seeing some errors when its caching.

    Code:
    PHP Warning:  file_get_contents(https://blog.something.com/funny/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
    Seems to be picking up posts thats no longer exisit or have been changed as its caching the correct one.

    Code:
    https://blog.something.com/category/funny/   0.21   21.46
    Anyone know how to stop / remove WP-FFPC from trying to cache these as they no longer there :)

    Thanks in advance


    Steve
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,546
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    4:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Unfortunately, haven't used WP-FFPC log enough beyond basic install guide at Nginx Wordpress + WP-FFPC Plugin Setup + ngx_pagespeed to know what the problem is. Be sure to take note from the install guide the sectionbelow

    If you setup memcached based caching, restarting memcached server would usually clear the contents.

    There's always WP-FFPC developer's support forums too WordPress › Support » WP-FFPC
     
  3. Steve Tozer

    Steve Tozer Member

    70
    42
    18
    Jul 28, 2014
    South Wales, UK
    Ratings:
    +49
    Local Time:
    6:45 AM
    1.91
    10.0.19
    Hello,

    Thanks tried a couple of those things and restarted memcached, didn't make any difference. I have posted in the dev forum for the plugin. When I solve it I will update this thread just in case any one else gets the same issue :D
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,546
    12,221
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,790
    Local Time:
    4:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Ok, be sure to let us know what you find :)