If WordPress running too slow on localhost and taking too much time to load. You can fix this issue very easily. Solution 1: Disable CGI_module in Wamp's Apache server. 1: Right click on WAMP > Apache > Apache Modules> uncheck “cgi_module” Method 2: Edit httpd.conf and disable the loading of the CGI module by commenting … Continue reading Solved: How to increase the speed of WAMP server?
Category: Learning
Semantic Versioning
Semantic versioning means meaningful versioning of the package of code while time of release. As a Software developer it is very important to learn about the versioning of the software code. Because the bigger your system gets the more The more packages you integrate into your software, the more complex it is likely to get for you … Continue reading Semantic Versioning