Tagged Questions

1
vote
3answers
42 views

how to retain the div contents after page refresh

I am creating a dynamic div using Jquery and I am trying to cache it so that, I will get it back after the page refresh, please help on how to achieve this, pasting the code belo …
0
votes
4answers
61 views

PHP - Memcache - HTML Caching

Hi, I would like to create a caching system that will bypass some mechanisms in order to improve the performance. I have some examples: 1-) I have a dynamic PHP page that is upd …
1
vote
3answers
56 views

Performance of Sql subqueries\functions

Hi SO, I am currently working on a particularly complex use-case. Simplifying below :) First, a client record has a many-to-one relationship with a collection of services, that is …
0
votes
2answers
20 views

Hiding Previously Entered Data in Textboxes

I'm in the process of improving the security of an ASP.NET app and have modified HTTP response headers to clear the cache, disallow storage of the cache, and expire the page immedi …
0
votes
1answer
18 views

HttpCachePolicy and SSL

Hey everyone, I have an application that allows the user to download a csv. This works great when not using SSL. However, when using a secure connection I get the "Internet Explor …
0
votes
2answers
41 views

What is the difference between HttpContext.Current.Response and Page.Response?

I'm troubleshooting a caching issue on a set of secured pages and have realized that the Header needs to be modified for all Responses. As I put together a solution, I want to kno …
4
votes
2answers
119 views

Using Google AppEngine as a “cache” for personal websites (wordpress blogs, wikis)

I read an article of an indie game developer who is using Google AppEngine to cache his main site and blog, to protect provide high-availability during traffic spikes (Digg, Slashd …
0
votes
1answer
30 views

Caching objects to improve performance

I'm storing a set of messages in a SQL table. Each message has a size and there's a column in the table which contains the size of the message. These messages are connected to acco …
0
votes
0answers
13 views

How to get the flash cache file in safari webpage?

Now I am making a safari plug-in for get flash url. and then show it in my webview . But if I downloaded these flash before showing them, it took long time and maybe some time dela …
-6
votes
0answers
43 views

cache addressing [closed]

Is the cache accessed using virtual address or a physical address ?
0
votes
0answers
19 views

IIS7 and clientCaching with ASP.Net MVC

Hi, Is it possible to declaratively set clientCaching for an Action using the web.config in IIS7. We need to set an expiry value of 1 day for our Home/Index Action. As of now we a …
1
vote
1answer
21 views

HttpContext.Cache Physical Memory Usage

Is there any way to find the number of bytes of memory that are currently in the HttpContext.Cache? I've found where you can get the physical memory limit using EffectivePrivateBy …
0
votes
4answers
73 views

Why aren’t my users seeing the latest updates when I release a new version of our website?

Last Thursday we just released a new version of our website. The big change was we converted from Prototype to jQuery. This of course included lots of changes to referenced javascr …
1
vote
2answers
53 views

How to Persist a DataSet to The Database when the Server is Rebooted

I have a dataset in cache and I don't want to lose the information in the cache even if the server is rebooted. Is there a way to do this?
0
votes
2answers
33 views

Clearing/Editing Internet explorer DNS cache

I am using internet IE 7, IE 8 My application in running in dns fail over environment with primary and back up server. As the primary server is down, failover changes to the secon …

1 2 3 4 5 49 next
15 30 50 per page