Skip to content

Lazier loading — don't start loading all subpages of a category simultaneously when opened

Bharadwaj Raju requested to merge work/bharadwaj/lazierloading into master

Instead of loading all subpages of a category when it is opened, now we only load the main page or first page. This lets categories with many subpages load much faster.

For example, the loading time for Appearance is now nearly instantaneous v/s earlier 3-4 seconds on my system.

Merge request reports