Page list terribly slows down site with ~500 pages

Permalink 1 user found helpful
hey!

i have to build a website with ~500 pages which is just a middle-sized website and i'd really expect C5 to be able to handle this size of a project.

nevertheless, apparently the page-list block slows things down tremendously because of calling
$this->getPages();
in
PageListBlockController::410 (C5.5)
and instanciating a Page-object for apparently all (or most of the) existing pages which is a real overkill and makes every page takes about 12 seconds to load).

any suggestions on how to fix this?

best regards,
georg

 
programmieraffe replied on at Permalink Reply
programmieraffe
Hey,

did you find a solution for your problem?

Regards,
Matthias
ScottC replied on at Permalink Reply
ScottC
I don't know that there is. you could do a direct database query but honestly at 500 pages you shouldn't be seeing this issue and it is probably due to over-provisioned hosting.