Tagged Questions
3
votes
1answer
351 views
How to do a cacheable redirection?
When users enter my website example.com, their "preferred" language is detected and they are redirected (using a 301 Moved Permanently redirection) to example.com/en/ (for English), example.com/it/ ...
3
votes
1answer
151 views
Difficulty enabling caching on inherited site
I have been asked to work on a corporate website a previous employee had created.
The site is on shared GoDaddy hosting. One of the first things I noticed (after the 140KB JPEG on the front page, ...
8
votes
3answers
160 views
Is it worth it to change my entire user images file structure to take advantage of simple browser caching?
On one of my mobile sites, I simply store my user's profile images as '1.jpg' in their user folder, and incrementally go from there for any extra pics they upload. This means that whenever they change ...
-1
votes
1answer
191 views
PHPFox caching? [closed]
I run a big phpfox website and I currently have server setup as follows:
nginx (reverse proxy) --> Apache for dynamic content
are there other ways to cache content with phpfox?
I can't use memcache ...
1
vote
1answer
117 views
Retrieve static webpage on client cache from dynamic content
I was developing a website on a certain web host and they lost everything. They told me their disks crashed and even the backup are unretrievable. I am mad.
As I was often accessing my website ...
2
votes
1answer
89 views
Caching preventing users seeing site updates
I'm experiencing a caching issue I can't explain. This is happening across browsers, IPs and ISPs. If a user force-refreshes, they see the new content. If they then refresh or return to the page, the ...