Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Chinese | ||||||
---|---|---|---|---|---|---|
|
Table of Contents style circle
...
Include Page | ||||
---|---|---|---|---|
|
Chinese |
---|
识别性能瓶颈 |
Thai |
---|
ระบุคอขวดของประสิทธิภาพ |
The saying from renowned computer scientist Donald Knuth goes:
...
Identify elements in your userview pages and menu that requires require significant amounts of SQL or BeanShell scripts. These are the common causes of performance issues.
Chinese |
---|
确定需要大量SQL或BeanShell脚本的用户视图页面和菜单中的元素。这是性能问题的常见原因。 |
Thai |
---|
ระบุองค์ประกอบในหน้ามุมมองและเมนูของผู้ใช้ที่ต้องการสคริปต์ SQL หรือ BeanShell จำนวนมาก นี่เป็นสาเหตุทั่วไปของปัญหาประสิทธิภาพการทำงาน |
Use the Performance Analyzer to help identify the slow elements in your app
Chinese |
---|
使用性能分析器 来帮助识别应用程序中的慢速元素 |
Thai |
---|
ใช้ Performance Analyzer เพื่อช่วยระบุองค์ประกอบที่ช้าในแอปพลิเคชันของคุณ |
Identify slow SQL queries in your app by leveraging on your database e.g. for MySQL you can use the Slow Query Log
Chinese |
---|
利用您的数据库识别您的应用程序中的慢SQL查询,例如对于MySQL,您可以使用慢查询日志 |
Thai |
---|
ใช้ฐานข้อมูลของคุณเพื่อระบุคิวรี SQL ที่ช้าในแอปพลิเคชันของคุณเช่น MySQL คุณสามารถใช้ Slow Query Log |
Check your custom plugins to ensure that they do not introduce slow processing, database queries, etc.
Chinese |
---|
检查您的自定义插件,以确保它们不会引入缓慢的处理,数据库查询等 |
Thai |
---|
ตรวจสอบปลั๊กอินที่กำหนดเองของคุณเพื่อให้แน่ใจว่าพวกเขาจะไม่ประมวลผลช้าแนะนำแบบสอบถามฐานข้อมูล ฯลฯ |
Identify whether there are sufficient resources (physical memory, storage space, Java VM allocation, etc) to handle your app usage, and whether there are any resource leakages.
Chinese |
---|
确定是否有足够的资源(物理内存,存储空间,Java VM分配等)来处理您的应用程序使用情况,以及是否有任何资源泄漏。 |
Thai |
---|
ตรวจสอบว่าคุณมีทรัพยากรเพียงพอ (หน่วยความ, พื้นที่จัดเก็บ, Java VM ฯลฯ ) เพื่อจัดการการใช้งานแอปพลิเคชันของคุณและมีทรัพยากรรั่วไหลหรือไม่ |
...