KurzonDax / nZEDbetter

An improved usenet indexer
nzedbetter.org
GNU General Public License v3.0
11 stars 4 forks source link

Slow admin page loads #62

Closed Pinholic closed 11 years ago

Pinholic commented 11 years ago

Did fresh install on ubuntu 13.04 using the install script. All went well. Have noticed that whenever I click on any of the admin pages the load times are in excess of 30 seconds. If I wait for the page to load and click home the homepage appears instantly. I didn't have this problem the last time I installed nzedbetter. Is there a simple fix?

KurzonDax commented 11 years ago

Uhhg.... I found the issue. I added a new option to submit bug reports directly from the admin pages. I've built a JIRA server to use to track bugs and issues internally. The baseadminpage.tpl now goes and hits my JIRA server just to grab the script to handle that. I didn't catch it before, but it's trying to hit my internal network IP instead of the FQDN for my development network. I'll have it fixed here in about 10-15 minutes and will push it to the master channel. Running autopatcher.sql should grab the file and update it for you.

KurzonDax commented 11 years ago

Ok, took a little longer than expected thanks to some git commit issues. The fix is now uploaded to the master branch.

Pinholic commented 11 years ago

Thanks mate , super quick as ever.

KurzonDax commented 11 years ago

Hey, btw, It looks like MusicBrainz has finally updated their installation instructions, and they appear to be much better now. I'm going to rebuild my MB server today using them, so will let you know how it goes. The link for their updated instructions is: https://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL.md