Loading a cpuprofile results on the javascript profiler does not recognize the .cpuprofile extension.
Steps to Reproduce:
.txt suffix from step 2
Does this issue occur when all extensions are disabled?: Yes
(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
@refs A .cpuprofile must be loaded in the JavaScript Profile tab:

@alexdima that is indeed the sequence of steps I follow:

@refs Can you please use ls in a terminal to confirm the file extension is .cpuprofile? I have just tried to profile the extensions, which generates a file named CPU....cpuprofile.txt and for whatever reason using the macOS finder to strip the .txt extension does not work. The macOS finder is ignoring my file rename. I have tried in a terminal and that worked well.
@alexdima wow... can confirm that renaming it via the cli did solve the issue, as opposite to using the finder app to rename it. The file extension on an ls was .cpuprofile, but using the finder app, even with the .cpuprofile extension, the finder still thinks displays a text file metadata. Only after renaming through the cli it doesn't recognize it as a text file anymore, and loading works.
Please create issues against those projects if you want.
Most helpful comment
@refs Can you please use
lsin a terminal to confirm the file extension is.cpuprofile? I have just tried to profile the extensions, which generates a file namedCPU....cpuprofile.txtand for whatever reason using the macOS finder to strip the.txtextension does not work. The macOS finder is ignoring my file rename. I have tried in a terminal and that worked well.