|
-
Jul 16th, 2005, 01:23 AM
#1
Thread Starter
Member
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
-
Jul 19th, 2005, 08:30 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|