diplodoc-platform / diplodoc-platform/transform

Add transform profile

Open
#263 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
69
Forks
59
Avg merge
1d 21h
Merged PRs (30d)
6

Description

Add transform profile info about each plugin.

It should be enabled by `profile` option. (Default: `false`).

If `profile` option is enabled, transform should expose `profile` info in result object:

```json
{
"html": "...",
"profile": {


}
}
```

Profiler can affect performance.

Profiler should be platform agnostic.

Profiler should be implemented in transformer itself, not in each plugin.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.