Remove category html
article thumbnail

An Introduction To Running Lighthouse Programmatically

Smashing Magazine

You can use this object to do a multitude of things, including specifying which Lighthouse test categories you want to test. HTML, JSON, CSV. Lighthouse will automatically format the results in three different ways: HTML, JSON, or CSV. This specifies that I only want the results returned formatted as HTML. The LHR Object.

Mobile 116
article thumbnail

The anatomy of the Spring4Shell vulnerability and how to prevent its effects—and those of similar vulnerabilities

Dynatrace

Once Spring maps our DemoObject, we can use the message attribute as a variable in the HTML code shown in Figure 3, which gets rendered in the browser shown in Figure 4. Figure 3: HTML file of our demo app showing the variable ${message} mapped from our DemoObject.

Java 224
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

WaterBear: Building A Free Platform For Impactful Documentaries (Part 2)

Smashing Magazine

Image Optimization Images are pieces of content in many contexts, and they are a very important and prominent part of the WaterBear app’s experience, from video posters and category banners to partner logos and campaign image assets. After scrolling the video category page, a bunch more images are loaded.

Cache 72
article thumbnail

What is session replay? Discover user pain points with session recordings

Dynatrace

What users see in their browser window and the underlying HTML code are both governed by the DOM, which creates a tree-like structure for all HTML elements. This helps to subdivide session recordings into goal-oriented categories. Equipped with replays, goals, and categories, it’s time to identify patterns.

Mobile 252
article thumbnail

Maximally optimizing image loading for the web in 2021

CSS - Tricks

Fluid width images in CSS, not forgetting the height and width attributes in HTML so you get proper aspect-ratio on first render. I’m not super convinced blurry placeholders are in the same category of necessary as the rest of this stuff. Use content-visibility: auto; Send AVIF when you can. Use responsive images syntax.

Cache 119
article thumbnail

Cache-Control for Civilians

CSS Wizardry

Perhaps it’s an HTML page that contains your bank details? A good use-case for no-cache would be almost any dynamic HTML page. Despite this example being a stylesheet, HTML pages fall squarely into this camp. proxies, CDNs) respectively. Cache-Control: no-store. What if we don’t want to cache a file? Query String – style.css?

Cache 264
article thumbnail

How To Optimize Progressive Web Apps: Going Beyond The Basics

Smashing Magazine

It’s the minimum HTML, CSS, and JavaScript that’s required to power the user interface. Here’s an example from Jeff Posnick on caching static HTML using service workers. Here’s an example from Jeff Posnick on caching static HTML using service workers. Choose the Lighthouse tab, tick the SEO category box, and generate the report.

Cache 123