Perf: Fase 3 PWA Caché optimizado y Scroll Infinito progresivo en Vistas
This commit is contained in:
@ -85,7 +85,10 @@ export default defineConfig(() => {
|
||||
handler: 'CacheFirst',
|
||||
options: {
|
||||
cacheName: 'supabase-images-cache',
|
||||
expiration: { maxEntries: 100, maxAgeSeconds: 2592000 }
|
||||
expiration: { maxEntries: 200, maxAgeSeconds: 2592000 },
|
||||
cacheableResponse: {
|
||||
statuses: [0, 200]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user