Are you using PHPStorm IDE, then see below simple tricks to speed up the performance of PhpStorm IDE. Speed up PhpStorm Contents show 1. Speed up PhpStorm 2. Make PhpStorm Faster 1. Turn on Power Save mode File -> Power Save Mode or using “Hector the Inspector” icon in the IDE status bar. This mode […]
Below are some web page errors you may came/come across while browsing internet. The error ranges are many but below are the ones which will occur mostly. Error 400 – Bad request errorError 401 – unauthorized request errorError 403 – forbidden errorError 404 – Not found errorError 500 -Internal error errorError 501 – Not Implemented […]
While debugging code or writing code many developers come across refreshing a page, but do you know what exactly the difference between F5 and CTRL+F5? When a user press F5 a new request is sent to the web server and in it sends backs a response for the request as well. But when the response header […]