Tagged Questions
18
votes
3answers
3k views
How to store images in your filesystem
Currently, I've got images (max. 6MB) stored as BLOB in a InnoDB table.
As the size of the data is growing, the nightly backup is growing slower and slower hindering normal performance.
So, the ...
0
votes
2answers
23 views
separation of js / css and it's effect on caching
Say I have the following setup:
Page1.html
Includes master.css, page1.css and page1.js
Page2.html
Includes master.css, page2.css and page2.js
I have been told that merging the two js and ...