apache HTML JavaScript Web Design

Web frontend performance tuning

I have tried some techniques to resolve some media loading problems.

The lessons learned were:

  1. Profiling the web threading performance in advance may avoid unnecessary development costs.
  2. Web workers are good if you don’t have scripts dependencies.
  3. Web browsers have dedicated computing threads for loading Base64 encoded images. No need to recreate the web workers.
  4. Try Apache WebSocket proxy if you have restricted firewall access rules.

References:

Leave a Reply

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

Back To Top