Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 897 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 897 Bytes

A SQL editor view to query ⚡ easily on a table using SQL🧠

image

Page Load Time

Well, there are many ways to analyze page load time I have done that using Pingdom and Waterfall chart in the network tab.

  1. Pingdom result
    Load time - 1.97s, Requests = 20, Page Size = 11.6 KB, Performance grade = B82

  2. Network tab Waterfall Chart
    In this it took around 1.16s

image

Exeternal resources image

Optimizing web app.

For that,

  1. I’ve used minimal dependencies.
  2. Avoid using Index as Key for map.
  3. Using Web Workers for CPU Extensive Tasks.