|
|
|
|
|
by how_to_bake
2776 days ago
|
|
Wordpress seems to be objectively bloated and messy in terms of the website code that is generated. You can run wordpress blogs through a website speed analyzer and compare it with a static gen site and see this. The "hate" isn't based solely on being hip. |
|
If you install wordpress, and then grab a bunch of plugins and themes and install them without taking any care, it won't bundle and minify your javascript. It's no different to having a static website and grabbing a load of jquery plugins and throwing them onto a page.
But if you use some techniques such as building your theme and plugins using gulp or similar, you can have your wordpress site outputting bundled and minified javascript.
There are also caching techniques that can be used at the webserver level, just like any other website.