Skip to content

Commit 62403bc

Browse files
authored
Merge pull request #195 from sasakiRoo/add-content-RUM
feat: add a new term 'RUM'
2 parents 5977707 + 6839f04 commit 62403bc

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/content/terms/RUM.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"title": "RUM (Real User Monitoring)",
3+
"subtext": "Measures the performance of a page from real users' machines",
4+
"categories": [
5+
"Web Development",
6+
"App Development",
7+
"Software Development"
8+
],
9+
"author": "sasakiroo",
10+
"description": {
11+
"title": "RUM (Real User Monitoring)",
12+
"texts": [
13+
"RUM is a technique that monitors an application's actual user interactions. In RUM, the third party script collects performance metrics from the real users' browsers.",
14+
"RUM helps identify how an application is being used, including the geographic distribution of users and the impact of that distribution on the end user experience.",
15+
"RUM leverages technology to directly collect a website or application performance metrics through the end user's browser. Using a tiny amount of JavaScript embedded in every page, data is collected from all users as they click, scroll, pause, exit, or otherwise use the page. This data is then transferred back for analysis."
16+
],
17+
"image": "https://zd-brightspot.s3.us-east-1.amazonaws.com/wp-content/uploads/2021/04/13104255/Real-User-Monitoring-1.png",
18+
"references": [
19+
"https://developer.mozilla.org/en-US/docs/Glossary/Real_User_Monitoring",
20+
"https://www.spiceworks.com/it-security/application-security/articles/what-is-real-user-monitoring"
21+
]
22+
}
23+
}

0 commit comments

Comments
 (0)