Title: Harshad's Replies - page 17 | 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 - 241 through 255 (of 2,472 total)

[←](https://wordpress.org/support/users/bornforphp/replies/page/16/?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)…
[16](https://wordpress.org/support/users/bornforphp/replies/page/16/?output_format=md)
17 [18](https://wordpress.org/support/users/bornforphp/replies/page/18/?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/18/?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] Fehler nach erster Optimierung.](https://wordpress.org/support/topic/fehler-nach-erster-optimierung/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/fehler-nach-erster-optimierung/#post-15844550)
 * [@elektroniktrade](https://wordpress.org/support/users/elektroniktrade/) Could
   you please edit wp-config.php file and
 * Replace
 * `define('WP_DEBUG', false);`
 * with this:
 *     ```
       ini_set('log_errors','On');
   
       ini_set('display_errors','Off');
   
       ini_set('error_reporting', E_ALL );
   
       define('WP_DEBUG', false);
   
       define('WP_DEBUG_LOG', true);
   
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * Let us know if replacing with the above lines the warnings goes away?
 *   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] minifying css prevents google fonts from loading](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/#post-15842011)
 * [@tg64](https://wordpress.org/support/users/tg64/) Could you please uncheck the
   option “Enable merging of CSS files” from WP-Optimize > Minify > 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] Getting Error While Uploading Images](https://wordpress.org/support/topic/getting-error-while-uploading-images/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/getting-error-while-uploading-images/#post-15840763)
 * [@satenderk7](https://wordpress.org/support/users/satenderk7/) In this case you’ll
   have to upload single image at a time.
 *   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] minifying css prevents google fonts from loading](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/#post-15840762)
 * [@tg64](https://wordpress.org/support/users/tg64/) 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 timeuntil 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] PHP Warning and Webp Doesn’t work](https://wordpress.org/support/topic/php-warning-and-webp-doesnt-work/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/php-warning-and-webp-doesnt-work/#post-15840761)
 * [@scontomio](https://wordpress.org/support/users/scontomio/) Could you please
   edit wp-config.php file and
 * Replace
 * `define('WP_DEBUG', false);`
 * with this:
 *     ```
       ini_set('log_errors','On');
   
       ini_set('display_errors','Off');
   
       ini_set('error_reporting', E_ALL );
   
       define('WP_DEBUG', false);
   
       define('WP_DEBUG_LOG', true);
   
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * Let us know if replacing with the above lines the warnings goes away?
 *   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] https redirects to http after installing WP](https://wordpress.org/support/topic/https-redirects-to-to-http-after-installing-wp/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/https-redirects-to-to-http-after-installing-wp/#post-15836992)
 * [@frans-blok](https://wordpress.org/support/users/frans-blok/) Yes, please try
   to add your site url to “URLS to exclude from caching” 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] Getting Error While Uploading Images](https://wordpress.org/support/topic/getting-error-while-uploading-images/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/getting-error-while-uploading-images/#post-15836988)
 * [@satenderk7](https://wordpress.org/support/users/satenderk7/) Could you please
   increase the value of `max_upload_size` in php.ini file and then try to upload
   the image 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] two domains, css minify issues](https://wordpress.org/support/topic/two-domains-css-minify-issues/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/two-domains-css-minify-issues/#post-15836986)
 * [@mkoenings](https://wordpress.org/support/users/mkoenings/) Could you please
   try to check the option “Asynchronously load CSS files from Google Fonts” from
   WP-Optimize > Minify > Fonts 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] minifying css prevents google fonts from loading](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/minifying-css-prevents-google-fonts-from-loading/#post-15836982)
 * [@tg64](https://wordpress.org/support/users/tg64/) Could you please try to check
   the option “Asynchronously load CSS files from Google Fonts” from WP-Optimize
   > Minify > Fonts 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] Unable to compress images.](https://wordpress.org/support/topic/unable-to-compress-images/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/unable-to-compress-images/#post-15833300)
 * [@df7729](https://wordpress.org/support/users/df7729/) There’s issue with reSmush
   server, they will have to fix the issue on their end.
 * We are in touch with them to get the issue resolved.
 * As soon as the issue is fixed we will update you.
 * Thank you for your time and patience.
 *   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] https redirects to http after installing WP](https://wordpress.org/support/topic/https-redirects-to-to-http-after-installing-wp/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/https-redirects-to-to-http-after-installing-wp/#post-15833298)
 * [@frans-blok](https://wordpress.org/support/users/frans-blok/) 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 timeuntil 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] Slow compression?](https://wordpress.org/support/topic/slow-compression/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/slow-compression/#post-15833297)
 * [@qnkov](https://wordpress.org/support/users/qnkov/) The delay is caused by the
   reSumush server, we are in touch with them to get the issue resolved.
 * As soon as the issue is fixed we will update you.
 * Thank you for your time and patience.
 *   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] Error 3.2.6](https://wordpress.org/support/topic/error-3-2-6/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/error-3-2-6/#post-15833295)
 * [@andretti2](https://wordpress.org/support/users/andretti2/) Could you please
   edit wp-config.php file and
 * Replace
 * `define('WP_DEBUG', false);`
 * with this:
 *     ```
       ini_set('log_errors','On');
   
       ini_set('display_errors','Off');
   
       ini_set('error_reporting', E_ALL );
   
       define('WP_DEBUG', false);
   
       define('WP_DEBUG_LOG', true);
   
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * Let us know if replacing with the above lines the warnings goes away?
 *   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] I need to refresh (because of caching) to get logged in status](https://wordpress.org/support/topic/i-need-to-refresh-because-of-caching-to-get-logged-in-status/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/i-need-to-refresh-because-of-caching-to-get-logged-in-status/#post-15833293)
 * [@nioglix](https://wordpress.org/support/users/nioglix/) 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 timeuntil 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] cURL Error 28 On Locally Hosted Site](https://wordpress.org/support/topic/curl-error-28-on-locally-hosted-site/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years ago](https://wordpress.org/support/topic/curl-error-28-on-locally-hosted-site/#post-15833292)
 * [@therealmiked](https://wordpress.org/support/users/therealmiked/) I’ve checked
   the issue with our development team and at the moment there’s issue with reSmush
   server, they will have to fix the issue on their end.
 * We are in touch with them to get the issue resolved.
 * As soon as the issue is fixed we will update you.
 * Thank you for your time and patience.

Viewing 15 replies - 241 through 255 (of 2,472 total)

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