DOM hacks for speeding up page download times
ATTACHED: comparison of download waterfall before and after applying these hacks to my page.
Hi Team,
I wanted to share with you some techniques I've discovered over the last couple of days that seem to have a noticeable impact on download times. These are especially applicable to pages with large CSS files on first load, as once things get cached it doesn't make much difference.
Read moreDocument Handling - Elfinder
We've had this problem for a while in terms of handling a single document that appeared in multiple locations on the site.
(IE, you want the Budget on three different pages, but you don't want three different versions of the Budget floating around).
The problem we'd run into is that we wouldn't know which files were updated and which weren't, because if you loaded a file through the Drupal user interface, it would create a brand new document, instead of updating it.
Read moreDrupal 6 and OSM: Loading Prompt but Doesnt Load or Play
Im running Drupal 6 on my local/home server while I test things and set new items up. I decided to create a playlist for playing albums in OSM player. I used the following tutorial and it seems just about everything worked as noted in the tutorial:
http://www.mediafront.org/documentation/drupalmediafront-osm-cms-integra...
Read more
