Viewing V1.9 Optimisation

V1.9 Optimisation



User: Roddy 10 years ago
Is it possible to make the optimisation of the HTML optional since this "improvement" makes it very difficult to troubleshoot when viewing the source code?

There is not enough improvement in download speed to justify the inconvenience. Adding a couple of shape images instead of using CSS shapes and shadows would offset any gain.

The code inserted by the EverWeb app and the default widgets could do with being tidied up by removing the unnecessary returns and double spaces that have existed since the app was introduced. This being an example...

<style type="text/css">
a img {
border:0px;
}
body {
background-color: #FEFEFE;
margin: 0px auto;
}


div.container {
margin: 0px auto;
width: 800px;
height: 1200px;
}
</style>

It seems to be generally accepted that optimizing HTML is not necessary with the general increase in internet connection speeds and sales of optimiser applications have fallen accordingly. Removing all the spaces and double returns does help a little while still making the source code easily scanned for errors.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.