❔ Site speed,
https://gtmetrix.com/reports/cedarautosales.com/ocV6B6hG/
This is how bad my website is right now and I think its due to the images, but please let me know if there is anything I could do to make it run quicker
GTmetrix Performance Report
GTmetrix Grade: F (Performance: 15% / Structure: 83%)
7 Replies
this is my first website ^
I am storing images as varbinary(max) let me know if I should do something else
Doesn’t the site itself tell you what to do though
Time To First Byte was about 9 seconds, is there something wrong with the server it’s being hosted on?
Also just realized but this is a C# server.
Pagespeed also shows images are an issue: https://pagespeed.web.dev/analysis/http-cedarautosales-com/k2me610may?form_factor=desktop
Use the
<picture>
element to provide .webp
or .avif
(or both) images with a fallback to .png
or .jpg
@adelj Your site payload is huge. Reduce the amount of CSS files served. Minify your css. Prevent non-existing. Loading your favicon takes 600ms? And its also the default plesk icon. Also, hitting a car-specific endpoint takes 1,6 seconds of raw server processing time (TTFB). So theres something wrong on the c# side too
Always use lighthouse as a performance metric, dont use some third party site
The server is godaddy but when I remove all the car images its fast
I will try @xeronik | aws > azure
Ah, godaddy
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.