Title: Ashutosh's Replies | WordPress.org

---

# Ashutosh

  [  ](https://wordpress.org/support/users/ashubetta/)

 *   [Profile](https://wordpress.org/support/users/ashubetta/)
 *   [Topics Started](https://wordpress.org/support/users/ashubetta/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ashubetta/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ashubetta/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ashubetta/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ashubetta/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ashubetta/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/ashubetta/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ashubetta/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ashubetta/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/ashubetta/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/ashubetta/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/ashubetta/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Carousel Slider Block for Gutenberg] Uniform height for slides](https://wordpress.org/support/topic/uniform-height-for-slides/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year ago](https://wordpress.org/support/topic/uniform-height-for-slides/#post-18563493)
 * Thank you, much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Help with Block Bindings](https://wordpress.org/support/topic/help-with-block-bindings/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/help-with-block-bindings/#post-18308575)
 * Fixed with this CSS:
 *     ```wp-block-code
       .pods-image img {  max-width: 100%;  height: auto;  display: block;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Help with Block Bindings](https://wordpress.org/support/topic/help-with-block-bindings/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/help-with-block-bindings/#post-18307648)
 * Following 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.
 * [https://tntlawncarellc.com/plant-category/grasses/](https://tntlawncarellc.com/plant-category/grasses/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Five] Mobile menu breakpoint for Navigation block](https://wordpress.org/support/topic/mobile-menu-breakpoint-for-navigation-block/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/mobile-menu-breakpoint-for-navigation-block/#post-18239006)
 * Fixed with this CSS: [https://wpdocs.io/code-snippets/how-to-change-the-breakpoint-on-a-gutenberg-navigation-block/](https://wpdocs.io/code-snippets/how-to-change-the-breakpoint-on-a-gutenberg-navigation-block/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] Easy Digital Downloads](https://wordpress.org/support/topic/easy-digital-downloads-9/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/easy-digital-downloads-9/#post-17929150)
 * Cache 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] GZip In Addition To HTML](https://wordpress.org/support/topic/gzip-in-addition-to-html/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/gzip-in-addition-to-html/#post-17925750)
 * A 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WordPress 6.6 compatibility](https://wordpress.org/support/topic/wordpress-6-6-compatibility-3/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wordpress-6-6-compatibility-3/#post-17925733)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] Does your plugin work with nginx](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years ago](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/#post-17855875)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] Does your plugin work with nginx](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years ago](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/#post-17850772)
 * It 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] Does your plugin work with nginx](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/)
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/does-your-plugin-work-with-nginx/#post-17843474)
 * I 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](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] WordPress 6.5 compatibility](https://wordpress.org/support/topic/wordpress-6-5-compatibility/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/wordpress-6-5-compatibility/#post-17781305)
 * Honestly, 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Four] Custom font loads despite switching to system fonts](https://wordpress.org/support/topic/custom-font-loads-despite-switching-to-system-fonts/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/custom-font-loads-despite-switching-to-system-fonts/#post-17425096)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Four] Custom font loads despite switching to system fonts](https://wordpress.org/support/topic/custom-font-loads-despite-switching-to-system-fonts/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/custom-font-loads-despite-switching-to-system-fonts/#post-17423536)
 * Fixed
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SQLite Object Cache] Excellent object caching on restricted environments](https://wordpress.org/support/topic/excellent-object-caching-on-restricted-environments/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/excellent-object-caching-on-restricted-environments/#post-17386177)
 * Thank you for the links and for the excellent plugin! Your article on the statistics
   clarified my doubts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Cron events with no action](https://wordpress.org/support/topic/cron-events-with-no-action/)
 *  Thread Starter [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cron-events-with-no-action/#post-16679195)
 * thank you. an option to keep the events disabled/inactive would be nice, but 
   it’s good that they have negligible impact.

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/ashubetta/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ashubetta/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ashubetta/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/ashubetta/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/ashubetta/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/ashubetta/replies/page/2/?output_format=md)