Ashutosh
Forum Replies Created
-
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Uniform height for slidesThank you, much appreciated!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Help with Block BindingsFixed with this CSS:
.pods-image img {
max-width: 100%;
height: auto;
display: block;
}Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Help with Block BindingsFollowing up on this question, I’d also like to know how to make images added to Pods custom fields responsive. Images on this page are being pulled from Pods fields and are not responsive.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Mobile menu breakpoint for Navigation blockForum: Plugins
In reply to: [Cache Enabler] Easy Digital DownloadsCache Enabler should work fine with EDD. From the quick glance it looks like you have to exclude the /checkout page and some EDD cookies from being eligible for cache. The settings in Cache Enabler are about as simple as they get.
Note that persistent object caching is as important as page caching for sites with dynamic features like user login, ecommerce, profiles, etc.
Forum: Plugins
In reply to: [Cache Enabler] GZip In Addition To HTMLA version will be created when a user agent/client/browser requests for that version. Most user agents support gzip and will pass that information in an Accept request header. So Cache Enabler will create the gzip (index-https.html.gz) and serve it to the user agent. If your site ever receives a request from a user agent that does not support gzip, Cache Enabler will create the plain version (index-https.html) and serve that. This way, a cache file is created only when it’s needed and it stays valid for the period defined in Cache Enabler settings.
Forum: Plugins
In reply to: [Cache Enabler] WordPress 6.6 compatibilityI love this plugin so much and it’s sad to see it have almost no activity these days. Most support threads go unanswered. 🙁
Forum: Plugins
In reply to: [Cache Enabler] Does your plugin work with nginxI don’t believe so. I haven’t used reverse-proxy caching in nginx but I have used fastcgi cache and performance was as good as any WordPress cache plugin, and arguably better. nginx already has excellent caching modules, so you should use them to leverage server level caching instead of using WordPress plugins.
I have since switched from nginx to caddy, which doesn’t include a caching mechanism in the default setup, so I’m using Cache Enabler and am very happy with it. Cache Enabler works reliably and has so far avoided feature bloat, which is a huge issue with several popular WordPress plugins these days.
Forum: Plugins
In reply to: [Cache Enabler] Does your plugin work with nginxIt will work, but php will be used. The code is necessary if you want php to be entirely bypassed for cached pages. This applies to whatever web server or proxy you’re using, be it apache httpd, nginx, caddy, etc.
Forum: Plugins
In reply to: [Cache Enabler] Does your plugin work with nginxI am not associated with this plugin, but just wanted to chime in that it works well with nginx out of the box. If you want to bypass php processing by WordPress entirely for cached pages, you can follow Cache Enabler’s official guide: https://www.keycdn.com/support/wordpress-cache-enabler-plugin#nginx
I have personally used it with nginx and am now using it with caddy.
Forum: Plugins
In reply to: [Cache Enabler] WordPress 6.5 compatibilityHonestly, a bit concerning that no one seemingly checks or maintains this plugin for months. I understand that this is a simple and mature plugin, but checking the plugin for a couple hours every month and updating the “Tested up to” value would let users know that it has not been abandoned.
Hey Kavya,
I tried removing the font with the Create Block Theme plugin, but it didn’t show Instrument Sans. I ended up “fixing” the issue by creating a child theme, and going through theme.json to remove all the sections mentioning Instrument Sans.
Fixed
Forum: Reviews
In reply to: [SQLite Object Cache] Excellent object caching on restricted environmentsThank you for the links and for the excellent plugin! Your article on the statistics clarified my doubts.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cron events with no actionthank you. an option to keep the events disabled/inactive would be nice, but it’s good that they have negligible impact.