Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.36 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.36 KB

QueryQuack

  • Query Quack is a fast and performance oriented tool that mimics the functionality of an online SQL editor.

Homepage QueryEditor

Guide

Guide

Used Packages:

Performance & Page Load Time:

Optimization Used to Improve the performance

  • Used lazy Loading and suspense rendering on editor route for CodeMirror code editor & Material-React-Table table viewer component.
  • Used UploadCare CDN provider to upload image on a CDN service and used webp format of images.
  • Images are also optimized by their required scale for different purpose like webpage title icon and logo (only 50x50px image used). Example: user_icon_URL, user_icon_URL in src\helpers\Constants.js
  • Overall reduced the timing of LCP & FCP
  • Improved the CLS metric by making some minor changes of explicitly adding width and height of images to avoid layout shift problems

Extra's

  • The website has been optimized to efficiently load and display a large amount of data in a table viewer by the help of virtualization techniques.