• Resolved kinansy

    (@kinansy)


    This plugin will help you to cache not only the static files (e.g. CSS, JS, images etc.) but also the HTML webpages

    without this plugin: both guest users and logged in users will get static files cache
    with this plugin:
    guest users: will get both. static files cache and HTML webpages
    logged in users: ???

    Do you allow to bypass the cache for logged in users?
    Yes. This is the main purpose of this plugin

    the description and FAQ does not make it clear bypass what?
    HTML webpages and static files OR HTML webpages only

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    without this plugin: both guest users and logged in users will get static files cache
    with this plugin:
    guest users: will get both. static files cache and HTML webpages
    logged in users: ???

    Non logged in user both static and HTML file cache
    for logged in user the first HTML request will be bypassed from cache and will be served by origin server

    Thread Starter kinansy

    (@kinansy)

    you only mention first HTML request will be bypassed. So will the second visit be served from Cache ?
    if yes, is there a way to always bypass ?

    Plugin Contributor iSaumya

    (@isaumya)

    The first request of any webpage is of content type text/html which will be bypassed for logged-in user on every visit.

    Thread Starter kinansy

    (@kinansy)

    So will the second visit be served from Cache ?
    if yes, is there a way to always bypass ?

    Plugin Contributor iSaumya

    (@isaumya)

    So will the second visit be served from Cache ?

    For loggedin users only static files like CSS, JS, Image files etc will be served from cache. The main page will not be served from cache and will always be bypassed. Not just for the first request.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘logged in users and static files cache’ is closed to new replies.