User tests: Successful: Unsuccessful:
No need to render a module via callback cache controller if caching is disabled.
Enable Joomla caching, apply patch, see no changes except slight cached module rendering time improvement for logged users.
The module is rendered or the module data is loaded via callback cache without storing the data, even if caching is disabled.
The callback is executed directly.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
That may happen if the module itself also use cache, because $params->get('cache') == 1
.
Labels |
Added:
?
|
Labels |
Added:
?
Removed: ? |
This pull request has automatically rebased to 4.2-dev.
This pull requests has been automatically converted to the PSR-12 coding standard.
Labels |
Added:
?
|
Labels |
Added:
?
|
Labels |
Removed:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-22 07:43:28 |
Closed_By | ⇒ | HLeithner |
This method does not used when cache is disabled
https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Document/Renderer/Html/ModuleRenderer.php#L36
So your changes does not make sense.