diplodoc-platform / diplodoc-platform/transform
Add transform profile
Open
- 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
Assessment
This issue has not been assessed yet.