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
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
did you find a solution for your problem?
Regards,
Matthias