I was going through my vbOptimise plugin looking for ways to make my site faster, and I noticed that I am failing 3 optimal settings checks. The problem is I cannot store attachments, avatars and css stylesheets as files since my forum is hosted on a HA recyclable infrastructure with load balanced apache servers that get file system updates via subversion.
It doesn't seem like much of a stretch to take the css stylesheets, attachments and avatars out of the database and push them to the CDN integration of choice either on a cron (if they dont exist in the cloud load them locally) or push them dynamically as they are uploaded (store in database and on cloud just to be safe)
Let me know if this is a viable option. With your existing infrastructure I can't see it being too bad though.
It doesn't seem like much of a stretch to take the css stylesheets, attachments and avatars out of the database and push them to the CDN integration of choice either on a cron (if they dont exist in the cloud load them locally) or push them dynamically as they are uploaded (store in database and on cloud just to be safe)
Let me know if this is a viable option. With your existing infrastructure I can't see it being too bad though.
Upvote
0