05 Jan
Posted by: admin in: Improve Speed, Speed
One measure you can take to improve page loading speed is to enable the caching of static files(images, js and css files). If you have a simple blog with just a few visitors this might result in an improved user experience. A faster website will keep its visitors. On the other side, if you have [...]
05 Jan
Posted by: admin in: Improve Speed, Speed
There are lots of files retrieved when the browser loads a webpage. Further than the regular images, .js and .css files, there could be thousands of files loaded by a webpage. Simple widgets files based on javascript might look very light at the first view. But it’s not always like this. A javascript file might [...]
I was playing around with cake php v.12. I run the cake php blog tutorial and everything went just fine. Then I tried to create another table and add a new page. And I encountered the following message: Error: Database table test for model Test was not found. After checking and rechecking that I followed [...]