lazy load
常見例句
- If you cannot identify a working set ahead of time, then a lazy load is the next best option for filling a cache.
如果您不能及早識(shí)別一個(gè)工作集,則延遲加載就是填補(bǔ)緩存的下一個(gè)最佳選擇。 - The problem is that you negate (or make it extremely complicated to) lazy load content, especially if you include all your widgets as part of a build.
問(wèn)題是,您忽略了延遲加載內(nèi)容(或太過(guò)復(fù)雜而不能考慮這個(gè)選項(xiàng)),特別在構(gòu)建中包括所有小部件的情況下。 - With the lazy load improvements, data for each page is read when the page is accessed, avoiding performance degradation, and greatly increasing the number of pages that a single portal can host.
借助延遲加載改進(jìn)功能,每個(gè)頁(yè)面的數(shù)據(jù)均在訪問(wèn)該頁(yè)面時(shí)加載,從而避免了性能下降,并大幅度增加了單個(gè)門戶中可以駐留的頁(yè)面的數(shù)量。 返回 lazy load