So its quite simple my question, all I want to know is that. I want to try to see if using haml generated views adds overhead on each of my request and eventually dig deeper. Or maybe not because they are precompiled before deployment.

Thanks

有帮助吗?

解决方案

Haml is very similar to erb - they're what are known as preprocessors; meaning that your app will process the file as it's rendered

You may benefit from reading up on Haml processing here

Other than that, you may have to look at the Rails source to find out!!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top