• A very interesting plugin among cache plugins!

    Questions:

    1. What is the reason for the 1 hour cache recommendation?
    2. does the client browser cache?
    3. How does it reduce the load on the server?
    4. Does it work with Memcached?
    5. Is there lazy loading?
Viewing 1 replies (of 1 total)
  • Plugin Author MDZ

    (@mdesignfa)

    Hello dear user

    Note: The main purpose of this plugin is to load the content of your site in the form of Ajax, but it also has a cache system inside the browser to double the loading speed of your site.

    What is the reason for the 1 hour cache recommendation? >> Because it updates the cached content after 1 hour (to avoid displaying old or wrong content, especially on sites with more dynamic content, such as a WooCommerce store)

    does the client browser cache? >> Yes! All cached data will remain in the user own browser storage (Local-Storage)

    How does it reduce the load on the server? >>In normal mode, it does not increase the speed, but by activating the cache system, it significantly increases the page loading speed, although this AJAX loading system seems to work faster (it can be a kind of visual or mental effect like React sites).

    Does it work with Memcached? >> Never-tested before but i think there will ne no interference or conflicts

    Is there lazy loading? >> if you mean lazy-load system for site image tags: NO But it may be added to this plugin in the next versions, especially the Pro version

Viewing 1 replies (of 1 total)
  • The topic ‘More Question’ is closed to new replies.