Best unofficial Apache Server developers community |
|
Hi, I have a PHP script that creates 70 empty tables. However, it's taking nearly 30+ seconds to create them. What is causing it to take this long? How can I speed the process up?
posted via StackOverflow
|
|
 
|
An increase in the amount of memory PHP can access might speed this up. You really aren't giving enough information to help. The code would be really useful. |