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
Printable View
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
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.