Web Development

Lessons learned

wow debugged to fix some real bad issues on this server …

  • the DR2.NET (my provider) CRON jobs run in my home while CGIs are executed in the directory they are in – that makes all sorts of relative path-configurations a horror and multiple root for defects on your site
  • MTAmazon (version 2.22) expires cached files after a hardcoded time to 3600 seconds (1 hour) which causes in a regular rebuild after a few hours a Cache-Miss for every fetch and therefore causing a big CPU and net load
  • MTAmazon (version 2.22) cannot handle “too long” filenames for it’s cached directories
  • when you specifiy the attribut DEBUG=“1” in your MTAmazon tag you get some useful output for finding bugs

result: much better speed in rebuilding, because – oh wonder – the cache suddenly worked !

Average rating
(0 votes)

Similar entries

  • Amazon anounced today, that the AWS (Amazon Web Services) are now also available in the JP and DE locales, which means I could bring in german books and german links… however I am not yet sure how MTAmazon can support…

  • Automatic amazon-booklinks should make this page even better for you. Using MTAmazon Plugin and finding out that Amazon.de does not have a webservice-interface (thereby using Amazon.com’s) made it quite funny… Extensive Query-Functions are documented on the product page….

  • web services integrated

  • I finally got on-site caching enabled, using the MT-plugin simply called “Cache”... Example here: my kingdom for a local cache of ORF.AT, local TV station. I just wonder to make it possible to enable site-search in the cached pages aswell…...

  • Performance Tuning Movable Type with MTFastInclude MTOptimizeHTML MTMod