Hi @heavydoodle114,
Thanks for reaching out!
Your server is not using “expires” headers for your images.?(No idea how to fix this)
If you use the Apache or NGINX web servers, you can edit the configuration files to set the “expires” header for all image files. For Apache, you can also use the “.htaccess” file to change the settings for each folder.
There’s an article by WPBeginner on how to achieve this – https://www.wpbeginner.com/wp-tutorials/how-to-add-expires-headers-in-wordpress/
I’d suggest reaching out to your hosting provider and they can do this for you.
Some Java script files dont seemed to be minified?(Installed Autoptimize and Optimole plug in to correct this issue but the issue remains)
I tested your website on my end and noticed that the reported JavaScript files are embedded JavaScript files as Base 64. Screenshot – https://a.supportally.com/i/v4hR1j
I suggest you reach out to the Support team of Autoptimize and see if they can help you minify these files.
Some Css files don’t seem to be minified –?(Installed Autoptimize and Optimole plug in to correct this issue but the issue remains)
The reported files here are external CC files of Google Fonts – https://a.supportally.com/i/9aElVd
Since external files cannot be minified on a different website locally, you can safely ignore this suggestion.
Your page makes 50 requests. More than 20 request can result in slow page loading.?(No idea how to fix this)
While testing your website, I noticed that the homepage of your site makes 63 requests which can slow down the performance of your site. So you can try deactivating all the unused plugins on your site to reduce the number of requests and improve the performance of your site.
I found this great article that can help you achieve this –
https://kinsta.com/blog/make-fewer-http-requests/
Feel free to let me know if you have any questions.
Thanks!