On 08/04/2010 01:50 PM, Steven L. Seed wrote:
> I've been noticing my puppet dashboard is taking longer and longer to
> load up in my we browser the longer I've used it. I have roughly 1300
> nodes being managed by puppet. It's almost as if there is too much
> data for it to process. I have about 1 month worth of data in my mysql
> database now. I've recently upgraded to version 1.0.3 but it hasn't
> improved the performance. It's taking typically around 60 - 90 seconds
> for the page to load...the browser sits waiting for a response from
> the server.

Some things that you can do to make Dashboard run faster:
1. Run it in `production` mode, which is explained further in
application's README.
2. Remove older reports from the database, e.g. keep only the last 15
days: `rake RAILS_ENV=production reports:prune upto=15 unit=day`
3. Run the Dashboard and its database on the same machine, and give them
enough CPU cycles and RAM to run comfortably.

If these don't help, it's likely that you're running into performance
problems with how Dashboard is currently implemented. Resolving these
issues is a high priority because it affects sites like yours with many
nodes and reports and is on the schedule for the next major release.

-igal

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to