Skip to content

Commit 7338ca3

Browse files
Merge pull request #58 from mikehoffms/user/mikehoffms/explore-cosmos
Update "Exploring the universe" demo screenshot
2 parents 4e797b8 + 99d3d36 commit 7338ca3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

exploring-the-universe/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
The webpage in this directory is a demo for the [Monitor Core Web Vitals metrics](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/performance/overview#monitor-core-web-vitals-metrics) section of the [Performance tool: Analyze your website's performance](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/performance/overview) article in the Microsoft Edge DevTools documentation.
66

7-
This webpage is designed to load and handle interactions slowly on purpose, in order to illustrate how the LCP, CLS, and INP metrics can be used in the Performance tool to identify and fix performance issues.
7+
This webpage is designed to load and handle interactions slowly on purpose, in order to illustrate how the LCP, CLS, and INP metrics can be used in the **Performance** tool to identify and fix performance issues.
88

9-
Use the **Performance** tool to view Core Web Vitals metrics in the initial, **Local metrics** view. The home page of the **Performance** tool shows **Local metrics**, which is performance metrics about the rendered webpage:
9+
Use the **Performance** tool to view Core Web Vitals metrics in the initial, **Local metrics** view. The home page of the **Performance** tool shows **Local metrics**, which are performance metrics about the rendered webpage:
1010

1111
* **Largest Contentful Paint (LCP)** - How quickly the main content of the page loaded.
1212
* **Cumulative Layout Shift (CLS)** - A measure of the most recent unexpected page layout shift.
@@ -26,7 +26,7 @@ To produce a **poor** or **needs improvement** metric on the **LCP**, **CLS**, a
2626

2727
1. In the **Activity Bar** at top, select the **Performance** tool.
2828

29-
1. Make the demo page pane wide, such as 60% of the width of the window.
29+
1. Maximize the window, and make the demo page pane wide, such as 60% of the width of the window.
3030

3131
If the demo page pane is too narrow, some cards might continue showing **good**, with a green value, which is not the intended result.
3232

@@ -44,16 +44,16 @@ To produce a **poor** or **needs improvement** metric on the **LCP**, **CLS**, a
4444

4545
The **LCP** and **CLS** cards show an orange value and **needs improvement**, or a red value and **poor**, instead of a green value and **good**.
4646

47-
1. If the **LCP** or **CLS** card remains green and says **good** after the galaxy image finishes rendering, make the demo page pane wider.
47+
1. If the **LCP** or **CLS** card remains green and says **good** after the galaxy image finishes rendering, maximize the window and make the demo page pane wider.
4848

4949
The **LCP** card shows that the galaxy image took a long time to load. The card shows an orange value and **needs improvement**, or a red value and **poor**, instead of a green value and **good**. The engine identifies this image as the largest item to be rendered.
5050

5151
The **CLS** card illustrates that sudden, unexpected jumps in the layout can negatively impact users. This is also due to the image taking some time to load. By design, the demo webpage neglects to specify a height for the image, and so the page initially loads without reserving much space for the image. When the image starts appearing, the content below it suddenly jumps down.
5252

53-
1. After the galaxy image finishes rendering, in the rendered demo page, click one of the headings in the right-hand **Discoveries** column, such as **Laws of Planetary Motion (1609-1619)**.
53+
1. After the galaxy image finishes rendering, in the rendered demo page, click one of the headings in the right-hand **Discoveries** column, such as **Heliocentric Theory (1543)**.
5454

5555
The **INP** card changes from not showing a value, to showing an orange value and **needs improvement**, or a red value and **poor**. An **INP** value is displayed.
5656

5757
1. In the **INP** card, click the INP value.
5858

59-
In the demo page, the **Discoveries** cards are designed to expand and re-render slowly, so that it takes a long time between clicking the heading and rendering the expanded card content. The delay is a random value between 100ms and 1000ms, resulting in a high INP value.
59+
In the demo page, the **Discoveries** cards are designed to expand and re-render slowly, so that it takes a long time between clicking the heading and rendering the expanded card content. The delay is a random value between 100ms and 1000ms, resulting in a high INP value.
Loading

exploring-the-universe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2>Discoveries</h2>
197197
this page, which is the whole point of this demo webpage. -->
198198
<div class="accordion">
199199
<div class="accordion-panel">
200-
<h3>Precession of the Equinoxes (162-127 BC)</h3>
200+
<h3>Precession of the Equinoxes (130 BC)</h3>
201201
<p>Hipparchus discovered the precession of the equinoxes, by measuring the longitude of the star Spica and
202202
comparing previous measurements. He determined that the equinoxes move through the zodiac by around 1° per
203203
century, and invented the astrolabe and armillary sphere.</p>
@@ -209,13 +209,13 @@ <h3>Heliocentric Theory (1543)</h3>
209209
astronomy.</p>
210210
</div>
211211
<div class="accordion-panel">
212-
<h3>Laws of Planetary Motion (1609-1619)</h3>
212+
<h3>Laws of Planetary Motion (1619)</h3>
213213
<p>Johannes Kepler formulated the three laws of planetary motion, which revolutionized our understanding of
214214
how planets move around the Sun. Kepler's laws were essential for Newton's later work on gravity.</p>
215215
</div>
216216
<div class="accordion-panel">
217217
<h3>Universal Gravitation (1687)</h3>
218-
<p>Isaac Newton published the "Principia," where he formulated the law of universal gravitation, showing that
218+
<p>Isaac Newton published the <em>Principia</em>, where he formulated the law of universal gravitation, showing that
219219
every object in the universe exerts an attractive force on every other object. This discovery explained
220220
planetary motion and laid the groundwork for classical physics.</p>
221221
</div>

0 commit comments

Comments
 (0)