Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Улучшить кеширование страниц на стороне клиента #53

Open
binarymaster opened this issue Sep 4, 2018 · 0 comments

Comments

@binarymaster
Copy link
Owner

Поскольку за построение веб страниц 3WiFi отвечает скрипт index.php, сервер в ответ всегда присылает заголовки с указанием "не кешировать страницу":

image

Улучшить эту ситуацию можно двумя путями:

  1. Корректно задать времени жизни страницы (сколько она должна находиться в кеше), через заголовок Expires
  2. Добавить заголовок Last-Modified, генерируя дату на основе изменения html файлов, и возможно также файлов локализации
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant