I've been looking a bit into HTTP/2, and I believe it could help improve the performance on the systems I'm working with, but I got some questions regarding how it's actually implemented, and regarding backwards incompatibility HTTP/2 Allows fetching...
I am looking for best practices when it comes to front end development, code structure, back end technologies, caching, database layer, proper error handling, SOA architecture and deployment integration. Please share your insights on any/all of the a...
I am making a series of changes to a page in order to decrease load time. Within the Wordpress system I fixed some thumbnail problems. Before I fixed the problems the page size was 15mb with a load time of 1.82s. After I fixed the problem the page s...
I know that proper architecture is crucial for best performance, but from an application / hosting / delivery point of view, what is the most crucial aspect for ensuring fast loading websites for large consumer websites like https://www.houzz.com/ fo...
I have a Node.js application with a collection name drivers. In which I store these fields called carId, vendorId and clientId . All these are of type ObjectId, which is native to mongodb. Used to search, to which client and vendor a driver belongs. ...
I want to know of different ways NodeJS developers use, to identify bottlenecks in a NodeJS applications; so that I'm not thrown back into a corner once I am in a sufficiently advanced stage in my application, and my codebase would need a heavy refac...