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

    (@emrevona)

    Cache System:

    When a page is rendered, php and mysql are used. Therefore, system needs RAM and CPU. If many visitors come to a site, system uses lots of RAM and CPU so page is rendered so slowly. In this case, you need a cache system not to render page again and again. Cache system generates a static html file and saves. Other users reach to static html page.

    Browser Caching:

    https://gtmetrix.com/leverage-browser-caching.html

    Thread Starter JOHN2000

    (@john2000)

    when i browser caching enabled and there are new comments how long does that to you to see?

    Plugin Author Emre Vona

    (@emrevona)

    Browser caching is not enable for html. nevertheless browser caching cause an issue that the user cannot see the changes.

    Thread Starter JOHN2000

    (@john2000)

    there is a solution for the problem?

    and have the normal cache the same problem?

    Thread Starter JOHN2000

    (@john2000)

    if I cache enabled I am not logged-in in wordpress frontend!

    Plugin Author Emre Vona

    (@emrevona)

    You need to enable the following option.

    Logged-in Users: [X] Don’t show the cached version for logged-in users

    Thread Starter JOHN2000

    (@john2000)

    OK THX but i have the problem i have a comment edit and the canche not visible for other users!

    Plugin Author Emre Vona

    (@emrevona)

    tell me the url please.

    Thread Starter JOHN2000

    (@john2000)

    Post change are visible immediately but not comments

    only when I update the post or delete cache change is visible in comments!

    but new comments works

    Plugin Author Emre Vona

    (@emrevona)

    Now I got it.

    When a comment is approved, the cache of page is deleted.

    Thread Starter JOHN2000

    (@john2000)

    ok but when i edit a approved comment, the change dont visible! the edit of a commen dont delete cache!

    and browser cache have the same problems?

    Plugin Author Emre Vona

    (@emrevona)

    ok but when i edit a approved comment, the change dont visible! the edit of a commen dont delete cache!

    now I got it. I will investigate and let you know.

    and browser cache have the same problems?

    The problem is not about browser caching.

    Thread Starter JOHN2000

    (@john2000)

    what I have noticed

    if cache is activated on the blog the time when an article was published (Time Ago) is not work until the cache cleared!

    Show Post 1 Minute ago until the cache cleared!

    Plugin Author Emre Vona

    (@emrevona)

    If it is done with php, it does not work surely. It must be done with Javascript.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Cache System vs Browser Caching’ is closed to new replies.