Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/htmlremix/public_html/wp-content/plugins/top-level-cats/top-level-cats.php on line 58
Google Chrome prerendering and how developer can get ready | HTMLRemix.com
Categories: Google

Google Chrome prerendering and how developer can get ready

Web developer's precautions to Google Chrome Prerendering to get the best out of it. Give better experience to visitors with less cost for hosting.

Last year, Google announced of Chrome Prerendering, that is a feature added to Chrome to improve user-visible page load times. Chrome will load the page even if the user is not clicked on it. So that when user actually clicks the link, use feels like it loads faster.


Now, Google has added it in the stable release of Chrome, which will be downloaded masses. Now, as developers, how can we utilize this wisely and still save bandwidth.

First, we need to tell Chrome which links to prerender. For this, you just need to add this line on your HEAD tag.
[code] [/code]

Here is a WordPress plugin which does this out of the box for you.

Negative effects if you enable Prerendering

No questions, its so cool for the visitors to get pages load faster. But it eats up their bandwidth uselessly unless they want to click on another link.
Now whats bad for the developer / site owner ?

  1. It loads pages un-necessarily, which wastes server resource and band width.
  2. Users may see not so updated page if you have real time data on your page. Because what user will see is data already loaded
  3. DOM based JS layouting may have trouble ( atleast for now, some websites may break )
  4. Analytics Data may get messed – Google says that any page Analytics may count prerendering as a pageview. It was a small amount earlier, but now Prerendering is spread through Chrome stable release. Lets hope Google Analytics Team will come up with a solution.
  5. Be prepared with a good web hosting packages to get more visits on to your site. I mean just hists, not visits though 🙂

Keep watching this space to get updated on this matter.

Remiz

Remixed version of unstable human emotions and thirst of mankind actions. UX designer, UI developer and HE of WebCastle Media Pvt LTD

View Comments

Recent Posts

Revolutionizing Web Development with AI: Tools and Techniques for Improved Productivity and Accuracy

AI is being used in programming to improve efficiency, accuracy and automation. It is being used in machine learning algorithms…

11 months ago

Apple push notification php example code 2021

For a long time since Push notification became a thing on iOS, it was very simple to integrate push notification…

2 years ago

Solved: MySQL convert_tz returns null on MacOS Catalina using XAMPP

Note: A little bit of a story since I haven't been writing for a while. If you are in a…

4 years ago

Why You Should Hire a Creative Marketing Agency for Your Next Campaign

There are few things that are quite as universally important in a business like marketing. Good marketing is at the…

4 years ago

Bring back PPTP VPN on iOS 10 and macOs sierra

Since latest iOS and macOs removed support for PPTP VPN from their built in client, here is how you can…

7 years ago

This will Change

Back to habits of young days. Shaping up another life. Starting like a kid who is a great king.

9 years ago