MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
96 stars 42 forks source link

Long render time if an attribute template is selected in the BE list #1352

Closed zonky2 closed 4 years ago

zonky2 commented 4 years ago

Long render time if an attribute template is selected in the BE list e.g. mm_attr_text.html5 with simple <h3>-Tag

Test (only response time):

zonky2 commented 4 years ago

check this issue with @discordier:

we should add cache for non-existent files at Template.php https://github.com/MetaModels/core/blob/33244d82cce0469c7b4040355ba22f9fdf7001b4/src/Render/Template.php#L250

Workaround: add to your .html5 template the same as .text

zonky2 commented 4 years ago

duplicate of https://github.com/MetaModels/core/issues/1149