To optimize performance in AngularJS, ________ can be implemented when retrieving data from an external API.

  • caching
  • compression
  • encryption
  • indexing
To optimize performance in AngularJS, caching can be implemented when retrieving data from an external API. Caching involves storing previously fetched data locally so that subsequent requests for the same data can be served quickly without making additional network calls. Implementing caching strategies is an advanced technique to enhance the responsiveness and efficiency of AngularJS applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *