Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will deleting temporary files in wamp speed up my localhost server?

Tags:

wamp

I have reinstalled wamp server and my project is running very fast than before. All that different is there is no tmp file in tmp folder (which was of 34GB!!)

like image 659
Atul Nepal Avatar asked Nov 20 '25 09:11

Atul Nepal


1 Answers

Apache maintains website access and error logs that can grow in size very quickly. PHP also has similar logs (if enabled via configuration).

C:\WampDeveloper\Logs

C:\WampDeveloper\Temp

Once Apache log files grow in size to above several 100 MB, performance issues can arise.

Also the Temp folder holds lots of session and temporary data files that don’t get properly cleaned up, which causes it’s own issues.

To speed up Read this WAMP is Running Very Slow, This will have this points

  1. Windows Hosts file
  2. IPv6
  3. Firewall and Anti-Virus software
  4. Power Plan
  5. Local Issues
  6. YOUR BROWSER
  7. Clear Your WAMP Log Files
  8. Apache
  9. MySQL
  10. etc...
like image 189
Abdulla Nilam Avatar answered Nov 22 '25 03:11

Abdulla Nilam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!