Title: Harshad's Replies - page 44 | WordPress.org

---

# Harshad

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 646 through 660 (of 2,472 total)

[←](https://wordpress.org/support/users/bornforphp/replies/page/43/?output_format=md)
[1](https://wordpress.org/support/users/bornforphp/replies/?output_format=md) [2](https://wordpress.org/support/users/bornforphp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bornforphp/replies/page/3/?output_format=md)…
[43](https://wordpress.org/support/users/bornforphp/replies/page/43/?output_format=md)
44 [45](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)…
[163](https://wordpress.org/support/users/bornforphp/replies/page/163/?output_format=md)
[164](https://wordpress.org/support/users/bornforphp/replies/page/164/?output_format=md)
[165](https://wordpress.org/support/users/bornforphp/replies/page/165/?output_format=md)
[→](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Wp optimize not working](https://wordpress.org/support/topic/wp-optimize-not-working/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/wp-optimize-not-working/#post-15417154)
 * [@techmuz](https://wordpress.org/support/users/techmuz/) Have you performed a
   conflict test yet?
 * Try deactivating all plugins except for WP-Optimize and see if it is resolved.
 * If so, reactivate each plugin one at a time until you find the culprit. You can
   check for the issue between activating each plugin, so you can see which one 
   is causing problems.
 * Please let us know your findings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Images are not displaying to non-logged in users with plugin activated](https://wordpress.org/support/topic/images-are-not-displaying-to-non-logged-in-users-with-plugin-activated/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/images-are-not-displaying-to-non-logged-in-users-with-plugin-activated/#post-15417153)
 * [@mikehermary](https://wordpress.org/support/users/mikehermary/) Have you performed
   a conflict test yet?
 * Try deactivating all plugins except for WP-Optimize and see if it is resolved.
 * If so, reactivate each plugin one at a time until you find the culprit. You can
   check for the issue between activating each plugin, so you can see which one 
   is causing problems.
 * Please let us know your findings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] ‘Purge cache’ option not showing in admin bar](https://wordpress.org/support/topic/purge-cache-option-not-showing-in-admin-bar/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/purge-cache-option-not-showing-in-admin-bar/#post-15413413)
 * [@jennyrigsjo](https://wordpress.org/support/users/jennyrigsjo/) Could you please
   submit a ticket here: [https://getwpo.com/ask-pre-sales-question/](https://getwpo.com/ask-pre-sales-question/)
 * So that we can check the settings on your site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] hooks](https://wordpress.org/support/topic/hooks-37/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hooks-37/#post-15413412)
 * [@dg78](https://wordpress.org/support/users/dg78/) You can use `wpo_pre_cache_buffer`
   hook to alter content to be cached
 *     ```
       add_filter('wpo_pre_cache_buffer', 'function_to_filter'):
       function function_to_filter($buffer) {
         // alter the $buffer
         return $buffer;
       }
       ```
   
 * You may purge cache on `wp_login` and `wp_logout` actions
 * Since it is header content I think the caches are continuously generated.
 * If, All you want to do is to serve different version of cached file for logged
   in users and logged out users, then you can buy our premium version and enable
   cache per role option
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minify cache at 47GB](https://wordpress.org/support/topic/minify-cache-at-47gb/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/minify-cache-at-47gb/#post-15409791)
 * [@thetallone](https://wordpress.org/support/users/thetallone/) I’ll check this
   with our devlopment team to futher test the function and if there’s an issue 
   with will be fixed in future release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] post revisions, drafts](https://wordpress.org/support/topic/post-revisions-drafts/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/post-revisions-drafts/#post-15403014)
 * [@malthead](https://wordpress.org/support/users/malthead/) Have you performed
   a conflict test yet?
 * Try deactivating all plugins except for WP-Optimize and see if it is resolved.
 * If so, reactivate each plugin one at a time until you find the culprit. You can
   check for the issue between activating each plugin, so you can see which one 
   is causing problems.
 * Please let us know your findings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] New minified assets created for every uncached page](https://wordpress.org/support/topic/new-minified-assets-created-for-every-uncached-page/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/new-minified-assets-created-for-every-uncached-page/#post-15403012)
 * [@emilycestmoi](https://wordpress.org/support/users/emilycestmoi/) Please use
   following snippet and add it to your active child themes functions.php file, 
   it will automatically delete the minified files after 3 days
 *     ```
       add_filter( 'wp_optimize_minify_cache_expiry_time', function( $original_value ) {
       return time() - 86400 * 3;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] wpo-minify 404 errors](https://wordpress.org/support/topic/wpo-minify-404-errors/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/wpo-minify-404-errors/#post-15403008)
 * [@ittone](https://wordpress.org/support/users/ittone/) Have you performed a conflict
   test yet?
 * Try deactivating all plugins except for WP-Optimize and see if it is resolved.
 * If so, reactivate each plugin one at a time until you find the culprit. You can
   check for the issue between activating each plugin, so you can see which one 
   is causing problems.
 * Please let us know your findings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Purge cache and minify automatically](https://wordpress.org/support/topic/purge-cache-and-minify-automatically/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/purge-cache-and-minify-automatically/#post-15403006)
 * [@tucker2019](https://wordpress.org/support/users/tucker2019/)
 * Please use following snippet and add it to your active child themes functions.
   php file, it will automatically delete the minified files after 3 days
 *     ```
       add_filter( 'wp_optimize_minify_cache_expiry_time', function( $original_value ) {
       return time() - 86400 * 3;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Preload speed](https://wordpress.org/support/topic/preload-speed/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/preload-speed/#post-15403002)
 * [@marketwo](https://wordpress.org/support/users/marketwo/) WP-optimize scan the
   sitemap.xml for urls, so it takes time to preload the urls, at the moment there’s
   no option to speed up the process.’
 * Multiple page cannot be loaded at once at the moment.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] ‘Purge cache’ option not showing in admin bar](https://wordpress.org/support/topic/purge-cache-option-not-showing-in-admin-bar/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/purge-cache-option-not-showing-in-admin-bar/#post-15402998)
 * [@jennyrigsjo](https://wordpress.org/support/users/jennyrigsjo/) The purge cache
   option only appears when there are pages cached.
 * Make sure you you have enabled cache from WP-Optimize > Cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minify cache at 47GB](https://wordpress.org/support/topic/minify-cache-at-47gb/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/minify-cache-at-47gb/#post-15402616)
 * [@thetallone](https://wordpress.org/support/users/thetallone/)
 * You can purge the minified files from WP-Optimize > Minify, in-order to delete
   the mifiy files from the server.
 * Or Please use following snippet and add it to your active child themes functions.
   php file, it will automatically delete the minified files after 3 days
 *     ```
       add_filter( 'wp_optimize_minify_cache_expiry_time', function( $original_value ) {
       return time() - 86400 * 3;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] New minified assets created for every uncached page](https://wordpress.org/support/topic/new-minified-assets-created-for-every-uncached-page/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/new-minified-assets-created-for-every-uncached-page/#post-15397974)
 * [@emilycestmoi](https://wordpress.org/support/users/emilycestmoi/) Its by design,
   WP-optimize creates separate files for each page.
 * You can however, purge the minified files from WP-Optimize > Minify.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] wpo-minify 404 errors](https://wordpress.org/support/topic/wpo-minify-404-errors/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/wpo-minify-404-errors/#post-15397970)
 * [@ittone](https://wordpress.org/support/users/ittone/) Could you please try to
   purge minified files from WP-Optimize > Minify and check if you still get 404
   errors?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Paypal checkout popup getting closed automatically](https://wordpress.org/support/topic/paypal-checkout-popup-getting-closed-automatically/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/paypal-checkout-popup-getting-closed-automatically/#post-15394413)
 * [@kumar314](https://wordpress.org/support/users/kumar314/) Have you performed
   a conflict test yet?
 * Try deactivating all plugins except for WP-Optimize and see if it is resolved.
 * If so, reactivate each plugin one at a time until you find the culprit. You can
   check for the issue between activating each plugin, so you can see which one 
   is causing problems.
 * Please let us know your findings.

Viewing 15 replies - 646 through 660 (of 2,472 total)

[←](https://wordpress.org/support/users/bornforphp/replies/page/43/?output_format=md)
[1](https://wordpress.org/support/users/bornforphp/replies/?output_format=md) [2](https://wordpress.org/support/users/bornforphp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bornforphp/replies/page/3/?output_format=md)…
[43](https://wordpress.org/support/users/bornforphp/replies/page/43/?output_format=md)
44 [45](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)…
[163](https://wordpress.org/support/users/bornforphp/replies/page/163/?output_format=md)
[164](https://wordpress.org/support/users/bornforphp/replies/page/164/?output_format=md)
[165](https://wordpress.org/support/users/bornforphp/replies/page/165/?output_format=md)
[→](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)