turl
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] WANTED: Developer to carry on with AutoptimizeHi all!
A friend of mine showed me all these questions and posts here on the WP forums today. To be honest, I haven’t used WordPress for quite a bit of time, and I therefore lost most of my motivation to continue developing Autoptimize. However, given how many people seem to be using it still nowadays, I have released a maintenance update today, adding support for inline CSS with media attributes. This reduces the chance of style breakage and fixes the WordPress top bar.
Having said that, if anyone wants to take the code and improve it, feel free to do so. I lack time these days, and the fact that I don’t have any blogs doesn’t help much either when it comes to developing Autoptimize.
I hope you find 1.4 useful, and have a nice day!
PS: I might do one or two further maintenance updates, but don’t expect any major feature for the time being.
Forum: Plugins
In reply to: [Autoptimize] [Plugin: Autoptimize] PHP WarningThis isn’t an autoptimize error; your server is misconfigured. Check this, for example: https://drupal.org/node/827394
Ask your host provider for more information and tell them to fix it 🙂
Forum: Plugins
In reply to: [Autoptimize] [Plugin: Autoptimize] Not working with google chromePlease, see my reply at the other post 🙂
http://wordpress.org/support/topic/autoptimize-not-working-with-chrome
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working with ChromeSorry for the late reply!
You are the first person to report this; I don’t use chrome much but haven’t noticed this bug. I have no clue on why this would even happen.
I do have some chrome visitors on my blog I know and chat frequently, and they told me the css was working for them.
Anyways, I have filled a bug for this issue on Autoptimize’s tracker and will try to reproduce it when I get some time. The bug link is here: https://bugs.launchpad.net/autoptimize/+bug/612774
It would be very useful if you could provide me with a link to your blog running autoptimize, and if you could answer this simple questions:
1- does the css work on other browsers? (IE, Firefox, Flock, other webkit-based browsers like Safari and Midori, etc)
2- Does it still happen after cleaning both autoptimize’s (on the options page, use the white button on the bottom to clean it) and your browser’s caches?Looking forward to hearing from you!
Forum: Plugins
In reply to: Conflict between NextGEN Galleryview and AutoptimizeSorry for the late response!
I have now filled a bug on Autoptimize’s bug tracker and I will fix this for the next version. It should be a fairly easy thing to fix 🙂
You can find the bug report here if you wish to track it’s progress: https://bugs.launchpad.net/autoptimize/+bug/612771
Thanks for the report!
Forum: Plugins
In reply to: [Plugin: Autoptimize] Makes my website SLOWER!To start, I would need a link to your blog, and a list of other plugins you use. Also, what options did you enable that made your blog slow?
Yes, I have planned this for a future version 🙂 I’m lacking a bit of time though, I hope to be able to do it in the next holidays (they start in two weeks 😀 )
Forum: Plugins
In reply to: [Plugin: Autoptimize] THIS PLUGIN IS AMAZING!Thanks for the thumbs up! These kind of comments are the ones which make me feel good and help me continue developing Autoptimize 🙂
Forum: Plugins
In reply to: [Plugin: Autoptimize] Combine CSS filesAutoptimize compresses all the css to just 1 or 2 files on most cases. It isn’t always just one to respect the media attribute users might have set on their stylesheets (print, screen, all, etc). I might however consider adding an option to override this and compress all of them to one 🙂
Just to make sure what you’re seeing isn’t a bug, can you give me a link to your blog with autoptimize enabled? 🙂
Forum: Plugins
In reply to: [Plugin: Autoptimize] Featured Content Gallery is blank after JS optimization@ebutoto: Are you just left with an “empty” page, or does the page appear, but it’s broken? Can you show me an example site with this problem so I can check what’s wrong?
@ishanbansal: I have added a workaround for Chitika ads, and for the LinkWithin widget, this will be available on the next Autoptimize release.
@danka: Can you show me an example of the page working, or link me to the plugin/JS code being used?
Forum: Plugins
In reply to: [Plugin: Autoptimize] Add Encryption MethodsIf you currently expose internal data on scripts, then your site was not well-designed, and it’s unsafe. “Encrypting” javascript will never help, as it will have to be decrypted on the client side to run successfully, allowing a possible ‘attacker’ to decrypt it too.
The nearest thing to encrypting you can get is obfuscation, that might reduce code size and make the code unreadable, but anyways, with some JS knowledge you could get any data you wanted.
Forum: Plugins
In reply to: [Plugin: Autoptimize] New compression methods.The best compressor IMO, is YUI from Yahoo!, which is already implemented in Autoptimize, but requires java installed and some extra steps.
Packer is a good option too, and has a PHP port, so it shouldn’t be that hard to implement. I’ll try to support it too.Thanks for the suggestion!
Forum: Plugins
In reply to: [Plugin: Autoptimize] not showing anything under settingsWell, with other users’ reports I was able to track this down to the cache dir not being created. Your server must have some strict permission issues, so you must create [blog root]/wp-content/cache/autoptimize/ and chmod it 777 for Autoptimize to work.
Forum: Plugins
In reply to: [Plugin: Autoptimize] Undefined index: HTTP_ACCEPT_ENCODINGThis notice occurs because Autoptimize is using a server variable that is not always set. It will be fixed in the next Autoptimize version.
Thanks for reporting!
Forum: Plugins
In reply to: [Plugin: Autoptimize] not showing anything under settingsAre you the blog administrator? You shouldn’t have any problems accessing it. Can you access other plugins’ settings pages?
Just in case, check the files permissions and see if suPHP can read and excecute them.