Does anyone know why it is so slow to connect to sqlserver using thinkphp? The configuration is successful. I wrote a method to get the data, but it is very slow and the web page keeps spinning. What's going on?
Does anyone know why it is so slow to connect to sqlserver using thinkphp? The configuration is successful. I wrote a method to get the data, but it is very slow and the web page keeps spinning. What's going on?
Supplement: The version is thinkphp3.2.3. It is very slow to connect to sqlserver using the configuration that comes with tp. However, if you write a separate file and use pdo to connect, it will be no problem. Isn’t tp3.2.3 also connected to pdo? What caused it? Does anyone know?