gpt4 book ai didi

php - 如何在 heroku 上的 PHP 应用程序中启用压缩?

转载 作者:可可西里 更新时间:2023-11-01 13:24:26 25 4
gpt4 key购买 nike

我在 heroku 应用程序的 .htaccess 文件中运行 HTML5 样板压缩。但是,它似乎不起作用,并且实际上没有任何文件被压缩。

我添加了 heroku php 构建包:

heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-php

但这似乎没有做任何事情。我是 Heroku 的新手,所以有人有什么建议吗?

HTML5 样板 htaccess 代码:

# Force compression for mangled headers.
# http://developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
</IfModule>
</IfModule>

# Compress all output labeled with one of the following MIME-types
# (for Apache versions below 2.3.7, you don't need to enable `mod_filter`
# and can remove the `<IfModule mod_filter.c>` and `</IfModule>` lines
# as `AddOutputFilterByType` is still in the core directives).
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/x-web-app-manifest+json \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>

最佳答案

我发现使用不同的构建包很有效!

heroku config:set BUILDPACK_URL=http://github.com/iphoting/heroku-buildpack-php-tyler

这是一个很棒的构建包,支持 gzip 压缩并安装 new-relic。

关于php - 如何在 heroku 上的 PHP 应用程序中启用压缩?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19746419/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com