I recently had to use the serialize() function to store objects in Memcache. However, I realized that a lot of these objects (Propel objects precisely) were unnecessarily huge when stored: they had a lot of properties with quite long names having their default class value. That’s when I realized I could use the __sleep() function […]
Categories
- Development (2)
- Meta (6)
- Networking (1)
- PHP (16)
- Python (5)
- Security (5)
- Symfony (17)
- Sysadmin (10)
- Technology (3)
- Uncategorized (1)
- Webdesign (1)
- Weboob (5)
- WordPress (1)