Quantcast
Channel: WordPress.org Forums » [Autoptimize] Support
Browsing all 14051 articles
Browse latest View live

fedeari7 on "[Plugin: Autoptimize] Site Broken"

Where should I look for the JS-errors report? I'm sorry but i'm not really sure about it. Thank you.

View Article


Frank Goossens on "[Plugin: Autoptimize] Site Broken"

Depends on your browser, there's a nice per-browser overview here. frank

View Article


Tkama on "[Plugin: Autoptimize] not work construction"

There is bag: i have inline script: <script type='text/javascript'>/* <![CDATA[ */ // my script /* //]]>*/ </script> it work uncorrectly. because of this script dont work another one....

View Article

Frank Goossens on "[Plugin: Autoptimize] not work construction"

hmmm ... you could add "CDATA" to the comma-seperated JS-optimization exclusion-list?

View Article

Tkama on "[Plugin: Autoptimize] not work construction"

Yes i could, but it's not option. I wrote the message in order you look for fix such errors: if there is /* //]]>*/ in js code something goes wrong... I solve the broblem it was in wrong syntax: /*...

View Article


johnh10 on "[Plugin: Autoptimize] Optimize CSS Code error with...

In my theme's style.css there are entries with background-image like #left h2,h4 { background-image: url(images/h2.jpg); } When I have Optimize CSS Code checked the inline code becomes #left...

View Article

Frank Goossens on "[Plugin: Autoptimize] Optimize CSS Code error with...

Those are protocol-relative URL's John, cfr. http://www.paulirish.com/2010/the-protocol-relative-url/. Should work just fine normally.

View Article

Frank Goossens on "[Plugin: Autoptimize] not work construction"

OK, I'll have a look one of these days :-)

View Article


Frank Goossens on "[Plugin: Autoptimize] not work construction"

Did a quick test, but can't seem to reproduce Tkama. Compare the source and result of the non-optimized http://futtta.be/wordpress/blog/2014/11/07/test-for-tkama/?ao_noptimize=1 with the source and...

View Article


johnh10 on "[Plugin: Autoptimize] Optimize CSS Code error with...

Thanks, I learned something new. However, it doesn't explain why those back ground images are not loading. :( It must be something outside the plugin so I'll keep looking.

View Article

Frank Goossens on "[Plugin: Autoptimize] Optimize CSS Code error with...

Your browser's console (and specifically CSS error reporting & network view) could be your friend there. If you want I'd be happy to have a look as well if the error is visible on a live site...

View Article

johnh10 on "[Plugin: Autoptimize] Optimize CSS Code error with...

Hello, I just got the chance to try this out in the debugger, and yes it is the space. I put some quotes around the url and it loads fine.

View Article

Frank Goossens on "[Plugin: Autoptimize] Optimize CSS Code error with...

OK, could you open up /wp-content/plugins/autoptimize/classes/autoptimizeStyles.php and on line 471 replace $url = trim($url," \t\n\r\x0B\"'"); with $url = str_replace(" ","%20",trim($url,"...

View Article


adkoen on "[Plugin: Autoptimize] Very slow pageload after install"

Hi, Thanks for your plugin, I would really like to say it's awesome like most people, but fact is that I'm getting terrible pageload times, upto 30 seconds and more. I tried some settings, like disable...

View Article

johnh10 on "[Plugin: Autoptimize] Optimize CSS Code error with...

Well, not at that point, since $url is still relative (images/h2.jpg). It's expanded to an absolute a bit further down, so I put the str_replace after the $code at line 487: $code =...

View Article


Frank Goossens on "[Plugin: Autoptimize] Very slow pageload after install"

Hi Koen; I've seen earlier reports about AO running slow on wpengine's staging, wheras it runs just fine in production, so maybe you should just try it in production if only of half an hour to see if...

View Article

Frank Goossens on "[Plugin: Autoptimize] Optimize CSS Code error with...

absolutely! you could fold the str_replace into line 485; $newurl = preg_replace('/https?:/','',AUTOPTIMIZE_WP_ROOT_URL.str_replace('//','/',$dir.'/'.$url)); would then become $newurl =...

View Article


adkoen on "[Plugin: Autoptimize] Very slow pageload after install"

Hi Frank, thanks for your quick reply. I'm running on an automatic wpengine cdn, I thinks it's maxcdn. Do I need to enter something in the field CDN Base URL? If I get it right the css etcetera is...

View Article

Frank Goossens on "[Plugin: Autoptimize] Very slow pageload after install"

Avond Koen; As far as I know (but I could easily be wrong), Photon (Jetpack's CDN) is only used for images, no? CSS & JS are minified upon first request. No need to flush CDN caches, as the files...

View Article

adkoen on "[Plugin: Autoptimize] Very slow pageload after install"

bedankt Frank :-)

View Article
Browsing all 14051 articles
Browse latest View live