php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #65958 inefficient http header usage for online documentation
Submitted: 2013-10-24 11:21 UTC Modified: 2013-12-27 00:36 UTC
From: gabri dot ns at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2013-10-24 11:21 UTC] gabri dot ns at gmail dot com
Description:
------------
currently, this header is exist from online documentation

Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache

since the online and downloadable versions of the documentation
need some time to get updated, there is no point to ask user-agent
to always redownload the page. it a waste of bandwith and cpu resource.

if the reason of this is for user note update, why not using ajax?
just like the vote button...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-25 15:06 UTC] krakjoe@php.net
-Package: Documentation problem +Package: Website problem
 [2013-10-25 15:06 UTC] krakjoe@php.net
Re-assigning to website problem ...

Think this should probably be looked at by web team ??
 [2013-12-27 00:36 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2013-12-27 00:36 UTC] bjori@php.net
That was intentional at the time.
Fixed now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 15:01:34 2024 UTC