I was scratching my head for hours in troubleshooting this issue. My WordPress website which was caching fine with FastCGI, suddenly stopped caching. I couldn’t…
Description I was trying to use cURL in PHP, but somehow HTTP code returns 0 instead of any valid response code such as 200, 500,…
Sometimes you will want to execute a long running process in the background because don’t want your user to wait it finished in the frontend.…