Comments on: Correct Last-Modified header processing https://kpumuk.info/php/correct-last-modified-header-processing/ In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Mon, 07 Sep 2015 23:42:07 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: дима https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-256942 Tue, 09 Dec 2008 10:28:25 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-256942 Здравствуйте.
Дима, полезная статья спасибо. Но я пробовал с её помощью решить обратную задачу ) в Опере. Мне надо наоборот ,что бы в Опере(именно в Опере) страница не кэшировалась – у меня ничего не получилось – Опера по умолчанию всё кэширует . Не знаете ,что можно придумать ,что бы Опера не кэшировала страницу?
Спасибо

]]>
By: seo news https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-209026 Thu, 29 May 2008 00:28:50 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-209026 А насколько адекватно яндекс оценивает заголовок last-modified?

]]>
By: Oleg https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-169429 Sat, 22 Mar 2008 10:25:33 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-169429 Просто стоит задача удовлетворить пожелания Яндекса по выдаче кода 304 на запрос «If-Modified-Since». Не знаю как это сделать, если не сложно, подскажите, пожалуйста. Спасибо.

]]>
By: Oleg https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-169428 Sat, 22 Mar 2008 10:21:25 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-169428 А этот код подходит для динамического контента, где данные вытаскиваются из базы (WORDPRESS)?

]]>
By: duffy.jp https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-125845 Mon, 26 Nov 2007 22:34:39 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-125845 I tried out your code, and have a problem, maybe someone can help. When I try it locally on my ubuntu box, it works great. Teh site loads instantly if cached.

But when I tried it on my actual server (dreamhost) it didn’t work at all, the images disappeared. Humm

Did that happen to anyone?

]]>
By: peregrino https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-94122 Thu, 06 Sep 2007 12:59:25 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-94122 But still the *same image* is requested to the database multiple times (one for the first time each browser requests that image). It would be great if we could order to the web server to cache the images it’s sending to the browsers.

without a server cache, storing images in a database still introduces some penalties over storing them in the file system.

]]>
By: Петр https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-15032 Mon, 15 Jan 2007 09:25:41 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-15032 Спасибо, Дмитрий. Полезная статья, замечательный блог.

]]>
By: Alexander https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-6182 Sun, 29 Oct 2006 21:47:25 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-6182 Спасибо. То что доктор прописал…

]]>
By: Oleg https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-415 Fri, 26 May 2006 08:08:02 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-415 Для $_SERVER['HTTP_IF_MODIFIED_SINCE'] лучше, imho, использовать strip_tags() или что-то подобное

]]>
By: Kpumuk https://kpumuk.info/php/correct-last-modified-header-processing/comment-page-1/#comment-332 Fri, 19 May 2006 09:11:18 +0000 http://kpumuk.info/php/correct-last-modified-header-processing/#comment-332 Валерий, большое спасибо за комментарий, Вы действительно правы, использовать нужно функцию time(). В заметке исправил.

]]>