You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,25 +35,25 @@ Some browsers either require a browser extension or cannot generate a HAR. When
35
35
36
36
1. In a browser page viewed in Incognito Mode, right-click anywhere and select **Inspect Element**.
37
37
38
-
2. The developer tools either appear at the bottom or left side of the browser. Click the **Network** tab.
38
+
2. The Chrome DevTools appear either at the bottom, or left side of the browser. Click the **Network** tab.
39
39
40
40

41
41
42
-
3. Check **Preserve log**. Please also check **_Disable cache_** if you are reporting a Cloudflare Cache issue.
42
+
3. Check **Preserve log**. Please also check **Disable cache** if you are reporting a Cloudflare Cache issue.
43
43
44
44
4. Click record.
45
45
46
46

47
47
48
-
5. Browse to the URL that causes issues. Once the issue is experienced, at the top of dev tools click the "Export HAR" option.
48
+
5. Browse to the URL that causes issues. Once the issue is experienced, click the "Export HAR" option at the top of DevTools.
49
49
50
-

50
+
.
51
51
52
52
6. Attach the HAR file to your support ticket.
53
53
54
54
:::note
55
55
56
-
As of Chrome 130 this exports a sanitized HAR with redacted cookies and personalised data. To disable this you can go to Dev Tools **Settings** > **Preferences** > **Network** > **Allow to generate HAR with sensitive data**
56
+
As of Chrome 130, this exports a sanitized HAR with redacted cookies and personalised data. To disable this, go to DevTools **Settings** > **Preferences** > **Network** > **Allow to generate HAR with sensitive data**.
57
57
58
58
:::
59
59
@@ -67,7 +67,7 @@ As of Chrome 130 this exports a sanitized HAR with redacted cookies and personal
67
67
68
68
### In Microsoft Edge
69
69
70
-
1. In a Private window, navigate to **Developer tools** (use _F12_ as a shortcut) and select the **Network** tab.
70
+
1. In a Private window, navigate to **Developer tools** (use `F12` as a shortcut) and select the **Network** tab.
71
71
72
72
2. Browse to the URL that causes issues.
73
73
@@ -125,10 +125,10 @@ In certain situations when request is not issued or cancelled by the browser (fo
125
125
126
126
### In Chrome
127
127
128
-
1. Go to the **Console** tab from the Developer Tools bar.
128
+
1. Go to the **Console** tab from the DevTools bar.
129
129
2. Go to the Console Settings and select **Preserve Log**.
130
130
3. Leave the console open and perform the steps that reproduce the issue.
131
-
4. Rightclick on any of the items within the **Console** tab and select **Save as** log file.
131
+
4. Right-click on any of the items within the **Console** tab and select **Save as** log file.
132
132
5. Attach the log file to your support ticket.
133
133
134
134

@@ -243,7 +243,7 @@ assistance.
243
243
244
244
### Performance
245
245
246
-
curl measures latency or performance degradation for HTTP/HTTPS requests via the [_-w_ or _--write-out_ curl option](https://curl.haxx.se/docs/manpage.html#-w). The example curl below measures several performance vectors in the request transaction such as duration of the TLS handshake, DNS lookup, redirects, transfers, etc:
246
+
curl measures latency or performance degradation for HTTP/HTTPS requests via the [`-w` or `--write-out` curl option](https://curl.haxx.se/docs/manpage.html#-w). The example curl below measures several performance vectors in the request transaction such as duration of the TLS handshake, DNS lookup, redirects, transfers, etc:
@@ -330,7 +330,7 @@ For more details, refer to [Pause Cloudflare](/fundamentals/setup/manage-domains
330
330
331
331
## Perform a traceroute
332
332
333
-
Traceroute is a network diagnostic tool that measures the route latency of packets across a network. Most operating systems support the _traceroute_ command. If you experience connectivity issues with your Cloudflare-proxied website and [ask Cloudflare Support for assistance](/support/contacting-cloudflare-support/), ensure to provide output from a traceroute.
333
+
Traceroute is a network diagnostic tool that measures the route latency of packets across a network. Most operating systems support the `traceroute` command. If you experience connectivity issues with your Cloudflare-proxied website and [ask Cloudflare Support for assistance](/support/contacting-cloudflare-support/), ensure to provide output from a traceroute.
0 commit comments