User tests: Successful: Unsuccessful:
Pull Request for Issue #9898
Remove own accounting and replace it with builtin functions
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Category | Libraries | ⇒ | Libraries Unit Tests |
Labels |
Added:
?
|
Category | Libraries Unit Tests | ⇒ | Libraries |
Status | Pending | ⇒ | Information Required |
HI, answered.
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-18 08:04:38 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
?
Removed: ? |
Sorry that it has taken so long to respond to this pull request. As we want replace our current cache API with PSR-16, this pr is not valid anymore and will be closed. If you want to help us in the PSR-16 project, get in touch with one of the @joomla/cms-maintainers. Thanks for your understanding.
@laoneo As caching requires great deal of practical knowledge I would rather suggest you use one of the existing libraries. Also please note PSR-16 only covers low level caching (currently known in Joomla as Storage), to keep the current performance you will need to add at least higher-level View (Render) caching.
@klas that's the reason why we want to switch to PSR-16, we would like to have a cms layer for psr-16 caches, if you look at the framework our caching package is already deprecated with the PSR-6/16 note: https://github.com/joomla-framework/cache
If you would like to make this happen it would be really appreciated.
Please note this has not been tested yet.