Skip to content

Commit 7bfa664

Browse files
committed
Add performance results screenshot
1 parent 5fc083b commit 7bfa664

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Welcome to this repository where we explore performance optimization techniques
66

77
When it comes to performance, especially in technical interviews, it is crucial to provide specific and optimized solutions. In this example project, we focus on methods that enhance DOM manipulation performance, ensuring smooth and efficient user experiences.
88

9+
## Demo
10+
11+
You can try the live demo of the project at the following address:
12+
13+
[https://umutdeveloper.github.io/angular-fastdom-virtual-list/](https://umutdeveloper.github.io/angular-fastdom-virtual-list/).
14+
915
## Key Techniques Used
1016

1117
### 1. Efficient DOM Manipulation
@@ -32,7 +38,9 @@ To further reduce the number of DOM nodes, review and remove unnecessary nodes,
3238

3339
## Performance Results
3440

35-
After implementing and testing these optimizations with **Lighthouse**, we achieved a performance score of **96** with no blocking time remaining. This demonstrates the effectiveness of these techniques.
41+
After implementing and testing these optimizations with **Lighthouse**, we achieved a performance score of **100** with no blocking time remaining. This demonstrates the effectiveness of these techniques.
42+
43+
![Screenshot of the Lighthouse Result](/lighthouse.png)
3644

3745
## Conclusion
3846

lighthouse.png

188 KB
Loading

0 commit comments

Comments
 (0)