Uh oh!
There was an error while loading. Please reload this page.
Add guide: "Easy profiling for Node.js" - #254
Conversation
matthewloring
commented
Oct 17, 2015
Submitting this here on the recommendation of nodejs/docs#45 cc @Qard |
Qard
commented
Oct 18, 2015
LGTM. 👍 |
narqo
commented
Oct 19, 2015
It'd be very handy. 👍 |
evanlucas
commented
Oct 19, 2015
This looks awesome. LGTM |
Adding a guide on the use of the tick processor and the built in Node.js profiler to understand application performance.
stevemao
commented
Oct 20, 2015
@nodejs/website @nodejs/benchmarking |
phillipj
commented
Oct 20, 2015
LGTM |
Add guide: "Easy profiling for Node.js"
fhemberger
commented
Oct 20, 2015
Merged, although it's not linked on the site yet. |
matthewloring
commented
Oct 20, 2015
Thanks! What is the process for getting this linked from the website? |
fhemberger
commented
Oct 20, 2015
@matthewloring Add a link to the website. ;) |
bnb
commented
Oct 20, 2015
@fhemberger Where would the link be added? I can probably handle it if nobody else has the time/desire. |
fhemberger
commented
Oct 20, 2015
@bnb Oh, that would be great! Create a new page "Guides" under "Docs" and add the link there. Thanks! |
Qard
commented
Oct 20, 2015
The plan is to have a directory page for guides, topics and reference pages. I just haven't got around to making it yet. A static page would probably be fine for now too, if you want to push that through. |
matthewloring
commented
Oct 29, 2015
@bnb Were you able to look into including this in the website? I am happy to look into it but don't have any experience with the website code base yet. |
bnb
commented
Oct 31, 2015
@matthewloring Sorry, I've had a lot on my plate the last couple weeks (family member had heart surgery). I can try to do this now. |
bnb
commented
Oct 31, 2015
@fhemberger When you say create a new page "Guide" under "Docs", what exactly do you mean? Sorry for being thick. |
fhemberger
commented
Oct 31, 2015
@bnb Add the page to the navigation structure in |
bnb
commented
Oct 31, 2015
@fhemberger Thank you! 💯 |
Adding a guide on the use of the tick processor and the built in Node.js
profiler to understand application performance.