Categories
- Blogs (19)
- Knowledge Base (74)
- Portfolio (15)
- Web Portfolio (15)
- Server Maintenance (19)
- You, me and Sonassi (31)
- Recruitment (1)
Archives
- January 2012
- September 2011
- August 2011
- June 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- December 2008
- October 2008
Category: Magento
Magento batch update category quick script
Just to supplement another post we made on bulk creating categories, below is a script used for bulk updating and attaching images to categories based on a specific CSV. There is no documentation to go with this code, I’m simply … Continue reading
Magento category children count fix
The children_count field in Magento can sometimes become inaccurate if you have created a category via the PHP API and set an entity_id whilst doing so. It is due to part of the after_save mechanism which overrides the children_count parameter … Continue reading
Benchmarking your Magento store
We get asked this quite a lot by normal store owners who want to see how good their host really is. However, our Magento Benchmark service is only really aimed at web hosts themselves. So to answer a popular question … Continue reading
Posted in Magento
Tagged ab, apache jmeter, apachebench, benchmark magento, gtmetix, how can i test the speed of my store, jmeter, magebenchmark, magento, magento performance, pingdom, siege
2 Comments
Quickly associate images to your Magento products without using dataflow
Dataflow is great and does allow the association of multiple images natively, but upon wanting to add around 2,500 product images to a catalogue in Magento 1.5.0.1 – we noticed that they have broke the core support in dataflow for … Continue reading
Posted in Knowledge Base, Magento
Tagged image association magento, import images magento, magento, magento image import
3 Comments