做前段的,最近再学PHP,没有多少实际经验,请有经验的讲讲后端常出现的问题,最好是涉及高并发大流量会产生的问题及应对方法
回复内容:
这个问题那么大,岂是只言片语能够说清的
99%的网站面临的问题不是性能问题,而是根本没有人来访问的问题。
web后端常见问题抛个砖:
高并发
安全
缓存与数据持久化存储
web后端与业务后端分离(controller与models)
ORM
模板渲染
高并发那就别用php,用lua,nodejs
Statement: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