Edit report at https://bugs.php.net/bug.php?id=65958&edit=1
ID: 65958 Updated by: [email protected] Reported by: gabri dot ns at gmail dot com Summary: inefficient http header usage for online documentation -Status: Open +Status: Closed Type: Feature/Change Request Package: Website problem Operating System: Irrelevant PHP Version: Irrelevant -Assigned To: +Assigned To: bjori Block user comment: N Private report: N New Comment: That was intentional at the time. Fixed now. Previous Comments: ------------------------------------------------------------------------ [2013-10-25 15:06:59] [email protected] Re-assigning to website problem ... Think this should probably be looked at by web team ?? ------------------------------------------------------------------------ [2013-10-24 11:21:48] 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... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65958&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
