I do a lot of work on websites that needs to scale fairly well, but I tend to use that mentality for every project. Part of scaling is performance, and the better your app performs (e.g. the more requests per second it can handle) the cheaper it is. One very easy way to improve your […]
Caching
Page Not Refreshing Properly
I am in the process of building a custom CMS in PHP, using TinyMCE as my Rich Text Editor. I had a odd problem where after saving my changes and being redirected back to my editor, my changes weren’t being refreshed. I had to shift + reload the page to see the new content. I […]