react-perf-devtool icon indicating copy to clipboard operation
react-perf-devtool copied to clipboard

Unable to setup React performance devtool

Open SaifullaKhalid opened this issue 6 years ago • 7 comments
trafficstars

I am using the below code in my client/index.js file, I only see the console log measures but the React performance devtool extension is not working, I tried multiple options by reinstalling the extension , restart the server , followed the order of setup mentioned in the installation document . Please let me know where i am going wrong. My chrome version Version 71.0.3578.98 (Official Build) (64-bit), My React Version 16.2

image

code:

import { registerObserver } from 'react-perf-devtool';

registerObserver({}, (measures) => { console.log(measures); });

SaifullaKhalid avatar Feb 08 '19 01:02 SaifullaKhalid

I am having the same issue. Printing the results to the console with micro is working; the Chrome extension is not. On Monday, I will try the Firefox extension, in case the issue is caused by a Chrome update.

michaelscruz avatar Feb 08 '19 22:02 michaelscruz

Firefox is works for me , but i need chrome bcos my application works best in chrome.

On Fri, Feb 8, 2019 at 4:32 PM Michael Cruz [email protected] wrote:

I am having the same issue. Printing the results to the console with micro is working; the Chrome extension is not. On Monday, I will try the Firefox extension, in case the issue is caused by a Chrome update.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nitin42/react-perf-devtool/issues/63#issuecomment-461969783, or mute the thread https://github.com/notifications/unsubscribe-auth/ANU_cKeUYO_rrDu3tf0GdZao7DKgIk2Sks5vLfr8gaJpZM4aryiC .

SaifullaKhalid avatar Feb 10 '19 00:02 SaifullaKhalid

Same problem with Chrome's plugin here. I can log the measures into the console but error message shown in plugin's tab.

Does anyone have any clue on this ?

Optarion avatar May 03 '19 09:05 Optarion

Same here, works in Firefox, not in Chrome

matthiasp42 avatar May 07 '19 10:05 matthiasp42

Same problem

prakash-bidgely avatar Nov 03 '19 18:11 prakash-bidgely

same problem

imjordanxd avatar Jul 30 '21 06:07 imjordanxd

same problem

elik56a avatar Sep 05 '21 13:09 elik56a