Anonymous User 16850768
(@anonymized-16850768)
Delivering a cached page for logged in users is not currently a feature that the Cache Enabler plugin offers but is a feature that is on our request list.
If you want to deliver cached pages for logged in users now you could fork the Cache Enabler plugin, go to the cache_enabler.class.php file, and comment out the statement that checks this (L1433-L1435):
// if logged in
// if ( self::_is_logged_in() ) {
// return true;
// }
Thread Starter
Ruslan
(@devprollc)
In v. 1.4.7 I can’t find such strings (((
Anonymous User 16850768
(@anonymized-16850768)
As of version 1.4.0 this is now available (PR #95).