• Resolved 123nadav

    (@123nadav)


    Hey Frank πŸ™‚

    I need your help again.
    I Want activate WP_CACHE without any other plugin and do it throw the php in the
    wp_config:

    /** WordPress Cache */
    define( 'WP_CACHE', true );
    define( 'ENABLE_CACHE', true );
    define( 'CACHE_EXPIRATION_TIME', 3600 ); // in seconds

    is perfect for me and will match the DNS I have from APACHE TO NGINX.
    But I need to know if it will conflict with AO or this must a plugin.

    I dont want a plugin.
    I want pure PHP with NGINX is ok for me.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    these constants will not conflict with AO no, but I don’t think this will activate page caching as that is not part of WordPress core?

    Thread Starter 123nadav

    (@123nadav)

    This way i am asking you…
    if have benefited from it even if you are not put an actual plugin managing WordPress.

    PHP-FPM will read it and process it?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    yeah, but PHP-FPM will read & process it, but they are merely constants that are being set and in and off themselves they do nothing. you could also add

    define( 'WP_SAYS', 'cheese' );

    and it would have the same effect if there is nothing in the code somewhere that reads that constant and does something with/ based on it.

    as far as I know the constants you set will not trigger page caching in WordPress core as there is no page caching in core, so you would need a plugin to do something with those constants?

    Thread Starter 123nadav

    (@123nadav)

    this way i ask you, because you say the truth πŸ™‚

    Do you have a recommendation for me? except for key-CDN? this plugin is a nightmare.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, WP Super Cache is a golden oldie, still use it myself on some site. Or the newer Speed Booster Pack maybe? πŸ™‚

    Thread Starter 123nadav

    (@123nadav)

    what is a speed booster? wp super cache is too much, i already have Nginx.
    i need something lite style KeyCDN with good support and connect properly to the new
    WordPress API and not hide him.

    (btw the problem with KeyCDN he creates another layer of cache on top of AO and this layer is hiding the API REST URL, AND let’s NOT TALK ABOUT, THAT THE BOTH EVERYTIME READ ANOTHER VERSION OF YOUR SITE BECAUSE THIS PLUGIN, THE WORST IS THE SUPPORT).

    If i was able to activate that and use it only with the php or a plugin only create the advance-cache.php for php-fpm.

    bat-cache is a good idea but is not operate properly and didn’t was update for long time πŸ™

    speed booster pack? what is it?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    i already have Nginx.

    is nginx doing page caching already?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP_CACHE with AO’ is closed to new replies.