Re: ImportingCheetah.Template.Template unusually slow?
"Brian Bird" <[email protected]> Wed, 27 Jan 2010 14:46:35 -0000
| Newsgroups | gmane.comp.python.cheetah |
|---|---|
| Message-ID | <[email protected]> |
If it's just the import then that sounds very slow. On my machine for example, the import Cheetah takes virtually no time at all. Rendering the actual templates can take some time though. root@box1/tmp# time python -c "pass" real 0m0.031s user 0m0.012s sys 0m0.016s root@box1:/tmp# time python -c "import Cheetah" real 0m0.035s user 0m0.024s sys 0m0.008s Brian -----Original Message----- From: Aahz [mailto:[email protected]] Sent: 27 January 2010 14:30 To: [email protected] Subject: Re: [Cheetahtemplate-discuss] ImportingCheetah.Template.Template unusually slow? On Wed, Jan 27, 2010, Matthew Beauregard wrote: > > I was trying to speed up my CGI, and I worked out that the lion's > share of execution time was taken up by the Cheetah import. Is 0.7s > unusually slow? Where should I start in trying to speed it up? > > time python -c 'from Cheetah.Template import Template' > > real 0m0.693s How about telling us the timing for this: time python -c 'pass' -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ import antigravity ------------------------------------------------------------------------ ------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Cheetahtemplate-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com