Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.04 KB

ROADMAP.md

File metadata and controls

41 lines (39 loc) · 1.04 KB

Roadmap

v1

  • Universal logger
  • Client side routing
  • Server side routing
    • Main routing
    • Missed route (404)
    • Redirect route
    • URL query parameters
  • Sitemaps
  • Robots.txt
  • Cache control (etag, max-age, if-none-match)
  • User agent sniffing as data context
  • Reactive collections as data context
  • Server side only routes and REST API for webhooks
  • Server side LRU cache with TTL for
    • Routes
    • User agent
    • Data context
  • Counter measure when Meteor.Reload starts requesting the same URL over & over again

v2

  • Configurable browser policy
  • Application cache API
  • Service workers
  • i18n support
  • Cache prefilling
  • API for cache limit control
  • Server side routing
    • No SSR routes
  • Component caching with Electrode
  • Server stats
    • From cache vs rendered
    • System usage: CPU, RAM
    • Most rendered page
    • Longest rendered page

v3

  • Styled components
  • Above the fold
  • Code splitting