Best of PerformanceJune 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Web Vitals

    Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web. Google has provided a number of tools over the years to measure and report on performance. The current set for 2020 focuses on three aspects of the user experience— loading, interactivity, and visual stability.

  2. 2
    Article
    Avatar of devdojoDevDojo·4y

    Optimizing Performance in React Apps - II

    This article is part of a series on Optimizing Performance in React Apps. In this article, we'll learn how to efficiently render large lists of data. We'll make use of the Profiler to record the rendering details. We're gonna make the use of react-virtualized-window as it is very lightweight. We will use a long-sized list of data in our example.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·4y

    The Future Of Frontend Build Tools — Smashing Magazine

    Frontend tooling gives us so much today that it is hard to imagine that there was a time when it was not even needed at all. A trip down memory lane could help us understand how we got here. Frontend build tooling is crucial to the workflow of the modern frontend developer for a host of reasons classified under improved developer and user experiences.

  4. 4
    Article
    Avatar of btrprogBetter Programming·4y

    Django Performance Improvements

    The main goal of optimization in Django projects is to make it fast to perform database queries. A properly optimized database will reduce the response time hence a better user experience. In this 4 part series, you will learn how to optimize the different areas of your Django application. This part will focus on optimizing the database for speed in Django applications.

  5. 5
    Article
    Avatar of hnHacker News·4y

    Cloudflare - The Web Performance & Security Company

    Cloudflare for Infrastructure is a complete solution to enable this for anything connected to the Internet. Protect your Internet presence. Your website, APIs, and applications are your key channels for doing business with your customers. As more and more shift online, ensuring these resources are secure, performant and reliable is a business imperative.

  6. 6
    Article
    Avatar of hnHacker News·4y

    Apple unveils M2 with breakthrough performance and capabilities

    Apple unveils M2, taking the breakthrough performance and capabilities of M1 even further. M2 has an 18 percent faster CPU, a 35 percent more powerful GPU, and a 40 percent faster Neural Engine. It also delivers 50 percent more memory bandwidth compared to M1 and up to 24GB of fast unified memory.

  7. 7
    Article
    Avatar of medium_jsMedium·4y

    Improving Angular initial load time

    If you are working on a large codebase, chances are that you have a lot of modules, and your main bundle might be very big. Lazy loading most(or all) of your routes is the easiest way in angular to fix this. Split vendor chunk is not really recommended in production by the angular team in the official docs.

  8. 8
    Article
    Avatar of devdojoDevDojo·4y

    How To Optimize Laravel for Performance

    Laravel is a popular open-source PHP framework that’s known for its robust security and simple yet sophisticated coding architecture. With over a million websites powered by Laravel, Google pushes the importance of website speed. This article will go over several important tips, each with step-by-step guides to optimize your Laravel website.