Performance issues
-
Performance is poor due to loading everything on every place. CDN-loads of font-awesome, jquery stuff etc. happens on EVERY page, if this is neeeded there or not. Moreover, in my case unfortunately the CDN needs 6-8 sec to load and slows down page loads dramatically.
Every page call has an additional RAM consumption of more than 10 MB. This is without OP cache, turning Zend-OPcache on (PHP5.5) shrinks consumption to 5 additional MBs. This is huge though.
I’d really love to see a more context sensitive approach instead of dumping code into memory and loading net ressources as if it costs nothing.
The plugin functionality is really nice. This part has all my love, guys.
So I consider even to put the whole shebang in its own subdomain on a multisite to have it only loaded, when in need of it.
- The topic ‘Performance issues’ is closed to new replies.