Takis Bouyouris
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] any update on webpHello, my friend,
Sorry to say, but not yet! Trying our best… 🙂
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Will it work with LSCache?Hello, again,
One thing that is tricky with solutions that tamper with images is “how” you test them in order to trigger any results at all! Usually, I prefer the webpagetest.org service, as it has a lot more settings than any other of its kind. And, of course, because it is an open solution.
But, yeah, CDNs are a special case in their own right.
Thank you for using our plugin. We will try to do our best to add more features and CDN support in the future!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Will it work with LSCache?Hello, @maxgorky,
Thank you for your email!
The Adaptive Images plugin works nicely with Litespeed and its internal cache. This is what our tests have demonstrated.
Also, WordPress cache plugins should not usually interfere with it, because they operate on a different level. At least when the cache plugins do not mess with image delivery. And they usually don’t.
However, CDNs are different thing because they deliver the images themselves and oftentimes do not allow WordPress and the plugin to do anything about it. For this we have developed an experimental mode, called CDN support in the plugin settings page. It is experimental in that it doesn’t always resize all images and some of them are delivered in their original sizes. We are still working on this feature, it is tricky to overcome. You may give it a spin and let us know if and how it works for your setup.
Let me know if I can help any further!
Cheers,
TakisHello, @drdisability,
Thank you for your message!
It seems that your file system is setup in a way that does not allow write permissions to files and directories that the Adaptive Images plugin needs in order to function properly. The issues are:
1. The directory
/var/www/wp-content/cachecannot be created. We need to be able to create directories and subdirectories in there, in order to save resized versions of images.2. The .htaccess file is not writeable. We need to be able to write in it, in order to redirect image requests to the plugin, so that it can handle them.
Is this something you can configure for yourself? If not, then you should consult your hosting provider for assistance.
Let me know how it goes and if i can help any further!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Uninstalling plugin: Broken images & NginxHello, my friend,
NginX requires manual changes in its configuration file both when installing and when uninstalling the Adaptive Images plugin. The NginX configuration file cannot be automatically edited by the plugin itself, like the htaccess file in Apache.
So, you need to add the bit of code that you have already added when installing the plugin and then remove that bit of code when uninstalling it, because it is no longer useful.
You can make some tests and test this process if you would like in advance. Other than that it should all work smoothly.
Let me know how it goes!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Uninstalling plugin: Broken images & NginxHello, my friend,
NginX requires manual changes in its configuration file both when installing and when uninstalling the Adaptive Images plugin. The NginX configuration file cannot be automatically edited by the plugin itself, like the htaccess file in Apache.
So, you need to add the bit of code that you have already added when installing the plugin and then remove that bit of code when uninstalling it, because it is no longer useful.
You can make some tests and test this process if you would like in advance. Other than that it should all work smoothly.
Let me know how it goes!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Adaptive Images Script Not RemovedNo worries, I am glad things worked out!
Cheers,
TakisHello, my fiend,
Thank you for your message!
The Adaptive Images plugin can only work with a CDN in an experimental mode. This is briefly explained in the plugin settings page. The reason for this is quite technical and has to do with the way images are being delivered via a CDN (a CDN actually intercepts all image requests and handles them before the WordPress installation).
The experimental mode is enabled by checking the CDN support mode in the plugin settings page. It is experimental in the sense that, in some web page requests, it might not get the chance to resize all images and some of them might be downloaded in their original version. We are still working on this issue and are planning to solve it in future releases.
You are welcome to enable this setting, do your tests and let us know how it worked out!
One important note: if the CDN uses a different subdomain for delivering static assets and, thus, images, then the Adaptive Images plugin cannot work at all and the images will be downloaded in their original versions. This is a very strict case that cannot yet be handled technically in any way.
Also: no issues have been detected in combination with Litespeed and the Litespeed plugin!
Lastly, our tests so far have shown that no additional significant CPU or RAM requirements are necessary due to the usage of the Adaptive Images plugin!
Cheers
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Adaptive Images Script Not RemovedHello, my friend,
First of all, in an NginX setup, the plugin needs a special manual addition to the server configuration file in order to function. Without it, it cannot do anything. So, if you haven’t done this, then it practically never worked in the first place. If you have, then you should remove it manually.
Secondly, the plugin does not tamper with the wp-config.php file in any way. Did you notice something out of the ordinary happening there?
Lastly, how can you deduct that the plugin is still functioning after having deactivated and deleted it? Could you please let me know exactly what you are observing?
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] merge of ngnix settingsHello, @alx359,
The settings suggested apply when NginX is used as the main server of your WordPress installation. When NginX is used as a proxy it is not necessary. Apache is configured automatically, because the Adaptive Images plugin can usually write to the htaccess file directly.
In your case NginX is working somehow like a caching server, like a small CDN.This is a tricky situation for the Adaptive Images plugin, because, in certain setups, it has no means of handling the image requests, because NginX intercepts them. For this we have an experimental mode which you can activate by enabling the CDN Support in the Adaptive Images plugin settings page. Perhaps you could check it out and let me know how it works out for you.
If you would like to share your website url with me here, I could also check and see how your images are finally delivered and if the Adaptive Images plugin actually works.
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] WP Hide and/or uploads folder rewrite supportHello, my friend,
Thank you for your message!
I am afraid that the way the WP Hide plugin actually does hide the /wp-content folder makes it impossible for the Adaptive Images plugin to detect the rewrite and handle it in some. Sorry about that!
Perhaps you could try manually moving the Adaptive Images rewrites before the WP Hide rewrites and see if this works. Although I suspect that the original image urls will have probably changed too, in order to reflect the WP Hide plugin rewrite and this will still be confusing for the Adaptive Images plugin.
We could try and add some options in our settings page, where the WordPress administrator could add such path transformations, but it is not in our roadmap yet. I guess you need to choose which plugin you need most. Personally, I do not find hiding the /wp-content directory of much value, but you will have to make the decision on your own.
Hope this helps!
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Any Plans to Support WebP?Hello, @jrp1,
Thank you very much for your comments, I appreciate the feedback!
About webp:
You are probably right. I expect most effort to be required in testing more than integrating. Definitely one of the priorities for future features.
About the thumbnail sizes:
It was a design decision from the beginning to not rely on the rest of the WordPress installation (theme, plugins, tweaks settings) and also to not affect it at all (apart from the inevitable addition to the htaccess file). I wanted to isolate things as much as possible and make the Adaptive Images plugin work as transparently as possible. This does pose a little bit of redundancy theoretically in the image cache, but in practice not so much, because this cache only creates the images necessary and only when they are required and, well, these images are utlimately really small compared to the rest of the WordPress media folder.
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] 403 forbidden fixHello, again,
You are right, this is most probably they culprit. We were not expecting the plugin to be installed and tested in any kind of Window environment. Will make a note of it for future versions.
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] 403 forbidden fixHello, my friend,
Thank you for the heads-up!
I believe that this issue has to do with the way WAMP has set up the server on localhost. I have never come across such an issue on an online server. And, to be honest, the Adaptive Images features are not so relevant on localhost anyway.
Could you test this in your online environment and see if you can reproduce it in some way? I’d be more than happy to take a look at it there, where the conditions are closer to the real world.
Cheers,
TakisForum: Plugins
In reply to: [Adaptive Images for WordPress] Any Plans to Support WebP?You are welcome!