Web Performance Optimization
  • Web Performance Optimization
  • Render Blocking CSS
  • Render Blocking JS
  • Resources Priority
  • Performance Budget
  • Images
  • HTTP/2 Server Push
  • Caching
  • Compression
  • Web Workers
  • React
  • Auditar con Chrome
Powered by GitBook
On this page

Was this helpful?

Caching

Aplicar políticas de cacheo en todo el flujo (FE- BE)

¿Qué tenemos que cachear?

  • Imágenes

  • Javascript

  • CSS

  • API Calls

PreviousHTTP/2 Server PushNextCompression

Last updated 5 years ago

Was this helpful?