The search for speed in Figma
Our months-long investigation into slow search speeds led to a solution that not only improved performance but also set the foundation for future scale.
Our months-long investigation into slow search speeds led to a solution that not only improved performance but also set the foundation for future scale.
Exploring how fixed elements can hide and reveal based on scroll interactions with playful, context-aware animations.
When it comes to web performance, you may think of techniques like compression, asset optimization, or even HTTP caching. These are really important, and there’s plenty of existing resources covering ways to fix or implement them. However, some less-discussed performance bottlenecks can severely impact website speed. In this post, we’ll discuss three issues that often originate from inefficient JavaScript patterns.
CSS Injection is a web security vulnerability that occurs when an attacker can inject malicious CSS (Cascading Style Sheets) code into a web application.
Are you ready to elevate your design workflow to the next level? In this comprehensive tutorial, we’ll delve into the world of UXPin Merge, empowering you to seamlessly integrate your React app components into the UXPin editor for high-fidelity prototypes.
In this article, we’ll explore how Render Delay might be affecting a page’s Largest Contentful Paint score.
You can make full use of variable fonts in WordPress now. Isn’t that great? Let’s review how to do it so you can take fully control of your site’s typography.
We’ve all been there—rushing to meet a deadline, we throw together a dropdown menu or modal without fully considering its accessibility. But what if making a few small changes could drastically improve the experience for a broader range of users? Accessibility doesn’t have to be a daunting task or a compliance box to tick. It’s about creating products that are usable by everyone, no matter their ability, technical literacy, operating…
When starting to use a new CSS feature it’s important to understand its impact on the performance of your websites, whether positive or negative. With @property now in Baseline this post explores its performance impact, and things you can do to help prevent negative impact.
CSS variables, often referred to as custom properties, offer a centralized way to manage values in your stylesheets. By using the var() function, you can insert these variable values directly into your CSS, making it more streamlined and manageable. Whether you’re applying global or local scope, CSS variables enhance readability and maintainability across your projects.