• I install this plugin hope seeing any improve on my VPS response time .
    But after many test I notice my site become slower every time I enable it.
    if you don’t test you site often you wont notice this but I used webpagetest.org to test every tweaking I do and when I enable WP-FFPC TTFB increased to 270ms from 142ms that regularly I got with my current tweaking .
    Last I don’t need this plugin any more I use it to flush APC cache and failed so I do it on old way
    serves php5-fpm restart
    and all cache gone away .

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    May I ask what setup ( apache, nginx, APC, APCu, Memcached, PHP version, etc ) you used? No one ever had this issue before and I’d like to solve it.

    In case you’ve been using APC with PHP 5.4, that’s not my fault; APC is not stable after PHP 5.3. That is the reason why APCu got into the plugin.

    Thread Starter salem80

    (@salem80)

    My setup is
    nginx 1.2.1
    APC 3.1.13
    Memcached 2.0.1
    PHP 5.4.35-0+deb7u2
    I’m not installed APCu yet don’t know if it work with PHP 5.4
    All I know APC work fine after disabling the Plugin .
    BTW I already tried Memcached option but I notice no effect

    Plugin Author petermolnar

    (@cadeyrn)

    “APC work fine” I believe you mean the APC as opcode cache. The plugin utilises the object – user – cache part where is APC + PHP 5.4 is not a good combination. I had the same slowdown issue with my setup when I upgraded to PHP 5.4 from 5.3. I would suggest installing OpCache + APCu instead; it’s a good, fast, stable combination.

    Also, please read this thread about PHP 5.4+ and APC.

    Plugin Author petermolnar

    (@cadeyrn)

    Dear salem80,

    Have you got any updates on this, have you tried APCu or Memcached instead?
    As I mention – and mentioned in the readme file of the plugin as well – APC + PHP 5.4+ is an unstable combination and should be avoided.

    Another setup would most probably show the real power of the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Makes my site slower’ is closed to new replies.