Sunday, May 30, 2010
Saturday, May 29, 2010
Monday, May 24, 2010
Next book I will read
I will read a Head First Design Patterns
when I have free-time. I believe that design patterns help to improve my coding skill.
Drupal 6 admin is slow slow and slow on localhost
I just install Drupal 6 and found this is slow on admin site if I compare Drupal 5.
Detail:
OS: Windows Vistra
Web Server: Apache Appserv
I found many solution to solve this problem.
1. to modify hosts file in windows\system32\drivers\etc\hosts
from
:1 localhost
to
#:1 localhost
2. my solution to try is easy way
change URL (localhost to IP)
from
http://localhost/drupal6
to
http://127.0.0.1/drupal6
Speed come back again!!!!
Detail:
OS: Windows Vistra
Web Server: Apache Appserv
I found many solution to solve this problem.
1. to modify hosts file in windows\system32\drivers\etc\hosts
from
:1 localhost
to
#:1 localhost
2. my solution to try is easy way
change URL (localhost to IP)
from
http://localhost/drupal6
to
http://127.0.0.1/drupal6
Speed come back again!!!!
Subscribe to:
Posts (Atom)