Combining redactor plugins into a single, compressed file
authorAlexander Ebert <ebert@woltlab.com>
Thu, 17 Apr 2014 14:03:32 +0000 (16:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 17 Apr 2014 14:03:32 +0000 (16:03 +0200)
commite3cbf45f1742cfafb4a97465de6c6727e3ca369f
treeb29e855fea0d2e230b9f804e57d4c1df910ec5c7
parent699a55a5be0370c6665bfa3e9216f9856cd067d6
Combining redactor plugins into a single, compressed file

Right now there are 8 plugins so far, this would normally cause 8 HTTP requests just to fetch them or check if the cached file is still up-to-date. Since it does not matter in which order these plugins are fetched (the editor executes them at a later point in the correct order), we can safely combine them into a single, compressed file. This saves us 7 requests. Glorious!
com.woltlab.wcf/templates/wysiwyg.tpl