E
Erik Lautier
I have two subroutines that are running on virtually every page of my
site; it's an if/then/else situation where one runs if the user is
registered and the other runs if the user is a guest. I have two
questions:
1. Since they're on virtually every page, I know that registering them
in a .ascx control will simplify things, but will it actually speed my
pages up?
2. If I go ahead with #1, can I cache the control page and get the
speed boost I'm looking for?
Any caveats about this? Thanks a lot.
site; it's an if/then/else situation where one runs if the user is
registered and the other runs if the user is a guest. I have two
questions:
1. Since they're on virtually every page, I know that registering them
in a .ascx control will simplify things, but will it actually speed my
pages up?
2. If I go ahead with #1, can I cache the control page and get the
speed boost I'm looking for?
Any caveats about this? Thanks a lot.