Although Compression is a very important method of making your pages lighter and easier for users to download, it’s definitely going to cost you more CPU and on high load servers it’s not recommended unless you already know how to cache your HTML pages.
comments
- Home
- comments
-
Infrastructure as code on Hetzner
October 27, 2019 -
Update cloudflare DNS using bash
June 11, 2019 -
Allow Cloudflare IPs on port 80 and 443 using UFW
June 11, 2019 -
Database backup/restore via S3
June 11, 2019 -
Gitlab crontab deploy script
June 11, 2019 -
Run chrome with a virtual X server on Ubuntu
June 10, 2019 -
AWS Go
June 10, 2019 -
Bulk URL Checker
June 10, 2019 -
Complete Ansible, Vagrant and AWS infrastructure
June 10, 2019
-
cheap essay writing service us :
cheap essay writing service us Fixing Flickr FAlbum ...
-
best liquid tadalafil 2018 :
best liquid tadalafil 2018 Fixing Flickr FAlbum rewr...
-
D Change :
D Change Install Sphinx 2.0.4 on CentOS 6.2 | GadElK...
-
https://buyviagraonlinet.com/ :
Tadalafil tablets https://buyviagraonlinet.com/ Reli...
-
chanchuoi.comcommunityprofilecanadianpharmacy :
Generic viagra https://chanchuoi.com/community/profile/canadia...
-
www.careerstek.comforumprofilecanadianpharmacy :
Buy viagra online https://www.careerstek.com/forum/profile/can...
-
online pharmacy canada :
canadian pharmacy king https://baldstyled.com/community/profil...
-
ascenddeals.combeaverageprofilecanadianpharmacy :
Viagra 5mg prix https://ascenddeals.com/beaverage/profile/cana...
-
warriorfarm.co.ukcommunityprofile153413 :
Online viagra https://warriorfarm.co.uk/community/profile/1534...
-
https://plclink.co.uk/community/profile/canadianpharmacy/ :
Buy viagra online https://plclink.co.uk/community/profile/cana...
Tags
ab
access
admin
ansible
apache
API
array
attack
AWS
bash
benchmark
block
bot
bots
cache
CentOS
change
chrome
Cli
Cloudflare
code
comments
CSS
Database
DevOps
dns
Download
extension
Firefox
golang
Google
HTML
java
javascript
Linux
MYSQL
password
PHP
PostgreSQL
search
Security
solr
sql
systemd
wordpress
Fix W3 Total Cache W3_Plugin_TotalCache::ob_callback() expected to be a reference
Around a year ago I was playing with W3 Total Cache plugin on HHVM while I got an annoying warning
The funny part is that one of the functions was passing by reference which I still could not find the reason for it, maybe it was a limitation in PHP 4.3. Removing one character “&” fixed the issue so I submitted a pull request to the author although the repository currently does not accept pull request. Later on as PHP 7.0 was released, the issue started to show on PHP as well which brought more attention to this small fix. The users comments included anger such as user @kmob2 who said
this is becoming a running gag
Even more user @pratham2003 proposed a one line bash command to solve the problem
I hope that the developers will finally listen to the users and fix it soon!