Possible solutions of your questions

  hosting
<< Previous       mod_expires and mod_headers

Question: Hello. try to use the browser cache, but all attempts even.please tell me mod_expires mod_headers connected?
Answer:

Hello. Yes connected. but the server is nginx and the header gives Todzha it. utochnyat at what time and for what dlmen to put caching?

Question: the website http://printpro.knk-project.ru/ .actually the problem I have is the following. to bring the website to the green zone https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fprintpro.knk-project.ru%2F&tab=desktopиспользовал in the following htaccess: ExpiresDefault \"access plus 1 year\" ExpiresActive on ExpiresByType image/jpeg \"access plus 7 day\" ExpiresByType image/gif \"access plus 7 day\" ExpiresByType image/png \"access plus 7 days\" ExpiresDefault \"access plus 1 year\" ExpiresByType text/css \"access plus 1 year\" ExpiresByType application/javascript \"access plus 1 year\"AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascriptBrowserMatch ^Mozilla/4 gzip-only-text/htmlBrowserMatch ^Mozilla/4.0[678] no-gzipBrowserMatch bMSIE !no-gzip !gzip-only-text/htmlmod_gzip_on Yesmod_gzip_item_include file \\.js$mod_gzip_item_include file \\.css$
Question: http://printpro.knk-project.ru/htaccess.txt
Answer:

caching enabled

Question: great! and do not tell me what about the compression?like as prescribed all in htaccess, but alas does not work.ifModule mod_deflate.c>AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
Answer:

убериетt it out .htaccess / your settings interfere with the settings of the server. compression is enabled by default

Question: removed, but Google still asks to \"Enable compression\".http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fprintpro.knk-project.ru%2F&tab=desktopкак to be?
Answer:

should Fix:
Delete from the top of the page JavaScript and CSS render-blocking
blocking scripts on the page: 1. Blocking CSS resources on the page: 1. They slow down the display of the content.
All contents top of the page is legible. Try to defer loading of these resources, load them asynchronously or inline the critical components directly in the HTML.
optimize CSS delivery of the following:
http://printpro.knk-project.ru/…92988c4b39f35001af&type=js&gz=gz&d=1&i=0
Optimize CSS delivery of the following:
http://printpro.knk-project.ru/…165a77092f84862fd&type=css&gz=gz&d=1&i=0

Question: great! thank you very much!
Answer:


ok


<< Previous