阅读 ASP.NET 站点地图

发布于 2024-08-15 01:10:36 字数 99 浏览 6 评论 0原文

我正在考虑在我的 asp.net 应用程序中使用站点地图。站点地图会以任何方式影响应用程序的性能吗?我的意思是它会被重复读取还是像 web.config 一样仅读取一次并存储在内存中?

I'm thinking of using sitemap in my asp.net application. Will sitemap affect the application's performance in any way, I mean will it be read repeatedly or only once like web.config and stored in memory?

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

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

发布评论

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

评论(2

夏日落 2024-08-22 01:10:36

仅阅读一次站点地图
稍后缓存

only once read sitemap
later cache

怕倦 2024-08-22 01:10:36

假设您要使用XML 站点地图,它将被读取一次。使用 XML 站点地图是采用的最佳实践之一。

有关实施的详细信息,请查看MS 针对 XML 站点地图的建议

Assuming you are going to use an XML site-map it will be read once. Usage of XML sitemap is one of the best-practices to adopt.

For more info on implementing it, check the MS recommendation for XML sitemaps

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