janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
9 stars 17 forks source link

Fix: Add appropriate Image width and height to improve performance #25

Closed janvi01 closed 10 months ago

janvi01 commented 10 months ago

Describe the bug Currently, we have added a new girl with laptop illustration which has reduced the page performance as the Image elements do not have explicit width and height.

Screenshot 2023-10-22 at 6 47 13 PM

image ref: https://pagespeed.web.dev/analysis/https-sql-editor-online-vercel-app/moc82rthn4?form_factor=desktop (go to https://pagespeed.web.dev/ and enter https://sql-editor-online.vercel.app/ to get page speed insights)

Expected behavior Add appropriate Image width and height to girlwithlaptop image illustration and kindly crosscheck on page speed if the errors go or not.