Servlet 性能:动态生成静态内容?

发布于 2024-12-02 10:01:31 字数 135 浏览 0 评论 0 原文

我有一个包含必须生成的内容的网页。然而,生成可以预先发生,它基本上只不过是生成同一文件的多个版本。即我有一个模板,其中必须填充不同的属性文件。

关于性能,是否值得预先生成文件?或者我应该运行 servlet 或 JSP 页面并动态填充模板?

I have a web-page with content, which has to be generated. However, the generation could happen up-front, it's basically not more than generating multiple versions of the same file. I.e. I have a template, which has to be filled with different property files.

Regarding performance, is it worth to pre-generate the files? Or should I run a servlet or JSP page and fill the template dynamically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮是我掰弯的 2024-12-09 10:01:31

这完全取决于您的性能要求。对于典型的webapp,放在JSP中就不用管了。否则,请进行一些分析来准确确定您对性能改进的需求。

It would depend entirely on what your performance requirements are. For a typical webapp, put it in a JSP, and don't worry about it. Otherwise, do some profiling to determine exactly what your needs are for performance improvements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文