Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个页面,page1和page2。在page2中,有一个列表框,绑定了大约300个项目。当所有项目加载完毕后,我按手机上的返回键导航到page1,需要很长时间(大约1.2秒)。谁能给我一些建议来改进它?谢谢。
我的建议是不要一次向一个页面添加 300 个项目。
如果您想在列表中显示这么多项目,则应将内容虚拟化,以便不必全部加载。
第一次打开“page1”需要多长时间?可能是那里发生了一些事情导致延迟。
如果您能够提供复制品,那么我们可能会提供更多帮助。