Title: Improvement scope
Last modified: February 16, 2021

---

# Improvement scope

 *  Resolved [Gulshan Kumar](https://wordpress.org/support/users/thegulshankumar/)
 * (@thegulshankumar)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/improvement-scope/)
 * Ref: [https://i.imgur.com/1On4z3E.png](https://i.imgur.com/1On4z3E.png)
 * Affect: Caching stuffs in unexpected way.
 * Fix – comment out / remove it
 *     ```
       // 'ExpiresByType text/html "access '.$expire.'"',
       // 'ExpiresDefault "access '.$expire.'"',
       ```
   
 * Why?
 * text/html should never be cached in the browser for long TTL, and setting up 
   ExpiresDefault would accidently start caching stuffs that you have not explictly
   mentioned by its mime-type.
 * How user can face problem, I guess here’s one example
    [https://wordpress.org/support/topic/important-caching-does-not-refresh-after-adding-new-posts/](https://wordpress.org/support/topic/important-caching-does-not-refresh-after-adding-new-posts/)
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/improvement-scope/#post-14060861)
 * [@thegulshankumar](https://wordpress.org/support/users/thegulshankumar/) Thanks
   for sharing, I’ll share the same with our development team to have a further 
   look.

Viewing 1 replies (of 1 total)

The topic ‘Improvement scope’ is closed to new replies.

 * ![](https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899)
 * [WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance](https://wordpress.org/plugins/wp-optimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-optimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-optimize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-optimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-optimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-optimize/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Harshad](https://wordpress.org/support/users/bornforphp/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/improvement-scope/#post-14060861)
 * Status: resolved