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


i have reinstalled wamp server , project running fast before. different there no tmp file in tmp folder (which of 34gb!!)

apache maintains website access , error logs can grow in size quickly. php has similar logs (if enabled via configuration).

c:\wampdeveloper\logs  c:\wampdeveloper\temp 

once apache log files grow in size above several 100 mb, performance issues can arise.

also temp folder holds lots of session , temporary data files don’t cleaned up, causes it’s own issues.

to speed read wamp running slow, have points

  1. windows hosts file
  2. ipv6
  3. firewall , anti-virus software
  4. power plan
  5. local issues
  6. your browser
  7. clear wamp log files
  8. apache
  9. mysql
  10. etc...

Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -