NLWD on "autoptimize breaks my site"
I am hoping I can use your great plugin to speed up our website. But I am having some issues with it. When I activate it, it really messes it up and gives this error: PHP Warning:...
View Articlefuttta on "autoptimize breaks my site"
Well, based on the error, Autoptimize cannot write the optimized files to the cache-folder due to configuration on the server (apparently set in php_prevent_flock.php). Can you check with you hoster to...
View ArticleNLWD on "autoptimize breaks my site"
I check with the hosting (WPengine) here is what they said: "As far as I can tell, the error we'll dealing with now isn't an actual permission denied error, but a glitch in the plugin that's producing...
View Articlefuttta on "autoptimize breaks my site"
No idea, really. The file is written using a very standard PHP-function (file_put_contents) like this (from autoptimizeCache.php on line 52);...
View Articletheunvarnished on "[Plugin: Autoptimize] Excluding js files from autooptimize"
Great plugin by the way. When I first installed it I wanted to exclude some jquery files from being optimized. When I went to the "exclude scripts...."line in advanced settings I noticed that there was...
View ArticleNLWD on "autoptimize breaks my site"
Here is the latest response from WPEngine: "Apologies for the problems here. The error message in the log : [Tue Jul 15 11:13:53 2014] [error] [client 54.88.111.48] PHP Warning:...
View Articlefuttta on "[Plugin: Autoptimize] Excluding js files from autooptimize"
1. you can remove the stuff already there. 2. if the cache is that large, chances are you have some inline javascript (or css) in your pages that is unique to each page, leading to a new js and/or css...
View Articlefuttta on "autoptimize breaks my site"
Well, there is no flock in Autoptimize at all and I'm not setting the lock_ex flag in file_put_contents() either, so I still can't imagine what I could do to fix this.
View ArticleG-Olly on "[Plugin: Autoptimize] WSOD but only occasionally..."
Hi Futta, I am having an infrequent problem with my site regarding the use of WP Fastest Cache and Autoptimize. For some reason I get a white screen of death on the front end every now and then. I have...
View Articlefuttta on "[Plugin: Autoptimize] WSOD but only occasionally..."
Evening g-olly; I strongly advise against using multiple css/js minification plugins simultaneously. Does the problem also exist when not using WPFC's CSS/JS minification? Kind regards, frank
View ArticleG-Olly on "[Plugin: Autoptimize] WSOD but only occasionally..."
I do not know to be honest. I will test today and let you know.
View ArticleG-Olly on "[Plugin: Autoptimize] WSOD but only occasionally..."
I have disabled the combine and minify html/css/js in WPFC. The site is still loading as quickly as before but I cannot test whether the WSOD has been affected, as I do not know the true reason to why...
View ArticleFrankBukowski on "Anti-Malware scan is flagging some autoptimize files"
Hi I just ran a scan by Anti-Malware (Get Off Malicious Scripts), and it listed about 450 autoptimize files as potential threats: For instance in the following file:...
View Articlefuttta on "Anti-Malware scan is flagging some autoptimize files"
Autoptimize just aggregates scripts that your theme & plugin put there Frank. If you disable AO JS optimization, it will undoubtedly point you to the exact JS-file that contains the offending code....
View ArticleRick Sportel on "[Plugin: Autoptimize] Change location of optimized files in...
Hello Futta, Is it possible to manually change the location of placement of combined JS/CSS files in the head? I experience that the combined JS file, that is by default placed just before the...
View Articlefuttta on "[Plugin: Autoptimize] Change location of optimized files in the...
Currently the <title>-tag is used to inject CSS (before) and </head>-tag for JS (injected after), while the inline CSS/JS is left as is, which indeed would block execution of inline script...
View ArticleRick Sportel on "[Plugin: Autoptimize] Change location of optimized files in...
Thanks for responding Frank! Could you provide a piece of code to use the filter you mention? The other solution works: changing file content/plugins/autoptimize/autoptimizeScripts.php and on line 211...
View Articlefuttta on "[Plugin: Autoptimize] Change location of optimized files in the...
Could you provide a piece of code to use the filter you mention? Sure, you would need something like this in either your functions.php or in a seperate plugin (see example...
View ArticleRick Sportel on "[Plugin: Autoptimize] Change location of optimized files in...
Frank, Thanks once again. If you choose to change the location of the JS, make sure it loads after the CSS combined file. I found out that using the solution suggested, results in JS placed before CSS....
View Articlefuttta on "[Plugin: Autoptimize] Change location of optimized files in the...
yeah, some testing will be needed ;-) I can't rely on the favicon-link by default, I need a tag which 99,99999% certain to be included. But using the future js-replacetag-filter, you would be able to...
View Article