difference between layout engine and javascript engine
问题 After much reading, it seems that when people say, browser engine, they refer to the layout engine such as gecko or webkit. I also know that the layout engine is basically responsible for "painting" the screen and the javascript engine is used for interpreting. Question though, is for a modern web app, which has a bigger impact on performance? And how related are this two? What are their other uses outside the browser. What other functions do they serve. Thank you very much. 回答1: Whichever