Hello,
-Improve image delivery: Make these images lighter – https://take.ms/jEXrY , e.g., 30kb
-Render blocking requests: enable this https://take.ms/BuPV8 option in Theme settings to make it better.
-Legacy JavaScript – this is related to the file of Elementor.
-LCP request discovery: Make these images lighter – https://take.ms/jEXrY (those that you use for the Slider)
-Network dependency tree: replace the fonts from Google to the local https://take.ms/o9CcC
https://xtemos.com/docs-topic/how-to-upload-custom-fonts/
– Use efficient cache lifetimes: You should cache immutable static assets for a long time, such as a year or longer, so you need to configure your server to return the Cache-Control HTTP response header:
https://take.ms/vXMSl
For now, it’s adjusted for 7 days on your server.
It should be 1year+ as in the example: https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/?utm_source=lighthouse&utm_medium=lr#how_to_cache_static_resources_using_http_caching
Kind Regards