Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

Thai

ภาพรวม

English

Joget has been thoroughly profiled and optimized to ensure that there is minimal overhead at the platform level.

However, in enterprise apps that rely on dynamic data, each page request would require many database queries. Database calls are slow not just in query execution, but especially in network I/O. In most cases, database calls are the main performance bottlenecks that cause lengthy page response times and limit scalability.

Caching is the storing of data in memory to reduce the need for database calls. When applied correctly, caching can greatly improve app performance and scalability.

Thai

Joget ได้รับการโพรไฟล์อย่างละเอียดและปรับให้เหมาะสมเพื่อให้แน่ใจว่ามีค่าใช้จ่ายน้อยที่สุดในระดับแพลตฟอร์ม

อย่างไรก็ตามในแอปขององค์กรที่ใช้ข้อมูลแบบไดนามิกคำขอของแต่ละหน้าจะต้องมีการสืบค้นฐานข้อมูลจำนวนมาก การเรียกฐานข้อมูลช้าไม่เพียง แต่ในการประมวลผลแบบสอบถาม แต่โดยเฉพาะในเครือข่าย I / O ในกรณีส่วนใหญ่การเรียกฐานข้อมูลเป็นปัญหาคอขวดของประสิทธิภาพหลักที่ทำให้เกิดเวลาตอบสนองของหน้าเว็บที่ยาวนานและ จำกัด ขีดความสามารถในการขยาย

การแคชคือการจัดเก็บข้อมูลในหน่วยความจำเพื่อลดความจำเป็นในการเรียกฐานข้อมูล เมื่อใช้อย่างถูกต้องการแคชสามารถปรับปรุงประสิทธิภาพและความยืดหยุ่นของแอพอย่างมาก

...