Key points for front-end optimization

Hi,

I am writing a research on web application front end performance optimization. I am trying to gather as many as possible key points to review in this research. What I’ve got so far:
Caching
Content delivery networks
Web workers, service workers
AMP(Accelerated Mobile Pages)
CSS Sprites
DOM Manipulation batching
Prevention of memory leaks
Asynchronous module loading

Are there any more key points you could suggest?

Hi!
I’d suggest the following items:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.