Skip to main content

All Questions

0 votes
0 answers
48 views

Why javascript scripts load asynchronously without 'async' keyword? [duplicate]

I'm currently learning how Critical Rendering Path works in web development. Based on what I've read javascript resource should be requested and executed synchronously if there is no 'async' or 'defer'...
Michał Markiewicz's user avatar
0 votes
0 answers
76 views

Chrome measuring FPS incorrect

I'm measuring the performance of an animation. When i use the following code to measure FPS, it's inconsistent with Chrome Frame rendering stats. let lastTime = performance.now(); let lastFrameTime = ...
myLi's user avatar
  • 1
1 vote
1 answer
68 views

Capture chrome performance report programmatically with JavaScript? [closed]

We've been running a CPU intensive web application and there are some challenges debugging the performance issues as the hardware and CPU availability is different per user. Although, we tried ...
Hitesh Misro's user avatar
  • 3,431
0 votes
0 answers
27 views

Save chrome performance profile without screenshots?

I'm not sure if this is the right place to ask this question. Recently, we had some performance issues with our web application and we captured a performance profile of the affected user with ...
Hitesh Misro's user avatar
  • 3,431
0 votes
0 answers
42 views

Lighthouse performance Largest Contentful Paint element

I was just testing my lighthouse score and found my Largest Contentful Paint element to be of 10,210 ms, although the issue which lighthouse pointed out is a tag which on click redirects to another ...
Naruto's user avatar
  • 109
3 votes
0 answers
423 views

chrome devtools - memory chart in performance tab do not display any info

I am trying to learn how to use the performance tab from chrome devtools and I cannot seem to understand why the memory chart that is supposed to show me some info regarding JS Heap, Nodes, etc., is ...
paro-paro's user avatar
0 votes
2 answers
46 views

Can I optimise my React App reconciliation for performance?

I am optimising the performance of my React app. Most state changes seem to result in the following "Timings" in the chrome devtools performance tab: As you can see, a fair chunk of time is ...
Ric Barnes's user avatar
0 votes
0 answers
25 views

Chrome dev tools showing weird numbers during performance profiling

Chrome dev tools profiler is behaving randomly weird and showing incorrect numbers during performance profiling, have someone faced similar issue recently? I tried re-install and system restart ...
WitVault's user avatar
  • 23.9k
0 votes
0 answers
66 views

Discrepancy in Performance Timings between Chrome and Firefox for React App Rendering

I'm facing an issue while trying to measure performance timings within a React app. I've created a simplified version of the app specifically for accurate measurement, as my main application is much ...
Ori's user avatar
  • 17
0 votes
0 answers
254 views

What is `Experience` in chrome Performance tab of devTools?

enter image description here I'm a web front-end developer, and I'm measuring performance in the performance tab of chrome devtools to improve performance. After measuring the performance for about 12 ...
gtb's user avatar
  • 11
8 votes
1 answer
4k views

What is the Profiling Overhead in Performance

I've seen that there is something called Profilling Overhead in Performance Timing. But currently I cannot find what does it mean. And What will effect the time of it. Is there anyone can help about ...
Atom's user avatar
  • 81
2 votes
0 answers
261 views

Chrome Dev tool coverage tab for minified css

I want to know if there is any way to see the used and unused css from coverage tab even if our css is minified. For example: For this link enter image description here you can see in coverage tab for ...
Emily's user avatar
  • 31
2 votes
1 answer
396 views

Why does the browser " pause " when opening a link in a new tab ? What is "Profiling overhead"?

I am analyzing a performance problem when opening any link in a new tab of my application. I am using the chrome dev tools and I have seen some interesting things ( both from my application and others ...
Illidan's user avatar
  • 169
0 votes
1 answer
66 views

Browser-based debugging and performance testing software for react application

I am knee on learning how to do Browser-based debugging and performance testing software for react application what all the tools to use and also what are the metrics to consider for effective react ...
DhanaLaxshmi's user avatar
0 votes
1 answer
403 views

Chrome hangs for 15s+, no clues in DevTools — how can I debug this?

One page on a client's site causes Chrome to hang unresponsively for 15 seconds or so. On macOS, the browser locks up completely and the spinning wheel appears. There are no issues whatsoever in ...
Jack's user avatar
  • 9,734

15 30 50 per page
1
2 3 4 5
15