Home/Performance
Topic

Performance

974 articles on Performance.

11,834 articles
Performance — How To Manage File Uploads In React With Google Storage And GraphQL — Smashing Magazine

How To Manage File Uploads In React With Google Storage And GraphQL — Smashing Magazine

From a user’s profile picture to other media assets, data collection and storage to cloud services through file uploads have become an essential feature for most modern applications. Today, Nwani Victory will show you how to file uploads that can be implemented in a GraphQL application. This article will be beneficial to developers who are interested in or considering using Google Cloud Storage fo

NVNwani VictoryNwani Victory·October 8, 2020Performance
Performance — New and Improved Developer Guides

New and Improved Developer Guides

New developer guides for the Dropbox API are available for OAuth, File Access, Sharing, Extensions, Team Files, Team Administration, Performance, Error Handling, and Detecting Changes.

TKTaylor Krusen·October 6, 2020Performance
Performance — Start measuring Web Vitals with Browser Insights

Start measuring Web Vitals with Browser Insights

We're partnering with the Google Chrome team to bring Web Vitals measurements into Browser Insights. Web Vitals are a new set of metrics to help web developers and website owners measure and understand load time, responsiveness, and visual stability.

JJplJpl·September 29, 2020Performance
Performance — Cloudflare's 2020 Annual Founders' Letter

Cloudflare's 2020 Annual Founders' Letter

We continue to believe what we started Cloudflare believing 10 years ago: the Internet itself is a force for good worth fighting to defend. We need to keep striving to make the Internet itself better — always on, always fast, always secure, always private, and available to everyone.

MPMatthew Prince, Michelle ZatlynMatthew Prince, Michelle Zatlyn·September 27, 2020Performance
Performance — Building even faster interpreters in Rust

Building even faster interpreters in Rust

Firewall Rules lets customers filter the traffic hitting their site, powered by our Wirefilter engine. We’re excited to share some in-depth optimizations we have recently made to improve the performance of our edge.

ZZakZak·September 24, 2020Performance
Performance — GitHub Mobile and GraphQL

GitHub Mobile and GraphQL

GitHub’s mobile applications have used GraphQL to power new features. We’ve now been able to move faster and get more done with less hassle and no over-fetching. We were able…

HSHesham SalmanHesham Salman·September 23, 2020Performance
Performance — Optimizing CSS for faster page loads

Optimizing CSS for faster page loads

A straightforward post with some perf data from Tomas Pustelnik. It's a good reminder that CSS is a crucial part of thinking web performance, and for a huge

CCChris Coyier·September 17, 2020Performance
Performance — Moving HPC to the Cloud: A Guide for 2020 - High Scalability -

Moving HPC to the Cloud: A Guide for 2020 - High Scalability -

This is a guest post by Limor Maayan-Wainstein, a senior technical writer with 10 years of experience writing about cybersecurity, big data, cloud computing, web development, and more. High performance computing (HPC) enables you to solve complex problems which cannot be solved by regular computing. Traditionally, HPC solutions provided mainly supercomputers. Today, HPC is typically a mix of resou

HSHigh Scalability·September 14, 2020Performance
Performance — How To Do More With Vue Router — Smashing Magazine

How To Do More With Vue Router — Smashing Magazine

Vue Router is the official router for Vue that is mostly used for creating multiple pages living on different routes (`/home`, `/profile`) in your application but has some features that some people do not know about. In this tutorial, Timi Omoyeni is going to show you some amazing features the Vue Router has and how we can make use of them in our app. You can find all the code used in this article

TOTimi OmoyeniTimi Omoyeni·August 31, 2020Performance
Performance — Upgrading GitHub to Ruby 2.7

Upgrading GitHub to Ruby 2.7

GitHub recently upgraded to Ruby 2.7. Learn how the team approached the deprecation warnings, why upgrading is important, and the notable performance improvements.

EMEileen M. UchitelleEileen M. Uchitelle·August 25, 2020Performance
Performance — Forms And Validation In Ionic React — Smashing Magazine

Forms And Validation In Ionic React — Smashing Magazine

Ionic Framework provides first-class support for building fast and mobile-optimized applications for any platform using React. In this tutorial, Jerry Navi will show you how to build forms using Ionic React’s UI input components in this tutorial. You will also learn how to use a library to help with detecting form input changes and responding to validation rules. Finally, you will learn to make yo

JNJerry NaviJerry Navi·August 20, 2020Performance
Performance — Accessibility In Chrome DevTools — Smashing Magazine

Accessibility In Chrome DevTools — Smashing Magazine

In this article, Umar Hansa will demonstrate some useful features in DevTools which can help you improve the accessibility of your website. For many websites, things like performance and accessibility are an afterthought. But as web developers, it’s best to strive to create the best possible experience we can for our users, regardless of their abilities. This article uses Google Chrome since it’s

UHUmar HansaUmar Hansa·August 13, 2020Performance
Performance — Creating A Static Blog With Sapper And Strapi — Smashing Magazine

Creating A Static Blog With Sapper And Strapi — Smashing Magazine

You might be wondering, “Why should I use this instead of the alternatives?” Sapper is based on Svelte, which is known for its speed and relatively small bundle size. In a world where performance plays a huge role in determining an effective user experience, we want to optimize for that. In this article, Daniel Madalitso Phiri will take you through how to build a Svelte-powered static blog with Sa

DMDaniel Madalitso PhiriDaniel Madalitso Phiri·August 5, 2020Performance
Performance — CodeGen: Semantic’s improved language support system

CodeGen: Semantic’s improved language support system

The Semantic Code team shipped a massive improvement to the language support system that powers code navigation. Code navigation features only scratch the surface of possibilities that start to open up when we combine Semantic‘s program analysis potential with GitHub’s scale.

ANAyman NadeemAyman Nadeem·August 4, 2020Performance
Performance — Introducing Workers Unbound

Introducing Workers Unbound

Today, we are excited to announce the next phase of this with the launch of our new platform, Workers Unbound, without restrictive CPU limits in a private beta.

NGNancy GaoNancy Gao·July 27, 2020Performance
Performance — Lazy Loading Images in Svelte

Lazy Loading Images in Svelte

One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy

DHDonovan HutchinsonDonovan Hutchinson·July 16, 2020Performance
Performance — Methods Of Improving And Optimizing Performance In React Apps — Smashing Magazine

Methods Of Improving And Optimizing Performance In React Apps — Smashing Magazine

Since React was introduced, it has transformed the way front-end developers build web applications, and its virtual DOM is famous for effectively rendering components. In this tutorial, Shedrack Akintayo will discuss various methods of optimizing performance in React applications, and also the features of React that we can use to improve performance.

SAShedrack AkintayoShedrack Akintayo·July 16, 2020Performance
Performance — Creating Tiny Desktop Apps With Tauri And Vue.js — Smashing Magazine

Creating Tiny Desktop Apps With Tauri And Vue.js — Smashing Magazine

Tauri is a toolchain for creating small, fast, and secure desktop apps from your existing HTML, CSS, and JavaScript. In this article, Kelvin explains how Tauri plays well with the progressive framework Vue.js by integrating both technologies in bundling an example web app called **nota** as a native application.

KOKelvin OmereshoneKelvin Omereshone·July 8, 2020Performance
Performance — Understanding Plugin Development In Gatsby — Smashing Magazine

Understanding Plugin Development In Gatsby — Smashing Magazine

Gatsby is a modern static-site generator that has revamped the way static websites are being built. It incorporates React, Node.js, and GraphQL to create stunning and blazing-fast websites. In this post, Aleem Isiaka will introduce Gatsby plugins, discuss the types of Gatsby plugins that exist, differentiate between the forms of Gatsby plugins, and, finally, create a comment plugin that can be use

AIAleem IsiakaAleem Isiaka·July 6, 2020Performance
Performance — Make Your Sites Fast, Accessible And Secure With Help From Google — Smashing Magazine

Make Your Sites Fast, Accessible And Secure With Help From Google — Smashing Magazine

From June 30th to July 2nd, Google’s web platform team brought together the web community for [web.dev LIVE](https://web.dev/shows/web-dev-live-day-1), a digital event to talk about the latest development to the platform and tools ecosystem, give developers a chance to talk to each other and ask their burning questions to the team. Over the three days, the Google team shared a round of updates and

DADion AlmaerDion Almaer·July 6, 2020Performance
Performance — Links on Performance II

Links on Performance II

Just had a couple of good performance links burning a hole in my pocket, so blogging them like a good little blogger.

CCChris Coyier·July 2, 2020Performance
Performance — Catching up with Workers KV

Catching up with Workers KV

Today, we’d like to share with you some of the stuff that has recently shipped in Workers KV: a new feature and an internal change that should significantly improve latency in some cases. Let’s dig in!

SSteveSteve·June 29, 2020Performance
Performance — A Monthly Update On All Things Smashing — Smashing Magazine

A Monthly Update On All Things Smashing — Smashing Magazine

Every month, we present an overview of things the Smashing team has been working on — all in one place. We organized Smashing Meets on three days — events that were open to everyone in the web community. With sessions on performance, CSS, GraphQL, and creative courage, we made sure to leave plenty of time for Q&A, networking, competitions and prizes. The past few weeks have been quite challenging:

ILIris LjesnjaninIris Ljesnjanin·June 19, 2020Performance
Performance — Introducing Cache Analytics

Introducing Cache Analytics

Cache Analytics gives you deeper exploration capabilities into Cloudflare’s content delivery services, making it easier than ever to improve the performance and economics of serving your website to the world.

JJplJpl·June 16, 2020Performance
Performance — Scaling End-to-End User Interface Tests

Scaling End-to-End User Interface Tests

At Slack, Quality is a shared responsibility. The Quality Engineering team is focused on creating a culture of testing, increasing test coverage, and helping the company ship high-quality features faster. We encourage all our developers to write and own end-to-end (E2E) tests. In turn, Quality Engineering (QE) is responsible for the frameworks used and provides…

RRoss·June 11, 2020Performance
Performance — Analyzing Notion app performance

Analyzing Notion app performance

Here’s a fantastic case study where Ivan Akulov looks at the rather popular writing app Notion and how the team might improve the performance in a variety of

RRRobin RendleRobin Rendle·June 8, 2020Performance
Performance — How To Run The Right Kind Of Research Study With The Double-Diamond Model — Smashing Magazine

How To Run The Right Kind Of Research Study With The Double-Diamond Model — Smashing Magazine

User research helps companies make higher quality software faster and more cost-effectively. However, there can sometimes be resistance to the up-front costs of running UX studies. In this article, Steve Bromley will equip you with some of the tools you will need to run the right kind of research study. This helps a research team run high quality, reliable studies that have a real impact on design

SBSteve BromleySteve Bromley·May 29, 2020Performance
Performance — Test your home network performance

Test your home network performance

Cloudflare launches speed.cloudflare.com, a tool that allows you to gain in-depth insights into the quality of your network uplink, including throughput, latency and jitter.

AAchielAchiel·May 26, 2020Performance
Performance — HTML Responsive Images Guide

HTML Responsive Images Guide

This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). We'll go over srcset and , plus a whole bunch of things to consider to help you get the best performance and design control from your images.

CCChris Coyier·May 26, 2020Performance
Performance — How To Make Performance Visible With GitLab CI And Hoodoo Of GitLab Artifacts — Smashing Magazine

How To Make Performance Visible With GitLab CI And Hoodoo Of GitLab Artifacts — Smashing Magazine

Performance is a competitive advantage that can bring and retain customers. We can’t afford regularly spending time optimizing apps all over again. It’s costly, and complex. As a first step in coming up with a solution for any problem, we need to make the problem visible. In this article, Anton Nemtsev will help you with exactly that It’s not enough to optimize an application. You need to prevent

ANAnton NemtsevAnton Nemtsev·May 20, 2020Performance
Performance — Smashing Meets! Free Online Meetups On May 18th And 19th 2020 — Smashing Magazine

Smashing Meets! Free Online Meetups On May 18th And 19th 2020 — Smashing Magazine

Smashing Meets is a friendly, inclusive, online meetup for people who work on the web. We focus on front-end and UX, but cover all sorts of topics from performance to accessibility. We organize Smashing Meets together with some amazing communities from around the world. Join us for Smashing Meets — two free online meetups with speakers, activities, and plenty of chances to make new friends. Just l

RARachel AndrewRachel Andrew·May 14, 2020Performance
Performance — Setting TypeScript For Modern React Projects Using Webpack — Smashing Magazine

Setting TypeScript For Modern React Projects Using Webpack — Smashing Magazine

In this article, Blessing Krofegha introduces Typescript, a superscript of JavaScript that presents the static type feature for spotting common errors as developers codes, which enhances performance, hence results in robust enterprise applications. You’ll also learn how to efficiently set up TypeScript in a React Project as we build a Money Heist Episode Picker App, exploring TypeScript, React hoo

BKBlessing KrofeghaBlessing Krofegha·May 11, 2020Performance
Performance — CUBIC and HyStart++ Support in quiche

CUBIC and HyStart++ Support in quiche

Congestion control and loss recovery play a big role in the QUIC transport protocol performance. We recently added support for CUBIC and HyStart++ to quiche, the library powering Cloudflare's QUIC, and lab-based testing shows promising results for performance in lossy network conditions.

JJunhoJunho·May 8, 2020Performance
Performance — An Introduction To React With Ionic — Smashing Magazine

An Introduction To React With Ionic — Smashing Magazine

Mobile app development using hybrid frameworks has come a long way since initial release in 2008. With the improvements being made to the JavaScript engine and improved processing power available to mobile phones, the major concern people had when they considered developing their apps using the hybrid approach — namely, performance — has all but been eliminated, and cross-platform frameworks have

JNJerry NaviJerry Navi·May 4, 2020Performance
Performance — Join Our New Online Workshops On CSS, Accessibility, Performance, And UX — Smashing Magazine

Join Our New Online Workshops On CSS, Accessibility, Performance, And UX — Smashing Magazine

As we have now formalized our workshop process, we thought we’d share a little more about how these events run. Unlike in-person workshops where we keep you in a room for an eight hour day, we realized than many of you have a lot of other commitments right now. Our initial online workshops went so well, we have scheduled many more. Find out how what we learned from those first workshops and what w

RARachel AndrewRachel Andrew·April 30, 2020Performance
Performance — The Cost of Javascript Frameworks

The Cost of Javascript Frameworks

I expect this post from Tim Kadlec to be quoted in every performance conference talk for the next few years. There is a lot of data here, so please check it

CCChris Coyier·April 26, 2020Performance
Performance — Stream Firewall Events directly to your SIEM

Stream Firewall Events directly to your SIEM

As of today, customers using Cloudflare Logs can create Logpush jobs that send only Firewall Events. These events arrive much faster than our existing HTTP requests logs: they are typically delivered to your logging platform within 60 seconds of sending the response to the client.

PPatrickPatrick·April 24, 2020Performance
Performance — Comparing HTTP/3 vs. HTTP/2 Performance

Comparing HTTP/3 vs. HTTP/2 Performance

We announced support for HTTP/3, the successor to HTTP/2, during Cloudflare’s birthday week last year. Our goal is and has always been to help build a better Internet. Even though HTTP/3 is still in draft status, we've seen a lot of interest from our users.

STSreeni TellakulaSreeni Tellakula·April 14, 2020Performance
Performance — Hacklang at Slack: A Better PHP

Hacklang at Slack: A Better PHP

Slack launched in 2014 with a PHP 5 backend. Along with several other companies, we switched to HHVM in 2016 because it ran our PHP code faster. We stayed with HHVM because it offers an entirely new language: Hack (searchable as Hacklang). Hack makes our developers faster by improving productivity through better tooling. Hack began as a superset of PHP, retaining its best…

SESlack Engineering·April 14, 2020Performance