Results 1 to 2 of 2

Thread: Dictionary Object

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    54

    Dictionary Object

    Hello all,

    I have a big file that contain a Dictionary Object code.
    Does the Dictionary Object need to load every time the user pass a page?
    Does the Dictionary Object is will slow down my web site?

    Thanks
    HELLO WORLD

  2. #2
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604

    Re: Dictionary Object

    is the dictionary object created by you? maybe you could database the dictionary data instead of using an object. Then you wouldn't have to load any of it in advance.

    I assume some pages on your site don't use the dictionary, so they wouldn't need the object's code (that's in case you're going with keeping your dictionary object)

    and thirdly, if you want to keep the object, maybe you should consider a page design wherein the dictionary object is loaded on a main page that the user never leaves, and place all other content on frame pages for the purpose of navigation.
    Wen Gang, Programmer
    VB6, QB, HTML, ASP, VBScript, Visual C++, Java

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width