Once the application is loaded, fetching smaller fragments of data and content can help avoid the overhead of re-rendering the entire page. 加载应用程序之后,获取较小的数据和内容片段可以帮助避免重新呈现整个页面的开销。
Ajax describes the practice of using JavaScript to invoke a server-side page to retrieve specific data elements via HTTP without the necessity of retrieving and re-rendering the entire Web page. Ajax描述了这样一种实践:使用JavaScript调用服务器端页面以通过HTTP检索特定数据元素,这个过程不需要检索和重新呈现全部Web页面。