krossekrabbe
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Progress Bar for Bulk OptimizerNot sure if my problem is related, but for me there is also no progress bar showing up:
I have max_execution_time set to 30 seconds, but of course the bulk optimization takes longer than that. So it interrupts and i have to click presume each time. It would be very convenient if the bulk optimization page could do the optimization with some ajax stuff, so that each image optimization is done in a single request.
Or will it work already this way as soon as the progress bar is functional for me?
Forum: Plugins
In reply to: [W3 Total Cache] New Relic Framework not setThanks to the highly informational “could not verify”-message, it took me 1hr of debugging to figure out that it was a ssl problem in my case.
sudo apt-get install ca-certificates sudo service restart php5-fpmthanks, should be mentioned in installation instructions!
Forum: Plugins
In reply to: [WordPress CDN Rewrite] [Plugin: WordPress CDN Rewrite] No URLs get rewrittenHe has done some strange coding, there is no chance this plugin version was ever working.
Replace line 188 of class-wpcdnrewrite.php with the following code and it should do:
if ( version_compare( $version, '1.0' ) >= 0 ) {