Performance of "component template"

Are there any performance differences between using component template of http://framework7.io/docs/router-component.html and “ordinary template”?

With “ordinary template”, I can do "Template7.compile() only once.

Does “component templates” also compile only once for its template or does it compile its template everytime when “componentTemplate” is requested?