eddiejaoude / Zend-Framework--Doctrine-ORM--PHPUnit--Ant--Jenkins-CI--TDD-

[DEPRECATED for ZF2 & Composer] Best practice Zend Framework (ZF) skeleton / base with Doctrine2 integration : High code coverage & build scripts using TDD. Issues section ar e used for project planning (features etc)
http://www.jaoudestudios.com
160 stars 40 forks source link

Static Content and Cookieless Domains #81

Open michaelalber opened 12 years ago

michaelalber commented 12 years ago

Changing public/css, public/img and public/js to public/static/css, etc. would allow for using a cookieless domain option.

www.acme.com: DocumentRoot /home/acme/public static.acme.com: DocumentRoot /home/acme/pubic/static

-- References http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain http://www.agileweboperations.com/optimizing-site-performance-cookieless-domains http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/FromCookielessDomain