Hello everyone! I am having some troubles on one complex app structure which has got really high timings on last code merges. You can check it out here.
I have been researching a way to get further info on the build system. According to the docs for analyzing the Meteor’s build tool performance, there is an advanced manner to instrument the code for the profiler and get further sense of what could be the culprit in a build/reload process.
I really don’t understand how I can proceed to this strategy to get further build information, and I cannot find any example around the matter. I only found in this post a reference of using v8-profiler package
, to flow the process, but still I am not able to figure out how this can be used to analyze the meteor build tool.
Anyone has any idea on how to use this strategy? Can you provide any usage example of v8-profiler
for meteor?