Skip to content

Instantly share code, notes, and snippets.

@K3ndev
Last active May 31, 2024 20:38
Show Gist options
  • Save K3ndev/95c394d3a798ac6303499a185ff6894a to your computer and use it in GitHub Desktop.
Save K3ndev/95c394d3a798ac6303499a185ff6894a to your computer and use it in GitHub Desktop.
  1. Backend Optimization:
    • Reduce the number of database queries by optimizing SQL queries, using indexes, and fetching only necessary data.
    • Redis Integration:
      • storing sessions
  2. Frontend Optimization:
    • Caching Resources:
      • using CDN
    • using a meta framework that can returns HTML to some components instead of JavaScript.
    • Data Caching with WebSockets
    • optimize Images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment