How to Download Minimum Requirement of WordPress (Not Themes )

This is not about themes! but WP core files.I am using WordPress just for sake of it's security and Routing engine

This is not about themes! but WP core files. I am using WordPress just for sake of it's security and Routing engine. I do not need any slat and surges on top WP like commenting, language,.... What I really need is Page, Taxonomy and Custom Post Type. Is there any way to download WordPress is custom mode? without having to download hundreds of un necessary tools (in my case) Something like Download Builder in jQuey UI to download only what you need.

This is not about themes! but WP core files. I am using WordPress just for sake of it's security and Routing engine. I do not need any slat and surges on top WP like commenting, language,.... What I really need is Page, Taxonomy and Custom Post Type. Is there any way to download WordPress is custom mode? without having to download hundreds of un necessary tools (in my case) Something like Download Builder in jQuey UI to download only what you need.

Share Improve this question edited May 28, 2020 at 14:17 Behseini asked May 28, 2020 at 14:07 BehseiniBehseini 5352 gold badges9 silver badges25 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

No, this does not exist unless you fork WordPress, and those modifications will very likely compromise its security and give vey minimal gains to performance.

There are projects out there that try to do this, but they're not used by many, or as well maintained as WordPress Core.

WordPress is not built as a core library with addons like jQuery and other projects are. You can disable comments, or turn off localisation, but you do this by not using localisation APIs, or by disabling things at runtime. Those APIs still get loaded though, you're just unhooking things.

You'll also find that some of these unused tools are surprisingly well used internally. For example, navigation menus are terms in a custom taxonomy, and the individual menu items are a custom post type.

Generally, the best way to do what you want is to just not use those features or call those APIs in the plugins and theme. If the loading of those parts of the codebase is causing considerably performance loss, or even has a measurable performance cost, then this implies that you've either got a site that loads faster than the top 0.01% of WordPress sites, or, the plugins and theme are built very poorly or doing something very expensive.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742393560a4435489.html

相关推荐

  • How to Download Minimum Requirement of WordPress (Not Themes )

    This is not about themes! but WP core files.I am using WordPress just for sake of it's security and Routing engine

    3小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信