2 links tagged with all of: performance + web-development + debugging
Click any tag below to further narrow down your results
Links
The author investigates a significant performance issue in a web app's dashboard that loads slowly on Safari due to a specific emoji font, Noto Color Emoji. By eliminating the emoji, they discover it causes excessive layout times, leading to a bug report for a potential fix.
Microsoft introduces the Delayed Message Timing API to help web developers diagnose performance issues in complex web applications. This API tracks delays in message processing across different contexts, providing insights into factors like task congestion and serialization overhead.