RESOLVED FIXED Bug 121545
[GTK] Reduce the binary size by compressing the text based web inspector resources
https://bugs.webkit.org/show_bug.cgi?id=121545
Summary [GTK] Reduce the binary size by compressing the text based web inspector reso...
Carlos Garcia Campos
Reported 2013-09-18 00:50:55 PDT
Now that web inspector resources are compiled as gresources, we might reduce the binary size a bit by compiling the text based resources compressed. We should check it doesn't affect the performance though.
Attachments
Patch (2.14 KB, patch)
2014-04-11 08:54 PDT, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2014-03-21 02:40:56 PDT
I've tried a patch for this (on top of patch attached to bug #130343), and these are the results: Before: -rw-r--r-- 1 cgarcia cgarcia 28M mar 21 10:31 InspectorGResourceBundle.c -rwxr-xr-x 1 cgarcia cgarcia 59M mar 21 10:30 libwebkit2gtk-3.0.so.25.7.0 -rwxr-xr-x 1 cgarcia cgarcia 55M mar 21 10:30 libwebkitgtk-3.0.so.0.22.0 -rwxr-xr-x 1 cgarcia cgarcia 47M mar 21 10:30 WebKitPluginProcess After: -rw-r--r-- 1 cgarcia cgarcia 12M mar 21 10:32 InspectorGResourceBundle.c -rwxr-xr-x 1 cgarcia cgarcia 56M mar 21 10:33 libwebkit2gtk-3.0.so.25.7.0 -rwxr-xr-x 1 cgarcia cgarcia 52M mar 21 10:33 libwebkitgtk-3.0.so.0.22.0 -rwxr-xr-x 1 cgarcia cgarcia 45M mar 21 10:33 WebKitPluginProcess As you can see, one problem of compiling the resources in WEbCore is that all those end up in the plugin proces binary. My currently installed plugin process is 35MB, 10MB less than the compressed version including the inspector resources. So, maybe we should re-consider compiling them in WebCore, even if we have to duplicate some cmake code. I haven't noticed any performance regression when loading the compressed resources. I'll submit the patch as soon as patch for bug #130343 lands.
Carlos Garcia Campos
Comment 2 2014-04-11 08:54:21 PDT
Created attachment 229135 [details] Patch Before: -rwxr-xr-x 1 cgarcia cgarcia 58M abr 11 15:38 libwebkit2gtk-3.0.so.25.7.0 After: -rwxr-xr-x 1 cgarcia cgarcia 55M abr 11 17:48 libwebkit2gtk-3.0.so.25.7.0
Gustavo Noronha (kov)
Comment 3 2014-04-15 05:23:09 PDT
Comment on attachment 229135 [details] Patch Nice!
Carlos Garcia Campos
Comment 4 2014-04-15 06:14:18 PDT
Note You need to log in before you can comment on or make changes to this bug.