R
Rudi Ahlers
Hi.
I wonder if anyone could shed some light. I have a site, with a MSSQL DB, of
about 1.5GB. Now, the DB connection string is in global.asa, and I'm moving
this to a .asp file, hoping it would improve performance.
Another thing I would like to try: On two of the pages, the DB is being
queried for companies who have subscribed, and companies who haven't yet.
The problem is, this list is long, and lot of info id being pulled, like the
company name, id, and some other info. Can I save this list of info in a
session? Is it safe todo so, and will it improve performance? Cause then,
when a user moves around those two pages, he get's cached info.
alternatively, what can I do / look at, to increase performance? When the
site was designed, performance wasn't an issue, but now that the list of
both the subscribed company list, _and_ the temp company list has grown to a
very long list, the site is slow.
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689
Greater love has no one than this, that he lay down his life for his friends
(John 15:13).
I wonder if anyone could shed some light. I have a site, with a MSSQL DB, of
about 1.5GB. Now, the DB connection string is in global.asa, and I'm moving
this to a .asp file, hoping it would improve performance.
Another thing I would like to try: On two of the pages, the DB is being
queried for companies who have subscribed, and companies who haven't yet.
The problem is, this list is long, and lot of info id being pulled, like the
company name, id, and some other info. Can I save this list of info in a
session? Is it safe todo so, and will it improve performance? Cause then,
when a user moves around those two pages, he get's cached info.
alternatively, what can I do / look at, to increase performance? When the
site was designed, performance wasn't an issue, but now that the list of
both the subscribed company list, _and_ the temp company list has grown to a
very long list, the site is slow.
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689
Greater love has no one than this, that he lay down his life for his friends
(John 15:13).