|
|
|
|
|
by nej
2344 days ago
|
|
Reviewing the frontend code, a couple of things stand out. 1) The HTML/CSS code isn't minified. 2) The PNG images can be compressed further (lossless) for extra savings. 3) CSS classes/ids could be further shortened in post-processing. |
|