This is a basic Sql query editor which show the output for the given query. I have provided some predefined quries to run as well as the information about the tables which ar available to user.
- reactjs
- monaco-editor/react
- tailwind css
- react-csv
- vite
- terser
You can play around with this editor here : SQL-Query-Editor
-
Before Optimisation
- LPC -> 0.9s
- TBT -> 0.7s
- CLS -> 0
-
After Optimisation
- LPC -> 0.288s
- TBT -> 0.1s
- CLS -> 0
- PageSpeedInsights
- GTmetrix
- Lighthouse
- Devtools
- Use code splitting for the bundle file.
- Optimize the JS Code and remove the unnecessary code
- text compression
- LCP Optimisation