mbrsolution on "[Plugin: Autoptimize] Can this be used on a Buddypress site"
Hello @Othello, GTmetrix will always suggest to combine jscritps and css as it makes the website load faster and perform better. However in your case it is very challenging to implement because of your...
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
Hi, Would you care to elaborate more on the: Just found out with reseting the plugin installation in sql tables, the CDN works again, both js $ css; tnx everyone :) Do you mean re-installing or what? Tnx
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
The Autoptimize works perfect without using CDN. As soon as CDN is used, Autoptimize stops working. Thats to bad as CDN is vital for some websites. I use the CDN Linker from GitHub.com to connect with...
View ArticleMichael Cannon on "[Plugin: Autoptimize] Ignore certain inline JavaScript"
Is it possible to ignore certain blocks of inline JavaScript? My Zendesk Zenbox helper is getting pulled out and sent to cache file but it doesn't work then....
View ArticleMichael Cannon on "[Plugin: Autoptimize] Ignore certain inline JavaScript"
In checking out autoptimizeScripts.php, I wonder if you could put a filter on loading vars like dontmove so that we can customize our themes to work better with Autoptimize. Ah… wait there's a...
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
To clarify, The cdn rewrite appears correctly written in the html code, but when testing it in YSlow, you get the following message: This page has 11 external Javascript scripts. Try combining them...
View Articlefuttta on "[Plugin: Autoptimize] CDN not working"
Hi RK; Are the external JS-files that are mentioned by YSlow located on your own server (blog) and rewritten to the CDN, or are those "true" external files (e.g. Twitter, Facebook, ...)? frank
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
Hi Frank, WordPress Site is hosted on a VPS server with ServInt. Our CDN account is set up with SoftLayer using orgin-pull. The cPanel the folders are setup as follows: wp-content wp-includes images...
View Articlefuttta on "[Plugin: Autoptimize] CDN not working"
Afraid getting all JS to work can prove a daunting task sometimes. Regarding CDN (which was your original question): when CDN is active and URL's are rewritten (as seen in the HTML), what JS-files are...
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
Here is a copy of a page source code. I just noticed that the last link is created like this: http://.cdn.oursite.com This link appears to be written incorrectly as it contains a dot before cdn. Maybe...
View ArticleCandleFOREX on "[Plugin: Autoptimize] Empty Needle Warning"
Hi, First of all thank you for such a great plugin. We use your plugin instead of the W3 Total Cache JS and CSS compression (it breaks the site). Anyway, there is a little problem with the plugin since...
View Articlefuttta on "[Plugin: Autoptimize] Empty Needle Warning"
Don't have that error, but the dontmove-array changes with the value of the exclusion-list in the autoptimize-admin screen. What values did you configure there CandleForex? And do (or don't) you get...
View ArticleCandleFOREX on "[Plugin: Autoptimize] Empty Needle Warning"
Wow..I wasnt expecting such a fast reply thanks! What I have for the "Exclude scripts from autoptimize:" area is:...
View Articlefuttta on "[Plugin: Autoptimize] CDN not working"
Well, that dot indeed troubles me. because of it, the aggregated JS-file does not load and that may indeed very well be the reason you can't get everything working. I you run Autoptimize without CDN,...
View Articlefuttta on "[Plugin: Autoptimize] Empty Needle Warning"
can you remove the last comma and see what happens?
View Articlecp_user on "[Plugin: Autoptimize] CDN not working"
All autoptimize files without CDN are on the same domain. In the Head Area I have: <link type="text/css" media="all"...
View Articlefuttta on "[Plugin: Autoptimize] CDN not working"
Based on this there is a problem with the URL autoptimize assigns to it's own aggregated JS-files when using CDN. Now to make it really hard; it seems to work for some people and not for others (RK,...
View Articlefuttta on "[Plugin: Autoptimize] Empty Needle Warning"
Better yet; open up wp-content/plugins/autoptimize/classes/autoptimizeScripts.php and on line 30 change $exclJSArr = array_map('trim',explode(",",$excludeJS)); into $exclJSArr =...
View ArticleJohn Conner on "[Plugin: Autoptimize] conflict with html5 player"
Hi futta, there's a slight problem in java compression with html5 player and weptile plugins, actually it makes the player outwork. Another issue is css compression which can't manage theme css files...
View Articlefuttta on "[Plugin: Autoptimize] conflict with html5 player"
did you try excluding some of the javasript you mentoined using the appropriate option in the config-screen?
View Article