Not every site can use page caching.
并不是每个网站都能使用页面缓存。
静态页面缓存。
From a performance perspective, page caching is bliss.
从性能的角度而言,页面缓存真是天赐之福。
Recall that with page caching, Rails never gets involved.
有了页面缓存,Rails就可以不再介入。
I love page caching, and Rails makes it simple and clean.
我也钟爱页面缓存,Rails使之简单利落。
So don't use page caching when you care who can see a page.
所以,如果您很关心页面可由谁查看,那么就不要使用页面缓存。
In order to handle page caching, I must deal with all of the differences.
为了处理页面缓存,我必须先解决所有的差异。
Action caching works like page caching, but the flow is a little different.
动作缓存与页面缓存的工作方式大体相同,但在流程上稍有差别。
At its most basic level, page caching is actually very easy to do in Rails.
在最底层,页面缓存实际上在Rails中非常容易实现。
Some technologies like "page caching" also can't completely solve this problem.
而诸如“页面缓存”的技术同样无法完全的解决这个问题。
Caching effectiveness - analysis and reporting on both fragment and page caching.
缓存有效性——分析及报告片段和页面缓存。
Next, I'll drill into action caching, which is another form of whole-page caching.
接下来,将来深入探究另一种形式的整页缓存——动作缓存。
With adaptive page caching, WebSphere Portal defines these headers with fine granularity.
利用自适应页面缓存,WebSpherePortal对这些标头进行了细粒度的定义。
The adaptive page caching approach enables the caching of complete pages in remote caches.
通过使用自适应页面缓存方法,可以将完整页面缓存在远程缓存中。
The newly introduced concept of adaptive page caching supports caching of complete portal pages.
新引入的自适应页面缓存概念支持对完整门户页面进行缓存。
Since Rails is now in the picture, it's slightly slower than page caching, but there's an upside.
由于现在使用了Rails,因此动作缓存的速度要比页面缓存慢一些,但其优点还是很明显的。
Initially, that link pointed to a user-specific profile, but that would break our home page caching.
起初,该链接指向用户特定的配置文件,但这样可能会妨碍我们的主页缓存。
And if you have any difficulty determining when you should expire a page, you may find page caching demanding.
而且,如果很难判断页面何时到期终止,就会发现页面缓存的要求太过苛刻。
You can live within the constraints of the Rails framework, striking page caching to use fragment caching instead.
在Rails框架的约束之内,取消页面缓存并使用段缓存替代它。
We don't use action caching for many of the same reasons we don't use page caching, but fragment caching is much more important for us.
我们不使用动作缓存的原因与我们不使用页面缓存的原因是一样的,但分段缓存对我们来说更重要一些。
Also, if your pages will be different for each user, or you want to cache authenticated pages, you'll need to look beyond page caching.
而且,如果页面针对每个用户都会有所不同,或者希望缓存进行过身份验证的页面,那么将需要使用页面缓存之外的方式。
It includes opcode acceleration, page caching, data caching, application monitoring and application problem diagnostic capabilities.
它包括操作码加速,页面缓存,数据缓存,应用监控和诊断功能的应用问题。
If you need to do whole page caching based on conditions in the application - authentication, for example - you can use action caching instead.
如果想要基于应用程序内的条件—例如,身份认证—来缓存整个页面,那么可以使用动作缓存。
Listing 11 shows a fairly typical nginx configuration, with some elements thrown in to handle Rails page caching and send dynamic requests to an upstream mongrel.
清单11展示了一个非常典型的nginx配置,还添加了一些元素来处理Rails页面缓存并将动态请求发送到一个上游mongrel。
Adaptive page caching and portlet caching provide powerful means for reducing the rendering time by avoiding the potentially time-consuming markup generation of portlets.
自适应页面缓存和Portlet缓存提供了强大的方法,用以通过避免可能很费时的Portlet标记生成过程来缩短呈现时间。
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页,并将此页存储在公共目录,这样,应用程序服务器就可以像服务其他静态页面一样来服务这个动态页。
I load the handle_cached_user function when the page loads, which in turn shows or hides the right bits. Now, I can safely enable page caching by adding the following to my controller.
在页面加载时,将加载handle_cached_user函数,而它会相应地显示或隐藏正确的内容。
NET was used to access database and to optimize the data access so as to achieve the flexible configuration on system power and page caching technology for alleviating the burden of CPU.
NET技术访问数据库及优化数据访问,实现了系统权限的灵活配置并且运用页面缓存技术来减轻CPU的负担。
The minute you start to personalize the user's experience, you limit your use of unmodified Rails page caching, but with a little customization, you actually can cache these pages quite easily.
如果需要个性化用户体验,那么不可修改的Rails页面缓存的使用就会受到限制。但如果定制不多,那么实际上还是能很容易地缓存这些页面的。
New caching technologies improve the performance of dynamic page generation and reduce system load.
新的缓存技术将改善动态页面的生成和减少系统负载。
应用推荐