Topic mix

Performance optimization

34 moments from 32 videos · 1:50:26 total

Fast response times are critical for user retention. This collection of expert talk moments covers diagnostic tools, database performance, and techniques to minimize latency across the stack.

API Design - Getting Started
Play section Optimizing performance across JSON methodologies and backend stacks
Optimizing performance across JSON methodologies and backend stacks thumbnail

Optimizing performance across JSON methodologies and backend stacks

Overcoming endpoint slowness by recognizing that performance ultimately relies on targeted caching and specialized backend stack optimizations.

A journey of a long list in React
Play section Optimization techniques for complex components and business logic
Optimization techniques for complex components and business logic thumbnail

Optimization techniques for complex components and business logic

Executing redundant calculations outside synchronized event frames actively prevents JavaScript pipeline saturation and interface tearing.

WeAreDevelopers LIVE - Web Performance in an AI World
Play section Integrating artificial intelligence agents into web performance optimization
Integrating artificial intelligence agents into web performance optimization thumbnail

Integrating artificial intelligence agents into web performance optimization

Automated agents analyzing and applying performance fixes represent the next step in modern website maintenance.

Dos and don'ts with react hooks. An opinionated approach
Play section Prioritizing code readability over minor performance optimizations
Prioritizing code readability over minor performance optimizations thumbnail

Prioritizing code readability over minor performance optimizations

Optimizing for future readers and maintainers matters more than eliminating marginal performance bottlenecks.

Multiple Ships to the Island - Micro Frontends & Island Architectures
Play section Optimizing browser performance using modern island architecture
Optimizing browser performance using modern island architecture thumbnail

Optimizing browser performance using modern island architecture

Delivering minimal javascript payloads by identifying specific islands of interactivity significantly boosts loading times.

Native Federation: The Future of Micro Frontends and Plugin-Systems in Angular
Play section Optimizing application performance using island architectures
Optimizing application performance using island architectures thumbnail

Optimizing application performance using island architectures

Loading non-critical micro frontends only when they scroll into view significantly improves initial application performance.

What you need to know about Core Web Vitals
Play section Balancing web performance optimization with complex product pipeline constraints
Balancing web performance optimization with complex product pipeline constraints thumbnail

Balancing web performance optimization with complex product pipeline constraints

Navigating complex operational realities by defining rigorous performance budgets and preventing third-party marketing configurations from degrading rendering speeds.

Play section Optimizing server response times and critical resource loading
Optimizing server response times and critical resource loading thumbnail

Optimizing server response times and critical resource loading

Accelerating initial asset delivery by configuring browser caching protocols, managing fetch priorities, and minimizing heavy stylesheet payloads.

Angular Unleashed: Mastering Modern Web Development with Angular
Play section Optimizing browser performance through module lazy loading
Optimizing browser performance through module lazy loading thumbnail

Optimizing browser performance through module lazy loading

Delaying unneeded component loading blocks prevents lengthy buffering and prioritizes immediate interaction latency.

Play section Strategies for scaling frontend application rendering speeds
Strategies for scaling frontend application rendering speeds thumbnail

Strategies for scaling frontend application rendering speeds

Accelerating web experience responsiveness via distributed content networks and efficient browser caching unburdens initial thread computations.

Build and Deploy a Fullstack App with Open Source Tooling
Play section Optimizing batch operations using custom server methods
Optimizing batch operations using custom server methods thumbnail

Optimizing batch operations using custom server methods

Porting excessively repetitive frontend loops into dedicated backend handlers prevents severe network latency and request scaling issues.

WeAreDevelopers LIVE – PHP Is Alive and Kicking and More
Play section Optimizing browser performance rendering with miniature scripting algorithms
Optimizing browser performance rendering with miniature scripting algorithms thumbnail

Optimizing browser performance rendering with miniature scripting algorithms

Writing ultra compact styling logic reveals profound underlying browser engine capabilities.

Modern Web Development with Nuxt3
Play section Default performance optimizations and smart prefetching content strategies
Default performance optimizations and smart prefetching content strategies thumbnail

Default performance optimizations and smart prefetching content strategies

Features like native code splitting and dynamic cache busting operate transparently to dramatically increase application load speeds.

Just-in-time Compilation in JVM
Play section Optimizing Java performance with tiered compilation concepts
Optimizing Java performance with tiered compilation concepts thumbnail

Optimizing Java performance with tiered compilation concepts

Tiered compilation blends rapid startup with long-term efficiency by progressively replacing quickly compiled blocks with heavily optimized instructions as profiling data accumulates.

GitHub Copilot Beyond the Basics - 10 Ways to Elevate Your Coding
Play section Optimizing algorithms to improve runtime performance metrics
Optimizing algorithms to improve runtime performance metrics thumbnail

Optimizing algorithms to improve runtime performance metrics

Replacing custom routines with native library patterns reduces execution time and prevents redundant programming efforts.

How Your Bundle Size Affects The Climate
Play section Optimizing websites for high performance and energy efficiency
Optimizing websites for high performance and energy efficiency thumbnail

Optimizing websites for high performance and energy efficiency

Implementing content delivery mechanisms and caching protocols makes software stacks demonstrably more sustainable to operate.

Speak, Code, Deploy: Transforming Developer Experience with Voice Commands
Play section Optimizing the code, compile, deploy, and test cycle
Optimizing the code, compile, deploy, and test cycle thumbnail

Optimizing the code, compile, deploy, and test cycle

Fast development loops deliver measurable productivity and ensure better mental connections with interface modifications.

WebMCP - Making Agents a First-Class Citizen of the Web - Andre Cipriani Bandarra & François Beaufort
Play section Protecting browser platform health during the rise of agents
Protecting browser platform health during the rise of agents thumbnail

Protecting browser platform health during the rise of agents

As automated networks increasingly navigate the internet, maintaining core platform integrity requires balancing performance optimizations with traditional human browsing.

WeAreDevelopers LIVE – AI, Freelancing, Keeping Up with Tech and More
Play section Modern JavaScript loop optimization and CSS innovations
Modern JavaScript loop optimization and CSS innovations thumbnail

Modern JavaScript loop optimization and CSS innovations

The ways modern browser engines optimize performance bottlenecks in fundamental scripting and styling.

Optimizing Your App for Success: Tips and Techniques for managing slow devices
Play section Identifying system bottlenecks for comprehensive application performance optimization
Identifying system bottlenecks for comprehensive application performance optimization thumbnail

Identifying system bottlenecks for comprehensive application performance optimization

Successfully resolving slow device connections requires pinpointing backend communication bottlenecks alongside mobile interface rendering flaws.

Catching up on the basics you don't really need that much code
Play section Applying quick performance wins to personal websites
Applying quick performance wins to personal websites thumbnail

Applying quick performance wins to personal websites

Implementing simple optimizations like static assets, standard typography, and proper image loading behaviors.

WeAreDevelopers LIVE – Spicy Vanilla Web, CSS Magic & More
Play section Navigating browser constraints through web animation performance tier lists
Navigating browser constraints through web animation performance tier lists thumbnail

Navigating browser constraints through web animation performance tier lists

Understanding the specific platform limitations and structural bottlenecks that impact web application animation smoothness.

Edge AI on iOS: Beyond the Cloud, Designing the Next Generation of Intelligent On-Device Apps
Play section Optimizing response latency and tracking resource consumption
Optimizing response latency and tracking resource consumption thumbnail

Optimizing response latency and tracking resource consumption

Improving user experience through pre-warming approaches while carefully instrumenting heat, power, and memory utilization limits.

Let's Get Aggregated: Custom UDAFs in Spark
Play section Optimal scenarios for deploying custom defined aggregator functions
Optimal scenarios for deploying custom defined aggregator functions thumbnail

Optimal scenarios for deploying custom defined aggregator functions

Custom functions optimize complex aggregation performance, enable code reusability across teams, and integrate seamlessly with Spark SQL APIs.

AI is an Electric Bike for the Brain - Stoyan Stefanov
Play section Assessing the future of AI in web performance optimization
Assessing the future of AI in web performance optimization thumbnail

Assessing the future of AI in web performance optimization

Why domain expertise remains essential for evaluating automated performance suggestions and manually curating machine learning training data.

Code that writes code - .NET Source generators
Play section Best practices and optimization tips for compilation
Best practices and optimization tips for compilation thumbnail

Best practices and optimization tips for compilation

Maintain fast incremental compilation phases by keeping search predicates short and caching minimally sized transform models.

Dart - a language believed dead, experiences a new bloom
Play section Optimizing performance with flexible compiler architectures
Optimizing performance with flexible compiler architectures thumbnail

Optimizing performance with flexible compiler architectures

Fast execution speed is achieved by utilizing both ahead-of-time and just-in-time compilation methods.

Jamstack and Web Performance, a match made in heaven
Play section Key considerations for web performance optimization strategies
Key considerations for web performance optimization strategies thumbnail

Key considerations for web performance optimization strategies

Optimizing both server configurations and frontend asset delivery is essential for passing modern performance audits.

Building Apps With a Mixture of Code and No Code
Play section Maintaining strict architectural control and algorithmic performance
Maintaining strict architectural control and algorithmic performance thumbnail

Maintaining strict architectural control and algorithmic performance

Writing fundamental raw commands safeguards vital optimization methods regarding data caching and structured memory indexing.

Strategies for Efficient Log Management in Large-Scale Kubernetes Clusters
Play section Introduction to the speaker and software development philosophy
Introduction to the speaker and software development philosophy thumbnail

Introduction to the speaker and software development philosophy

Building highly optimized programs in the Go programming language provides simple maintenance while ensuring high performance capabilities.

Test Driven Development with JavaScript
Play section Optimizing code execution with local caching
Optimizing code execution with local caching thumbnail

Optimizing code execution with local caching

Bypassing recursive processing overloads requires dynamic memory caching and handling oversized numeric variables.

Turbocharged: Writing High-Performance C# and .NET Code
Play section Justifying high performance optimizations to business leaders
Justifying high performance optimizations to business leaders thumbnail

Justifying high performance optimizations to business leaders

Translating capability improvements into concrete structural hardware savings empowers leaders to endorse systemic codebase refactorings.

The Illusion of a Performant Web Application
Play section Enhancing runtime performance through interface interactions
Enhancing runtime performance through interface interactions thumbnail

Enhancing runtime performance through interface interactions

Masking slow backend network responses through interface transitions and optimistic data updates.

Measure and improve frontend performance by using test automation
Play section Balancing functionality, maintainability, and speed in applications
Balancing functionality, maintainability, and speed in applications thumbnail

Balancing functionality, maintainability, and speed in applications

Prioritizing information and test automation empowers developers to build fast, functional, and maintainable applications.

Your mix. Instantly.

More mixes