How can I get an HTML page to load faster?

3 replies
  • WEB DESIGN
  • |
I have a few pages on my site, that I accidentally made probably too long. They have lots of videos and embedded stuff loading.

But is there a way to just the get upper (above the fold) section to load faster until the rest of the page is able to load up?

Please let me know if you have a solution? Would it load faster if I just add a small separate table above the fold?
#faster #html #load #page
  • Profile picture of the author sb0rg
    Take a look into some Critical CSS JS libraries - these libraries focus on inlining your css where you want it. You can use it for your above the fold section.
    {{ DiscussionBoard.errors[11083022].message }}
  • Profile picture of the author yuvrajsinhspaceo
    1) Open https://gtmetrix.com/

    2) Enter your website

    3) It will look like this.



    4) Now you've all the informations that can help you to improve your page speed.

    I hope you find it useful.
    {{ DiscussionBoard.errors[11083210].message }}
  • Profile picture of the author ajtheseoguy
    A few quick ways to decrease a page's load time:

    1. Compress your images (picmonkey.com)
    2. Use Google Tag Manager for your pixels/Analytics (https://tagmanager.google.com/)
    3. Reduce the number of Wordpress plugins on your site
    {{ DiscussionBoard.errors[11083712].message }}

Trending Topics