目前我在wordpress网站上安装了6个插件。 wordpress网站的性能因此而变慢。请告诉我在wordpress网站上应该安装多少个最大的WordPress插件?
答案 0 :(得分:3)
答案是:您需要使用您需要使用的插件。无论他们的人数多少。没有两个相同的插件,因此确切的性能下降会受到您正在使用的插件的影响。
由于您的问题是性能问题,因此您需要确定哪些插件会使您的网站变慢。如果我是你,那就是我会做的事情:
如何识别导致性能下降的插件集:
如何确定插件降低网站性能的原因:
所以,它不是关于插件的数量,而是关于插件实际上在做什么。如果您有一个大型数据库,那么您可能希望使用缓存系统或编写自己的数据库。
答案 1 :(得分:0)
不仅插件会减慢您的网站速度。这取决于很多事情。为了提高网站的速度,请尝试以下内容。
1. Minify your css
2. Minify your js
3. Minify your html
4. Compressing Images
5. Avoid bad request
6. Optimize the order of styles and scripts
7. Defer parsing of JavaScript
8. Specify image dimensions
9. Serve scaled images
10. Specify a cache validator
11. Leverage browser caching
12. Remove query strings from static resources
13. Specify a Vary: Accept-Encoding header
14. Specify a character set early
15. Avoid CSS @import
16. Make fewer HTTP requests
17. Add Expires headers
18. Avoid HTTP 404 (Not Found) error
19. Put CSS at the top
20. Remove duplicate JavaScript and CSS
21. Put JavaScript at bottom
22. Make favicon small and cacheable
23. Configure entity tags (ETags)