I'm just now getting to the "tweaking" stage of scripting. Before it was all
about just getting it to work. I made an error with my performance
estimate.. it's actually running 3x faster than rs.movenext..! That put a
big smile on my face last night after all that struggling.
Thanks for the advice
"Mark Schupp" <mschupp@ielearning.com> wrote in message
news:O4c1$78nDHA.3612@TK2MSFTNGP11.phx.gbl...[color=blue]
> It was probably worthwhile to learn the technique so that you can apply it
> in similar situations in the future.
>
> In general you should apply the same rules of performance optimization[/color]
that[color=blue]
> are used in non-web apps. Profile the application to see where the users
> spend most of their time and concentrate your efforts on that portion of[/color]
the[color=blue]
> application. If you shave 250ms second off of a page the gets hit once an
> hour you've wasted your time. If it gets hit 10 times a second then you've
> made a significant improvement in performance.
>
> When developing new pages or making major changes to old pages use the
> optimization techniques that you have learned.
>
> --
> Mark Schupp
> Head of Development
> Integrity eLearning
>
www.ielearning.com
>
>
> "Tom Siltwater" <Siltwater@no-email-please.com> wrote in message
> news:uq0TAVznDHA.2848@TK2MSFTNGP10.phx.gbl...[color=green]
> >
> > building variable width/DB tables etc using getrows instead of movenext.
> > Performance is a major concern as this app requires SSL.
> >
> > My question is, when does it become more about the challenge of building
> > faster apps vs. getting the job done??? If my calculations are correct,[/color][/color]
I[color=blue][color=green]
> > just added an extra 10,000+ possible hits within a 12 hour day or so..[/color][/color]
an[color=blue][color=green]
> > extra 10,000 hits???!!! What percentage of applications do you think[/color][/color]
will[color=blue][color=green]
> > ever see this kind of traffic?
> >
> > Is this insane? If this app ever gets maxed out, will my end users ever
> > realistically notice a difference?
> >
> >
> > TIA
> >
> >[/color]
>
>[/color]