Wordpress speed

WBOY
Release: 2016-10-20 10:08:49
Original
871 people have browsed it

I built a wordpress website and found that the speed was too slow. The mainstream optimization is just to reduce plug-ins, optimize static resources, staticize website pages, etc. But for a website without plug-ins and using the default theme, the request for the PHP file itself takes 1 second. (excluding resource file loading), is this normal?


Is this pot for WP or PHP?

I haven’t looked at the WordPress code in detail (because I’m not very familiar with PHP), but I looked at the WP database and found that there are only a few tables. Then I was thinking about so many websites based on WP extensions. What are the custom attributes? Isn't it implemented through post_meta? If this is the case, will each get_post_meta trigger a query? In that case, a page will be very slow. I don’t know if this is the case?

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template