Conkie icon indicating copy to clipboard operation
Conkie copied to clipboard

Use template-literal instead of EJS

Open Drulac opened this issue 7 years ago • 1 comments

Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.

It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀

Drulac avatar Jan 07 '18 22:01 Drulac

Noted but EJS is really just rendering a one-off HTML page in this instance.

I'll add this to the todo list the next time I visit the internals.

hash-bang avatar Jan 15 '18 01:01 hash-bang