Title: Harshad's Replies - page 46 | 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 - 676 through 690 (of 2,472 total)

[←](https://wordpress.org/support/users/bornforphp/replies/page/45/?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)…
[45](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)
46 [47](https://wordpress.org/support/users/bornforphp/replies/page/47/?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/47/?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] 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, 6 months ago](https://wordpress.org/support/topic/paypal-checkout-popup-getting-closed-automatically/#post-15370840)
 * [@kumar314](https://wordpress.org/support/users/kumar314/) Could you please add
   the /checkout/ page to exclude cache list in WP-Optimize > Cache > Advanced settings
   and check if it helps to fix the issue?
 *   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] Cache size](https://wordpress.org/support/topic/cache-size-11/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cache-size-11/#post-15367013)
 * [@zyzz3031](https://wordpress.org/support/users/zyzz3031/) Can you please enable
   debugging mode, Please add following lines to wp-config.php just before where
   it says: /* That’s all, stop editing! Happy publishing. */
 *     ```
       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_DISPLAY', false );
       define( 'WP_DEBUG_LOG', true );
       ```
   
 * Then try to reload the page.
 * A debug.log file should be created inside wp-content folder,which should contain
   error information in it, Please share the file with us.
 *   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] Preloaded files not used](https://wordpress.org/support/topic/preloaded-files-not-used/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/preloaded-files-not-used/#post-15367009)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) 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] WP_Optimize()->get_page_cache()->purge()](https://wordpress.org/support/topic/wp_optimize-get_page_cache-purge/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/wp_optimize-get_page_cache-purge/#post-15367005)
 * [@pinkivy](https://wordpress.org/support/users/pinkivy/) Could you please try
   to use it with `init` and check if it works?
 *     ```
       add_action("init", "purge_cache");
   
       function purge_cache()
       {
       WP_Optimize()->get_page_cache()->purge();
       }
       ```
   
 *   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] pagespeed insight wp-optimize problem](https://wordpress.org/support/topic/pagespeed-insight-wp-optimize-problem/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/pagespeed-insight-wp-optimize-problem/#post-15365630)
 * [@pixello](https://wordpress.org/support/users/pixello/) Could you please try
   to turn on the minify option and uncheck the option enable merging of JS files
   and enable merging of CSS files from WP-Optimize > Minify > JS and CSS and check
   if it helps to fix the issue?
 *   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] Cache size](https://wordpress.org/support/topic/cache-size-11/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cache-size-11/#post-15365628)
 * [@zyzz3031](https://wordpress.org/support/users/zyzz3031/) Could you please try
   to add the following code to your active child theme’s functions.php file and
   check if it helps to fix the issue?
 *     ```
       add_action('init','purge_cache');
   
       function purge_cache(){
       if ( function_exists( ‘WP_Optimize()->get_page_cache()->purge’ ) ) {
       WP_Optimize()->get_page_cache()->purge();
       }
       }
       ```
   
 *   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] Undefined index: themes](https://wordpress.org/support/topic/undefined-index-themes/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/undefined-index-themes/#post-15365626)
 * [@okvee](https://wordpress.org/support/users/okvee/) Thanks for reporting the
   issue, I’ll share the same with our development team for further investigation
   and it should get 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] Cron cache refresh once a day](https://wordpress.org/support/topic/cron-cache-refresh-once-a-day/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cron-cache-refresh-once-a-day/#post-15365625)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) Please try to add 
   the function to a hook instead.
 *     ```
       add_action('init','purge_cache');
   
       function purge_cache(){
       if ( function_exists( ‘WP_Optimize()->get_page_cache()->purge’ ) ) {
       WP_Optimize()->get_page_cache()->purge();
       }
       }
       ```
   
 * Let us know if above code helps to fix the issue?
 *   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] Preloaded files not used](https://wordpress.org/support/topic/preloaded-files-not-used/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/preloaded-files-not-used/#post-15365622)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) Please make sure you
   have the permalinks set to other than default one, please try to set the permalinks
   to /%postname%/ and check if it helps to fix the issue?
 *   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] Issue with cache](https://wordpress.org/support/topic/issue-with-cache-3/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/issue-with-cache-3/#post-15363846)
 * [@pengi123](https://wordpress.org/support/users/pengi123/) Yes if adding cookie
   works, you can exclude that cookie from WP Optimize
 *   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] pagespeed insight wp-optimize problem](https://wordpress.org/support/topic/pagespeed-insight-wp-optimize-problem/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/pagespeed-insight-wp-optimize-problem/#post-15360411)
 * [@pixello](https://wordpress.org/support/users/pixello/) Could you please try
   to turn off Minify option and then check the results in Google PageSpeed Insights?
 *   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] 857kb font size (41.9%) of Total page size..](https://wordpress.org/support/topic/857kb-font-size-41-9-of-total-page-size-2/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/857kb-font-size-41-9-of-total-page-size-2/#post-15360410)
 * [@wtshop](https://wordpress.org/support/users/wtshop/) Reducing font size is 
   not a feature yet in WP-Optimize.
 * However, I’ll discuss this with our development team and check if this feature
   can be implemented 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] Issue with cache](https://wordpress.org/support/topic/issue-with-cache-3/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/issue-with-cache-3/#post-15360409)
 * [@pengi123](https://wordpress.org/support/users/pengi123/) Could you please try
   add absolute path instead like this?
 * /wp-content/plugins/jet-compare-wishlist/assets/js/jet-cw.min.js
 *   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] Issue with cache](https://wordpress.org/support/topic/issue-with-cache-3/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/issue-with-cache-3/#post-15357568)
 * [@pengi123](https://wordpress.org/support/users/pengi123/) Could you please remove`?
   ver=1.4.3` from the file path and check if it works?
 *   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()->get_page_cache()->purge()](https://wordpress.org/support/topic/wp_optimize-get_page_cache-purge/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/wp_optimize-get_page_cache-purge/#post-15357566)
 * [@pinkivy](https://wordpress.org/support/users/pinkivy/) You can use it in your
   active theme’s functions.php file like this
 *     ```
       add_action("plugins_loaded", "purge_cache");
   
       function purge_cache()
       {
       WP_Optimize()->get_page_cache()->purge();
       }
       ```
   
    -  This reply was modified 4 years, 6 months ago by [Harshad](https://wordpress.org/support/users/bornforphp/).

Viewing 15 replies - 676 through 690 (of 2,472 total)

[←](https://wordpress.org/support/users/bornforphp/replies/page/45/?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)…
[45](https://wordpress.org/support/users/bornforphp/replies/page/45/?output_format=md)
46 [47](https://wordpress.org/support/users/bornforphp/replies/page/47/?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/47/?output_format=md)