We can find pages in the Dot Wiki directories that are unexpectedly large. These can be from editing mistakes such as pasting huge texts. Or from adding and captioning many images.
ls -lS `find */pages -size +1000000c`
Pages over a megabyte can work but will be slow to load.
Pages over 10 megabytes can crash the browser.