I need to store a multi-dimensional associative array of data in a flat file for caching purposes. I might occasionally come across the need to convert it to JSON...
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
I have my FIRST wordpress website and I love it, however I’m not sure if it’s my browser (Firefox 8.0.1 for Mac) or my computer or the website itself...
Our WordPress blog was running just fine until we imported about 30k posts. The search on the website became very slow after that. It now takes about: – 4...
What’s the “best” way to convert a number to a string (in terms of speed advantage, clarity advantage, memory advantage, etc) ? Some examples: String(n) n.toString() ""+n n+"" 24...
in the System.Linq namespace, we can now extend our IEnumerable’s to have the Any() and Count() extension methods. I was told recently that if i want to check that...
I’d like to comprehensively understand the run-time performance cost of a Docker container. I’ve found references to networking anecdotally being ~100µs slower. I’ve also found references to the run-time...
I am stuck between these two NoSQL databases. In my project I will be creating a database within a database. For example, I need a solution to create dynamic...
I have a WordPress site with more than 8000 posts and everytime I add a new one the site becomes unresponsive. I checked the MySQL slow queries log and...
I’m using xdebug and webgrind to profile my WordPress installation because it’s a bit slow. As there are some 20 plugins activated, I figured xdebug will be able to...