Optimized page caching
-
Please, trim buffer before save it. The buffer can start with whitesapces which may brake XML output.
So please add in PgCache.php in ob_callback() line 332 :
$buffer = trim($buffer);
Regards.
- The topic ‘Optimized page caching’ is closed to new replies.