Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Performance on Pentium 3 (Read 3079 times)
Milo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 29
Joined: Jul 16th, 2007
Performance on Pentium 3
Nov 26th, 2007 at 10:04am
Print Post  
I've been writing a timetable application, and on my development machine the performance hasn't been an issue. I develop on a P4 and Dual core machine, and adding appointments to the weekview has been instantaneous.

However I've deployed an early beta to the customer site, and they're complaining of peformance issues. They are running P3 600-1ghz machines. I've set the theme to "standard" which has improved perf slightly.

If I fill a month with appointments (one per day) and I click on one day, the highlight takes about 3 seconds to appear. Similarly if I click and select a range this takes a few seconds to update the selection. (I removed all events to check this isn't the issue)

Is there anything you can point me towards improving the calendar for lower spec machines...?

Thanks.


Milo
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Performance on Pentium 3
Reply #1 - Nov 26th, 2007 at 11:17am
Print Post  
Can you handle the MouseDown, MouseUp and Draw events of the Calendar control and measure the time they are raised at? You have to select something in the Calendar.CustomDraw property in order the Draw event to be raised.

Meppy
  
Back to top
 
IP Logged
 
Milo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 29
Joined: Jul 16th, 2007
Re: Performance on Pentium 3
Reply #2 - Dec 20th, 2007 at 8:36pm
Print Post  
Ok, what unit do you want the time measured in?

I'll have to knock up a custom version.

Thanks
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Performance on Pentium 3
Reply #3 - Dec 21st, 2007 at 5:48am
Print Post  
Seconds will be fine as well as long as you are using floating point precision.

Meppy
  
Back to top
 
IP Logged
 
Milo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 29
Joined: Jul 16th, 2007
Re: Performance on Pentium 3
Reply #4 - Jan 22nd, 2008 at 1:33pm
Print Post  
Found my problem, setting props in my gettor accessor.  Embarrassed Embarrassed
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint