JrCore Router using too much CPU power
Using Jamroom
EVERYTHING goes through the router so its probably not the router itself thats the issue but the endpoint or something along the way.
Those load times do seem way too long for a well running system though.
Could be some stalled or continuiously looping processes that have hung possibly. A system reboot may clear those out.
Is caching turned on, it should be in a production system. Make sure its not running in "Developer Mode"
ACP -> MODULES -> DEVELOPER -> GLOBAL CONFIG -> Developer mode.
When a page loads on jamroom the router.php file will
* router.php -> load the page
* router.php -> load first image
* router.php -> load second image
* router.php -> load third image
so it gets called a lot. Need to figure out which process is the slow one.