Still Slow, Needs Optimization
-
Guys,
While I really applaud your efforts in making the plugin as small as possible, it still makes websites slow, because of the huge JS and CSS files.
For example:
assets/js/wpdiscuz.min.js – 54K
This file contains a lot of junk, even if we don’t use it (social profiles, richeditor, etc). Please consider separating the contents of this file to separate scripts, so that they are loaded on demand. If I don’t use any of the features of your plugin, I shouldn’t have to suffer.themes/default/style.css – 116K!
Once again, this file contains so much unnecessary junk. Why group everything together and squeeze into a single CSS file? If I pick a different style / layout, it shouldn’t be grouped in a single CSS file, but rather spread in multiple CSS files that correspond to the loaded CSS. You are loading ratings, subscriptions, bubbles, all that stuff together, which should not happen.
I am well aware of your “minimal” css. However, even your minimal CSS is 56K in size, which is unacceptable. Same problem there – do you really expect people to add more stuff to this file?
I would love to see a truly minimal approach. A tiny, minified JS for the core functionality of the plugin. The rest of the stuff is loaded on demand. A tiny CSS file with the most essentials to make the comment form function, and if one chooses to load it up and “beautify” it, it should be their option.
Just my two cents. Please focus on making the plugin lighter. Considering how popular your plugin is becoming, the last thing you want is overloaded, heavy plugin that makes sites slow. We already have so many bloated plugins out there, please don’t be one of them…
Thank you!
- The topic ‘Still Slow, Needs Optimization’ is closed to new replies.