Title: Updates &amp; Cache
Last modified: July 15, 2021

---

# Updates & Cache

 *  Resolved [axmann](https://wordpress.org/support/users/axmann/)
 * (@axmann)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/updates-cache/)
 * Hi there,
 * I’d like to ask you 2 things.
 * 1)
    Does changing things like app name, icon or background color take effect 
   once users have installed the PWA? For me it seems like reinstalling is the only
   way to make it happen. Is this the expected behavior or am I missing something?
 * 2)
    Does the cache not expire until max cache time is exceeded? I’m wondering
   how to ensure that users see updated contend on pages instantly while they see
   a cached version as long as nothing changes. [You’re documentation](https://pwa-for-wp.com/docs/article/what-is-caching-strategies-in-pwa-and-how-to-use-it/)
   couldn’t help me out yet.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/updates-cache/#post-14667307)
 * 1. no need to reinstall for changes. When the PWA is launched, or opened in a
   browser tab, Chrome determines the last time the local manifest was checked for
   changes. If the manifest hasn’t been checked since the browser last started, 
   or it hasn’t been checked in the last 24 hours, Chrome will make a network request
   for the manifest, then compare it against the local copy.
    Summary: in 24 hr 
   it will update automatically
 * 2. When you use “network first” in caching strategy, it always grabs new content
   from the server and saves it in the cache when you are online. If you go offline
   that cached copy will serve.
 *  Thread Starter [axmann](https://wordpress.org/support/users/axmann/)
 * (@axmann)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/updates-cache/#post-14672545)
 * 1)
    Sounds good basically but unfortunately I’ve never seen this behavior before.
   Just to understand you right, this requires to have the PWA [opened 24 hours without closing](https://support.google.com/android/answer/9079646?hl=en)
   it or the browser? If so can it run in the background?
 * 2)
    Ok, got it. Is there a way to set up this behavior while users are online?
 * Open PWA -> check for new content -> new content found -> serve it + cache it
   
   Open PWA -> check for new content -> no new content -> serve cached version
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/updates-cache/#post-14679281)
 * 1. No need to open it, it will run in the background.
    2. Use Network first “
   caching strategy”.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Updates & Cache’ is closed to new replies.

 * ![](https://ps.w.org/pwa-for-wp/assets/icon-256x256.png?rev=1939317)
 * [PWA for WP - Progressive Web Apps Made Simple](https://wordpress.org/plugins/pwa-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwa-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwa-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/pwa-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwa-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwa-for-wp/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [name](https://wordpress.org/support/topic-tag/name/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 3 replies
 * 2 participants
 * Last reply from: [Magazine3](https://wordpress.org/support/users/magazine3/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/updates-cache/#post-14679281)
 * Status: resolved