测试服务器,如果站点中含有动态页。
通过页面缓存,Rails就可以用来构建动态HTML页,并将此页存储在公共目录,这样,应用程序服务器就可以像服务其他静态页面一样来服务这个动态页。
Using page caching, you allow Rails to build a dynamic HTML page, and store it in a public directory, so your application server can serve it just as it would any other static page.
通过页面缓存,Rails就可以用来构建动态HTML页,并将此页存储在公共目录,这样,应用程序服务器就可以像服务其他静态页面一样来服务这个动态页。
Using page caching, you allow Rails to build a dynamic HTML page, and store it in a public directory, so your application server can serve it just as it would any other static page.
应用推荐