How can I increase my website speed?
-
Hi, I hope you are doing good. My website speed is too much slow. Mobile speed is 12 and Desktop speed is 39.
Please check my website speed.
&
What can I do for my website to increase speed?
What is best way to increase website speed.Here is my website: https://www.myqurantutor.com/
-
Hey there,
Have you tried looking over what Google recommends?
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.myqurantutor.com%2F
For example, it is saying there is a lot of loading from Youtube etc. Are you also sure the server is up to speed as well as optimized assets?
I'd also recommend digging through Moz some great stuff to try there too - https://moz.com/blog/website-page-speed
Hope some of that helps.
-
Pretty much what Greg said - there are so many things to look into including but not limited to the below..
- Enable Compress with GZip etc
- Serve scaled images and try SVGs.
- Reduce and minify scripts, HTML and CSS
- Possibly serve images from a content delivery network
- Load scripts asyncronously
- Avoid redirects where possible, reduce DNS look ups and http requests
- Set up caching correctly.
- Use a fast server and install SSL certificate. Intially it maybe slower but you can optimise bestter and in the end should produce faster speeds via HTTP2.0.
Plus lots, lots more.
Your CSS does look to be doing a fair bit of render blocking. Maybe look to combine and reduce to essential needed items.
-
This post is deleted! -
PageSpeed insights is cool but I find GTMetrix often gives more useful info. If you sign up for a free account you get access to a cool waterfall tab
Here's the complete waterfall for your homepage:
- https://d.pr/i/a6OUZb.png (screenshot)
In blue I highlighted some images which are over 50KB which could be compressed a little more. In red I highlighted all the calls which your site / page makes to YouTube.com. As Greg Painter specifically said, all of these calls to YT do seem to be slowing things down and causing you problems! Any chance you can embed those resources (which your page is calling for) natively on your site? It would be faster than keep calling out to YT which has to satisfy enormous amounts of traffic as it is