Title: Harshad's Replies | 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 - 1 through 15 (of 2,472 total)

1 [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)…
[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/2/?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] Duplicate Images in Media Library](https://wordpress.org/support/topic/duplicate-images-in-media-library-7/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/duplicate-images-in-media-library-7/#post-16120688)
 * [@lyeffeth](https://wordpress.org/support/users/lyeffeth/) You can try deleting
   the duplicate unused images from WP-Optimize > Images > Unused images.
 * You’ll have to run conflict test, bu disabling plugin and switching the theme
   to default twenty series and check if you can figure out if its any plugin or
   your active creating duplicate images.
 *   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] Can’t identify trashed posts. Is it safe to delete?](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/#post-16120682)
 * [@vagherbie](https://wordpress.org/support/users/vagherbie/) You can try executing
   following SQL query in phpMyAdmin to find out the trash posts
 *     ```
       SELECT *
       FROM wp_posts a
       LEFT JOIN wp_postmeta b ON ( a.ID = b.post_id )
       WHERE post_status = 'trash';
       ```
   
 *   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] Homepage broken after minification](https://wordpress.org/support/topic/homepage-broken-after-minification/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/homepage-broken-after-minification/#post-16116682)
 * [@eaglewoodes](https://wordpress.org/support/users/eaglewoodes/) 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] Can’t identify trashed posts. Is it safe to delete?](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/#post-16116680)
 * [@vagherbie](https://wordpress.org/support/users/vagherbie/) Have you tried to
   run the optimizations from WP-Optimize > Database, does it not clears the Trash
   posts?
 *   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] Fatal errors during preload](https://wordpress.org/support/topic/fatal-errors-during-preload/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/fatal-errors-during-preload/#post-16116671)
 * [@francoc30](https://wordpress.org/support/users/francoc30/) Do you have any 
   other caching plugin installed or caching mechanism enabled on the server, if
   so could you please disable the other caching mechanism 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] More rows after database tables optimize](https://wordpress.org/support/topic/more-rows-after-database-tables-optimize/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/more-rows-after-database-tables-optimize/#post-16112682)
 * [@ms100](https://wordpress.org/support/users/ms100/) Could you please try to 
   first optimize and repair the tables from phpMyAdmin and then try to optimize
   the tables from WP-Optimize 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] So many tables you can’t delete](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/#post-16112680)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) Could you please submit
   a support request here: [https://getwpo.com/ask-pre-sales-question/](https://getwpo.com/ask-pre-sales-question/)
   so that we can further investigate on 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] Homepage broken after minification](https://wordpress.org/support/topic/homepage-broken-after-minification/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/homepage-broken-after-minification/#post-16112677)
 * [@eaglewoodes](https://wordpress.org/support/users/eaglewoodes/) Could you please
   try to uncheck the option “Enable merging of Javascript files” and “Enable merging
   of CSS files” form WP-Optimize > Minify > Javascript 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] An unexpected response was received from the server](https://wordpress.org/support/topic/an-unexpected-response-was-received-from-the-server-2/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/an-unexpected-response-was-received-from-the-server-2/#post-16108338)
 * [@romi74](https://wordpress.org/support/users/romi74/) The message occurs for
   the first time when you run Preload, if you run the Preload again it should Preload
   all the urls.
 *   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] Can’t identify trashed posts. Is it safe to delete?](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cant-identify-trashed-posts-is-it-safe-to-delete/#post-16108337)
 * [@vagherbie](https://wordpress.org/support/users/vagherbie/) You’ll have to manually
   checked the trashed posts from WordPress admin > Post ? Trash items and see if
   its okay delete.
 *   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] So many tables you can’t delete](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/#post-16108334)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) Did you remove the
   plugins or its just deactivated?
 *   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] An unexpected response was received](https://wordpress.org/support/topic/an-unexpected-response-was-received-4/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/an-unexpected-response-was-received-4/#post-16108333)
 * [@thebusinesscat](https://wordpress.org/support/users/thebusinesscat/) Yes, we
   have received your request, Venkat should get back to you soon.
 *   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] So many tables you can’t delete](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/so-many-tables-you-cant-delete/#post-16104483)
 * [@pumpaxxl](https://wordpress.org/support/users/pumpaxxl/) Could you please try
   to optimize and repair tables from phpMyAdmin and then check if you see the remove
   button in 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] Homepage broken after minification](https://wordpress.org/support/topic/homepage-broken-after-minification/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/homepage-broken-after-minification/#post-16104479)
 * [@anonimice](https://wordpress.org/support/users/anonimice/) Have you performed
   a conflict test yet?
 * Try deactivating all plugins except for WP-Optimizeand 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 Not Showing Up](https://wordpress.org/support/topic/images-not-showing-up-85/)
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/images-not-showing-up-85/#post-16104477)
 * [@alauddin3](https://wordpress.org/support/users/alauddin3/) Could you please
   uncheck the option “Enable merging of Javascript files” and “Enable merging of
   CSS files” from WP-Optimize > Minify > Javascript and CSS and check if it helps
   to fix the issue?

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

1 [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)…
[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/2/?output_format=md)