Misunderstanding browsers and how they work are the main reasons why I feel like there has been an influx of bloated and buggy single page web applications lately. I would argue that these same web applications could have been cheaper to develop and easier to maintain by simply leveraging two simple things: browser caching and knowing web protocols.

Before you read too much into that, no I don’t have any hard evidence that there have been bloated apps, it’s just a gut feeling I get from roaming the net’s forums; and two, there’s incredible value in using 3rd party vendors to perform model-view binding, establish convention over configurations practices and provide re-use with components. I’m absolutely all for DRY and ‘don’t re-invent the wheel’ principles which is exactly why I feel that knowing the environment that these apps are going to be used in is so important.

What I suspect is the problem is that, developers get enamored with some new shiny tool and end up convincing their non-technical upper management to use it instead of using where a boring stack would have sufficed.

With that said, there’s a ton of info our there how to cache and browser behaviors. I found that these two gave me something to think about:

My take away from it all is that there are two patterns to follow

I’m sure there’ cache busting strategies that come with the territory (after all, it’s one of the two most difficult things in software engineering) but at this point I’m still in the profiling and benchmarking stage of proving to myself that boring tech isn’t dead. I’ll get to the more interesting stuff later.

« older newer »