为什么建立PDO连接缓慢? [英] Why is constructing PDO connection slow?

查看:63
本文介绍了为什么建立PDO连接缓慢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在PHP应用程序中使用PDO.它连接到同一服务器上的MySQL服务器:

I'm using PDO in my PHP application. It connects to a MySQL server on the same server:

$db = new PDO(mysql:host=localhost;dbname=test, $username, $password);

我创建了两个页面,它们具有相同的输出(只是纯HTML中的一些虚拟数据),其中之一包含创建PDO的调用.如果我打开不使用连接的页面,则响应速度将加快0.5到1秒.

I created two pages with the same output (just some dummy data in plain html) one of which contains the call to create PDO. If I open the page that uses no connection the response is between 0.5 and 1 second quicker.

推荐答案

我一直在进行谷歌搜索,并阅读了此线程,我将localhost更改为127.0.0.1.这样就解决了问题....

I've been doing some googling, and after reading this thread, I changed localhost to 127.0.0.1. That solves the problem....

这篇关于为什么建立PDO连接缓慢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆