Is your website fit for Google Chrome Canary?

Is your website fit for Google Chrome Canary?

Everybody knows:  Web pages should load as fast as possible.

Page code requests resources, which are loaded one by one, then being used.

Between the start of the loading and the final usage, there is a lot of waiting for the resources to be delivered over the Internet.

To get rid of the waiting, you can load resources asynchronously and in parallel to other tasks.

The asynchronous loading works great with scripts but not so well with stylesheets and you have to change the architecture of the website to synchronize the usage again.

All the complexity comes from a simple browser rule: Load, then use automatically.

The page should just be able to tell the browser at the beginning: Following resources will be used later on; just start loading them in the background and have them ready when they are requested for usage.

This would maximize performance without adding complexity.

Fortunately, you can already do this for DNS lookup, translating a human-readable web address into a numeric server address.

If you add the following example line at the beginning of a page, the lookup is done in the background:

link rel="dns-prefetch" href="https://www.dhirubhai.net" />

Other than adding this link tag line, you don’t have to change anything in the code.

Finally you are now able to do the same with other resources:

Stylesheet example:

 link rel="preload" as="style" href="https://...css">

Script example:

link rel="preload" as="script" href="https://...js">

This is a "low hanging fruit" speed revolution.  It will be available in all browsers.

You can test this already in Chrome 50 Beta – “Google Chrome Canary”.

Lothar Bongartz, 1der1

PS: All 1der1 pages are already automatically delivered with this new feature.

Google PageSpeed Tools are not reflecting the new technology. If you optimize for preloading, you may get a lower score. The Google search bot is using another technology to load your website and this is the one affecting SEO.


 

要查看或添加评论,请登录

Lothar Bongartz的更多文章

  • Happy holiday to all of you

    Happy holiday to all of you

    Happy holiday to all of you from Lothar and the team @ https://1der1.com/ P.

    1 条评论
  • Become an expert in Website Building within four minutes

    Become an expert in Website Building within four minutes

    1der1's AID - Artificial Intelligence Developer creates your page automatically and fills content libraries for you to…

  • Further restrictions of the Instagram API

    Further restrictions of the Instagram API

    After the wipe-out on April 4, 2018, more functionality is disabled now. You get the message "This endpoint has been…

  • Be compliant with Europe’s privacy rules

    Be compliant with Europe’s privacy rules

    If your website allows visitors from Europe, your privacy policy has to follow EU rules. Every decent website uses…

    1 条评论
  • How can your website tell your story?

    How can your website tell your story?

    Let your website speak to your visitors. 1der1's voices carry your message into the hearts of your customers.

  • Provide perfect user experience using website fallback strategies

    Provide perfect user experience using website fallback strategies

    At 1der1, hosting client websites is included. Hosting allows us to improve 1der1 modules continuously - "kaizen" in…

  • Speak the language of your customers

    Speak the language of your customers

    The above picture shows the same website in eight different languages. Depending on the web page visitor's language…

  • 1der1 partners with Conferences

    1der1 partners with Conferences

    Global Digital Marketing Summits (GDMS) GDMS is the largest gathering of business idols, entrepreneurs, digital elites,…

  • Watch this website builder set a new record

    Watch this website builder set a new record

    1der1 has done it again, proving its position as number one. You can see the complete video footage of the…

  • Online Presentations - 12 Business Heroines

    Online Presentations - 12 Business Heroines

    Create your presentations on YOUR website. People, events, services, education, landmarks, real estate, travel…

社区洞察

其他会员也浏览了