Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:325684 php.internals:95459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91013 invoked from network); 27 Aug 2016 16:53:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2016 16:53:12 -0000 Authentication-Results: pb1.pair.com header.from=rene.veerman.netherlands@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rene.veerman.netherlands@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.172 as permitted sender) X-PHP-List-Original-Sender: rene.veerman.netherlands@gmail.com X-Host-Fingerprint: 209.85.216.172 mail-qt0-f172.google.com Received: from [209.85.216.172] ([209.85.216.172:34880] helo=mail-qt0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/AF-34481-875C1C75 for ; Sat, 27 Aug 2016 12:53:12 -0400 Received: by mail-qt0-f172.google.com with SMTP id 93so51714901qtg.2; Sat, 27 Aug 2016 09:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=MUu/G5F6bE8oQ05xU4BMx3kf8f2RvPFDli4uBt0FJRM=; b=vwj5RL54rkwuADsu85uKRowXDR9T4FwkqJbF9BEgwwa1dtVRgnW6pcqL718aAkxY0I CqZgCzbJ141URHnkx8bm3IbSX3Zwr2GwQsyet2mxvt/lvXCFjvSe1Zmj3Rtpjeievg3F pa/E6FvzJfsVjqGfwmWMsaNWPM7xaQhicCuXH0ZMBYGzAJAHphi/f5BHBGSmRsW8d306 M3WohocSyZbrJMXvuMZG3O0RE4Zqwbj4spypbtisa8vn+j7ZbzzhpiVK8lgX7Cf2rEMr 14DbUw2GuSAXodesDS8FUQuJSzIrcakJpx5CkwhVcWeoSauF66FpJMXd6AtYIpGgJQof UpMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=MUu/G5F6bE8oQ05xU4BMx3kf8f2RvPFDli4uBt0FJRM=; b=B8M59t8A6UApO/Wm1mlu6uLjuzy2g1GGBUjeauT4hgaFSrMNxYeZJF2OxcjI/Rc07N g3YynpsfqmiOBL8VMY0UWAbjQ5Yruent/utERTLQ7xdWBP7Gk6bNJ2gABjoDRwcrCqnl YEr7uGFiveo/K1uhpdVTLBYTzcqwsRL3gm8F3Vm9Vq29AFLvkGGsQZPmcQxgXjJAIa8g K+UBvxFvpI8FZN1/h/vx43x8KEvwa8uT7YCtHgzmQMy+lwI3CaMEELpra5CN0cwkPHDJ QKG0ilen0RwarDkdkCMMR4A03cQwcGVPDmD6lrwXyrvdmMwRsGpFKK4BytyL/xzVwszS QcGw== X-Gm-Message-State: AE9vXwOOsIK8tkT3Dg6I6m43k5NPzGgUOpe6SoomiA6e4Vi7CBrp4p3QWQ8Sy7js3EiaLQ56NiRXDNLXi9X6Bw== X-Received: by 10.200.52.193 with SMTP id x1mr9626308qtb.65.1472316788829; Sat, 27 Aug 2016 09:53:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.52.68 with HTTP; Sat, 27 Aug 2016 09:52:48 -0700 (PDT) Date: Sat, 27 Aug 2016 18:52:48 +0200 Message-ID: To: php-general@lists.php.net, internals@lists.php.net Content-Type: multipart/alternative; boundary=001a1147578631f285053b1077fe Subject: feature request : gzip caching From: rene.veerman.netherlands@gmail.com (Rene Veerman) --001a1147578631f285053b1077fe Content-Type: text/plain; charset=UTF-8 Hi.. First off, i love PHP. Many thanks for keeping it free too. However, i've noticed that gzipping the 1Mb of javascript that my seductiveapps.com needs, takes a relatively long time (measured over a total page load time which i'd like to bring down from it's current 10 seconds, about a second or even more is spent gzipping (by a core i5 machine)).. At one time, i spent time building PHP code that cached the already-gzipped content and outputted that with just readfile().. But i never got it to work a second time, unfortunately.. Could you pretty please add this to the core of PHP? Shouldn't be that hard for the internals team right?.. Many thanks in advance for even considering to do this.. with regards, Rene Veerman, CEO + CTO of seductiveapps.com --001a1147578631f285053b1077fe--