Home > Backend Development > PHP Tutorial > web后端常见问题有哪些?

web后端常见问题有哪些?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-17 08:32:26
Original
1428 people have browsed it

做前段的,最近再学PHP,没有多少实际经验,请有经验的讲讲后端常出现的问题,最好是涉及高并发大流量会产生的问题及应对方法

回复内容:

这个问题那么大,岂是只言片语能够说清的

99%的网站面临的问题不是性能问题,而是根本没有人来访问的问题。

web后端常见问题抛个砖:

高并发
安全
缓存与数据持久化存储
web后端与业务后端分离(controller与models)
ORM
模板渲染 高并发那就别用php,用lua,nodejs
Related labels:
php
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template