问题描述
您会告诉 XPage 新手开发者做哪三件事来帮助最大限度地提高他们的 XPage 应用程序的性能?
What 3 things would you tell developers new to XPages to do to help maximize the performance of their XPages apps?
推荐答案
不确定这个提示是否适合初学者,但使用 OpenNTF Snippets 中的任何 LifeCyclePhaseListeners 来查看完整或部分刷新期间数据源中发生的情况 (http://openntf.org/XSnippets.nsf/snippet.xsp?id=a-simple-lifecyclelistener-)
Not sure if this tipp is for beginners, but use any of the LifeCyclePhaseListeners from the OpenNTF Snippets to see what is going on in your datasources during a complete or partial refresh (http://openntf.org/XSnippets.nsf/snippet.xsp?id=a-simple-lifecyclelistener-)
使用扩展库.在 OpenNTF 报告错误(或您认为的错误).
Use the extension Library. Report Bugs ( or what you consider a bug ) at OpenNTF.
这篇关于对于新的 XPage 开发人员,您最喜欢的 3 个 XPage 性能提示是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!