This topic is locked

Optimizing generation and upload

11/11/2017 9:35:08 AM
PHPRunner General questions
mbintex author

After having found a way to cut the size of the dompdf plugin in half and with this saving about 20 MB of upload every time I install my solutions for a new customer (http://asprunner.com/forums/topic/25137-optimizing-dompdf/), I searched for ways to optimize the whole generation and upload process.
Since I only do solutions working with Bootstrap in English and German language, I found out that you can easily save another 5 MB and 450+ files.
These files are unnecessary to my findings:

  • dompdf/www/test 186 files and 2,7 MB
  • ckeditor/samples 66 files 700 KB
  • ckeditor/plugins/specialchar/dialogs/lang 50 files
  • chkeditor/plugins/a11yhelp/dialogs/lang 50 files
  • excel/locale 540 files 500 KB
  • images folder - nearly all files in there - 120 files


Furthermore you could save several of the files in connections, if you only work let´s say with MySQL. In this case all files regarding Postgres, SQLite and so forth are obsolete.
Any other thoughts, ideas and experiences with optimizing the generation, upload and deployment process?
Great would be a possibility to share a plugin-repository for all solutions you have on one server ...