• I use a plugin called Responsive Menu, which changes the look of the menus depending on how big the window is. Is this kind of dynamic function compatible with cacheing, and does anyone know if WP Fastest Cache is compatible with this particular plugin?

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

    (@emrevona)

    is “dynamic function” php or javascript? if it is php, it is not compatible with the cache plugins.

    Thread Starter billfish

    (@billfish)

    It is php. Thank you for your prompt reply.

    Thread Starter billfish

    (@billfish)

    No, wait, that’s the wrong answer. The plugin operates by php, but what it does is to slam a bunch of CSS, media queries, and jQuery code into the served-up page headers. That should be OK to cache, right? The “dynamic” is just the CSS media queries and the jQuery operating, it doesn’t redo the page from the server.

    Plugin Author Emre Vona

    (@emrevona)

    yes, in this case they work properly together.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility: Responsive Menu Pro?’ is closed to new replies.