Actually I have some Different Navigations on the Page like Head Nav,
Left Nav, Bottom Nav.. Which customise depending upon the User Login.

For Instance, additional features show up when an Admin Logs in etc...

Any ways, I was thinking in a very similar Lines as you mentioned and
making a plain static HTML Page for Login.

But still to enhance the Performance further, I would like that HTML
Page to be cached. And even waned to know how to cache an ASP Page
also, so that I can even cache some of my ASP Pages that dont change
frequently.

Thanks for your suggestion.





On Thu, 21 Oct 2004 17:07:08 +0200, Mischa Kroon
<[EMAIL PROTECTED]> wrote:
> 
> Err why would a login page take so long to load ??
> 
> You might want to give it a shot to refactor / look into that performance
> before you throw caching at it.
> 
> That said, if it's just a login page try to remove all unnecessary ASP
> scripting when your asking for input.
> 
> This should be able to be a normal html file.
> Without any scripting only when validating / retrieving login info do you
> need scripting.
> 
> 
> -----Original Message-----
> From: Mingle [mailto:[EMAIL PROTECTED]
> Sent: donderdag 21 oktober 2004 16:54
> To: [EMAIL PROTECTED]
> Subject: [AspClassicAnyQuestionIsOk] Caching ASP Pages
> 
> Hi,
> 
> Can any one suggest how we can do caching of ASP Pages or HTML Pages
> for a website.
> 
> The Website that I am working on has a Default page which is called
> and then hitting any link on that Page would direct the User to the
> Login Page.
> 
> But the Login Page takes good 4-5secs to Load. So I was considering
> an option to cache that ASP Login Page. That Login Page even has
> some SSI ..Server Side Includes.
> 
> Any help would be appreciated.
> 
> Thanks,
> Mingle.
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 


-- 
Mingle
Work Smarter not Harder


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to