We Asked The Experts About the State of the Web Performance Industry – Here’s What They Said

Dror Arie Head of Engineering @ GlobalDots
9 Min read

At GlobalDots we have been developing an exclusive partnership program with selected web performance professionals to strengthen the collaboration and knowledge transfer within our industry. For starters, we ran a few Q&A sessions with the experts to find out what were their thoughts about the state of web performance industry and the challenges that are to be expected in 2017. Here’s what they said.

Reduce your AWS costs by over 50%

Discover your Cloud Saving Potential – Answer just 5 simple questions. AppsFlyer, Playtika, Lufthansa, IBM, top leading companies are already using our FinOps services.

Reduce your AWS costs 
by over 50%

 

Stefan Judis

Organizer of Web Performance Group Berlin, Developer Evangelist at Contentful and Frontend Nerd

Follow on: Twitter

 

 

Tell us about yourself.

I started programming seven years ago and quickly fell in love with web performance, new technologies and automation. I worked for several startups in Berlin and recently joined Contentful to tell the world how an API-first CMS can make you a bit happier.

I’m also a curator of the web performance online resource Perf Tooling, organizer of the Web Performance Meetup Berlin, contribute to a variety of open source projects and enjoy sharing nerdy discoveries.

If you could explain web performance in 1 sentence, what would it be?

Web performance is the chance to save your visitors’ time and money .

What is your current opinion on the web performance industry in general? What are the trends we should look after in 2017?

I feel like the industry today reached a complexity where it is tough to keep track. My focus lies in the frontend area and especially in the last 2-3 years a lot of best practices changed, and new technologies evolved. We see cutting edge websites being built next to really weak and slow ones.

Trends in 2017 for me will be:

  • AMP (Accelerated Mobile Pages)Google’s initiative to shape a “framework” which guarantees well-performing websites. With it common problems like constant content reflows and render blocking stylesheets will be prevented. Google also offers a CDN with it  for free, which is nice.
  • PWA (Progressive Web Apps) – Based on new technologies like Service Workers, they are a particular way to build websites and web apps that perform well and can compete with native mobile applications. Deal breakers like offline behavior and push notifications are now possible without the need for going native. The web was always treated like it’s not able to compete with apps on Android or iOS. This might change and is really exciting.

What are the biggest challenges in the web performance industry?

The biggest challenge is the fast pace and the need to keep track of everything. Best practices change quickly. I praised web performance basics for years, and a few of these are now obsolete. We now consider resource splitting because we have HTTP/2 and take care of the main thread in the browser. A lot of things considered being the way to go didn’t even exist a few years ago.

We have to find a way to educate everybody to get to a faster web. At the end it’s not only about the people spending hours and hours learning new technologies being always on the cutting edge, but rather all the people building for the web.

What is currently on your reading list regarding web performance?

Right now on my reading/watch list are “Advanced JS performance with V8 and Web Assembly” and “*When everything’s important, nothing is!*”. The topic of “boot up” time of single page applications is a really hot topic right now. I definitely have to play around with smart code splitting.

What industry related blogs do you regularly follow?

To keep myself up to date I’m subscribed to several newsletters. Most of them are frontend related. For a broader overview, I follow Web Performance Weekly and am also subscribed to the Web Ops Weekly newsletter.

I don’t follow any specific blogs, but I do follow people like Steve Souders, Paul Lewis, Addy Osmani and Jake Archibald. They’re all doing a great job educating the developer community.

What would you advise to anyone currently looking for a CDN?

Well… first of all the price. Important things to watch out are HTTP/2 and HTTPS support and if the data centers are next to the target market.

Who should use a CDN?

In best case, everybody – less latency leads to a faster web.

How competitive is the CDN market today?

I’m usually not the decision maker about which CDN to use, but I see that there are more and more popping up. And even if this makes it harder to pick the right one, having competition in this market is probably a good thing.

What would be the one biggest web performance optimization you usually focus on first?

The frontend plays a huge role regarding web performance. Check for render blocking resources and get everything as tiny as possible. I keep seeing websites including tenths of render blocking scripts included in the HEAD of a website. These not only open up several single points of failure but also delay the time until the user sees something meaningful.

Also, minification, image optimization and even picking the correct image format are things people still don’t think about or care too much.

What are some most common mistakes you’ve seen in the past regarding web performance optimization?

A lot of people only test on their machines in their high-speed networks. We all work on cutting edge computers with decent internet connections. Achieving a well-performing result in these environments is easy, but what happens on a slow 3G connection on a 150$ phone?  

Optimizing for the web means optimizing for everybody. Tools like Webpagetest can help you to test from different locations with different connection speeds and maybe you want to buy a few cheap phones to see how your product performances in low-cost environments.

 

Harry Roberts

Award-winning Consultant Front-end Architect at CSSWizardry, Designer, Developer, Writer and Speaker

Follow on: Twitter

 

 

Tell us about yourself.

Hi! I’m Harry – I’m a consultant front-end architect and performance engineer from the UK. I spend my time helping clients all over the world to make their websites and applications fast. I do a lot of training and public speaking in the hope of spreading the knowledge a little further so that other developers can make fast experiences without me. I want the web to win.
I write about front-end performance at csswizardry.com, and tweet about the web in general at @csswizardry.

If you could explain web performance in 1 sentence, what would it be?

Making delivery of your product, website, or service as fast and robust as possible to people in all different situations.

What is your current opinion on the web performance industry in general? What are the trends we should look after in 2017?

My current opinion is that the performance industry is growing and taking hold, which is good, but also that performance in general seems to be getting worse. The web is becoming increasingly westernised, which means developers in modern cities with great infrastructure and more consistent network connections are building websites under the assumption that everybody else is just like them. The truth is that millions of people are not like them at all.

I think in 2017 we should be looking at isomorphic/universal JavaScript, so that we’re not building single-page web apps that completely block rendering. Websites that need to download megabytes of JS before they’ll even show me something are the only sites that consistently fail to load. We should also focus on the next billion people coming online, where they’re coming from, and what browsing/network conditions they’re in.

What are currently the biggest challenges in the web performance industry?

Honestly, I think it boils down to a lack of knowledge (or, unfortunately, lack of caring). A lot of non-technical stakeholders don’t necessarily realise that the feature requests they’re making, or the dozens of tracking scripts they want, or their full pages of ads, have such a profound negative impact on performance.

I also think a lot of developers out there are somewhat oblivious to the problem as well, as I hint at in the previous answer. Performance often seems to be an afterthought, which it just cannot be. Performance is a design decision.

What is currently on your reading list regarding web performance?

Ilya Grigorik’s High Performance Browser Networking is a goldmine.

What industry related blogs do you regularly follow?

Honestly, I don’t tend to follow specific blogs. I much prefer to follow individuals on Twitter and get an array of different sources that way. That said, there are some great resources out there:

  • A List Apart
  • Smashing Magazine
  • Planet Performance

What would you advise to anyone currently looking for a CDN?

Find someone:

  • who supports HTTP/2
  • with a proven track record
  • who hosts similar content to your own (if you’re likely to need hands-on support, it will help if they know your industry).

Who should use a CDN?

Anyone who has a truly worldwide audience. If you’re only servicing a single geographic region, the architectural overhead of a CDN probably won’t be worth it. Host everything in one spot, and make use of domain sharding to help with parallelisation.

How competitive is the CDN market today?

Honestly, I couldn’t really say. My work sits very much on the front-end, so I’m never likely to be commissioning CDN services. My current knowledge of the market isn’t really that fresh.

What would be the one biggest web performance optimization you usually focus on first?

Optimising the critical rendering path. Get the vital content there first, and the rest can show up when it’s ready.

What are some most common mistakes you’ve seen in the past regarding web performance optimization?

Focusing on micro-optimisations. Catch the low hanging fruit first, because it’s the cheapest, quickest, and usually most effective. Check that you’re compressing your transfer, make sure you’re not sending anything crazy over the wire, check for redirects and 404s, etc.

 

 

Maximiliano Firtman

Author of High Performance Mobile Web from O’Reilly; Mobile Web Performance Author, Speaker and Trainer

Follow on: Twitter

 

Tell us about yourself.

I’m a mobile+web developer and trainer, focused on web performance and the web on mobile devices, including hybrid, native and progressive web app development. I’ve authored several books, the last one “High Performance Mobile Web” published by O’Reilly Media. I’ve been doing trainings for 15 years for top companies around the world.

If you could explain web performance in 1 sentence, what would it be?

Web performance is one of the most important goals of your web content (or web app) because it’s the one that will assure you more conversion and the best user experience.

What is your current opinion on the web performance industry in general? What are the trends we should look after in 2017?

The Web performance industry is mature now with a huge ecosystem of companies, developer tools and documentation, although a big part of the Web is not involved yet and we still need to convince people how important Web Performance is.

During 2017 we will see:

  • A big grow of AMP and probably a shift in its existence as not everyone wants the cache part of them
  • PWAs will increase the need of Web Performance as tools and validators will start to measure how fast your PWA is loading and acting after it was loaded.

What are currently the biggest challenges in the web performance industry?

Testing and measuring on real conditions is still something that needs better tools and solutions. Also, newer frameworks and patterns moving lot of work on the client is challenging the Web community every day.

What is currently on your reading list regarding web performance?

I’m reading High Performance Images, from O’Reilly Media.

What industry related blogs do you regularly follow?

I use Twitter to keep me updated, so instead of selecting a blog, create the best possible list of followers in the industry.

What would you advise to anyone currently looking for a CDN?

Check whether the CDN is updated to the latest trends and technologies, such as HTTP/2 and HTTP Client Hints. The industry evolves quickly and your CDN provider needs to be on that train.

What would be the one biggest web performance optimization you usually focus on first?

If Responsive Web Design was used without performance in mind, I analyze first its impact to see if an architecture change is needed or not.

What are some most common mistakes you’ve seen in the past regarding web performance optimization?

Thinking that Responsive Web Design was a goal to achieve without understanding what it means, losing the focus of what’s important was something I’ve seen a lot. Most of the time, overloading content in the first load is also a big problem and it’s incredible how basic things like avoiding blocking scripts or serving some files using GZIP are still not being used everywhere.

_ . _

Hope you enjoyed our experts Q&A roundup on the state of web performance industry and possibly learned something new. For everything else web performance and security related you can always contact our experts at GlobalDots.

Latest Articles

Project FOCUS: A New Age of FinOps Visibility

It’s easy for managers and team leaders to get caught up in the cultural scrum of FinOps. Hobbling many FinOps projects, however, is a lack of on-the-ground support for the DevOps teams that are having to drive this widespread change – this is how all too many FinOps projects become abandoned on the meeting room […]

Nesh (Steven Puddephatt) Senior Solutions Engineer @ GlobalDots
27th March, 2024
Optimize Your Cloud Spend with a FinOps Maturity Assessment

Achieving FinOps is a tall order: it demands a degree of organizational self-awareness that some companies are constantly battling for. Consider the predicament that many teams find themselves in: while their cloud environments may contain a number of small things that could be optimized, there are no single glaring mistakes that are consuming massive quantities […]

Nesh (Steven Puddephatt) Senior Solutions Engineer @ GlobalDots
27th March, 2024
Terraform Best Practices Checklist

Enhance your Terraform skills with 13 proven techniques curated by our DevOps experts. Gain insights on module optimization, state file management, advanced version control, and many more key topics.   Reduce your AWS costs by over 50% Discover your Cloud Saving Potential – Answer just 5 simple questions. AppsFlyer, Playtika, Lufthansa, IBM, top leading companies are already […]

Developer AXE-WEB
27th March, 2024
Efficient Cluster Management

Developers and DevOps teams, it’s time to make Kubernetes simple, efficient, and easy to manage. Download our comprehensive guide to efficient cluster management to learn how to turn Kubernetes into a well-oiled machine. This guide offers: Reduce your AWS costs by over 50% Discover your Cloud Saving Potential – Answer just 5 simple questions. AppsFlyer, […]

Developer AXE-WEB
27th March, 2024

Unlock Your Cloud Potential

Schedule a call with our experts. Discover new technology and get recommendations to improve your performance.

Unlock Your Cloud Potential