Giter Club home page Giter Club logo

Comments (4)

richard67 avatar richard67 commented on May 29, 2024

@joomdonation Could that be fixed in a similar way as you did with PR #42871 for the exclude URLs?

from joomla-cms.

joomdonation avatar joomdonation commented on May 29, 2024

@richard67 To be able to give an understandable explanation, I would have to read the code again. But the short answer is No, this could not be fixed in the similar way with the other PR I did (that PR fixed a bug in System - Page Cache plugin, but there is no bug in that plugin related to this issue)

Basically, the System Cache (cache is set to on - advanced caching under Global Configuration) is not aware of (or not depend on) the settings from System - Page Cache plugin.

What's happening here is that the page is not being cached by System - Page Cache plugin when the menu item is excluded (that's why I said there is no bug earlier). But Joomla has another tier of caching when the page is displayed - handled in display method of DisplayController, independent with System - Page Cache plugin. That's why the cached content is still being displayed for this case.

This might be a won't fix issue. I wonder if you still need to turn on System - Cache when the System - Page Cache is already in used? The whole page is cached already, so look like by enabling both, we have cache on cache.

from joomla-cms.

brianteeman avatar brianteeman commented on May 29, 2024

This might be a won't fix issue.

We should just kill the cache plugin. It works as intended but not as users expect. Resulting in confusion and complaints

from joomla-cms.

Hackwar avatar Hackwar commented on May 29, 2024

The caching in the global configuration is a different caching than the page cache plugin. The page cache plugin is a vastly more agressive caching and only usefull for static websites. As Brian wrote, this is working as intended, even though not as expected, and is not a bug.

from joomla-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.