User tests: Successful: Unsuccessful:
Pull Request for Issue #12133 and other optimizations.
get
and store
methods in JCacheController
, subclasses should have own methods.start
and end
methods in JCacheControllerOutput
- joomla does not use itcall
method in JCacheControllerCallback
setLifeTime
, setCaching
from JCacheController because __call()
method can call it directly on JCache instance.locked
and locklooped
variables.if ($locktest->locked === false && $locktest->locklooped === true)
get
and store
method to JCacheControllerOutput
which is the same as deprecated method get
and store
in JCacheController
.JCacheController
I did optimization on get
methods.
unlock()
method before unserialize(...)Joomla should work as before.
Code review.
None.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Labels |
Removed:
?
|
Thanks Michael.
Now I have to wait for 2 successful tests:)
Yes, be sure that cache works before patch
I have tested this item
Tested on Articles, Blog, List, Contact, Feed, Search.
I have tested this item
Logged in, logged out, created article, viewed list, viewed article, changed site settings on frontend, ect. Seems to work great on every view I tested. Successfully tested this PR.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-27 18:18:10 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
Can I ask you @mbabker for a review?