PHP Session优化源码
PHP Session优化源码
PHP的SESSION同一客户端请求时服务器SESSION不结束,下一请求无法进行!
例如下代码:
client:
server:
session_start();
sleep(2);
echo '{json:"repsonse ' . $_GET["call"] . '"}';
?>
以上客户端加载需要10S多时间。
SESSION使用完可以用session_write_close();关闭,下一请求可以马上执行!
例:
session_start();
session_write_close();
sleep(2);
echo '{json:"repsonse ' . $_GET["call"] . '"}';
?>
以上代码客户端加载时间从10s减少到2s时间!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
