Magento Store Setup
- Magento - Setup Store Live
- Magento - Setup Google Checkout
- Magento - Setup Paypal Payment
- Magento - Setup Check Out Options
- Magento - Setup Currencies
- Magento - Setup Payment Methods
- Magento - Setup Payment Gateway
- Magento - Setup Payment Plans
- Magento - Setup Shipping Rates
- Magento - Setup Taxes
- Magento - Setup Inventory
- Magento - Setup Products
- Magento - Setup Categories
- Magento - Setup Contact
- Magento - Setup Languages
- Magento - Product Overview
Magento Order Processing
- Magento - Manage Orders
- Magento - Create Orders
- Magento - Setup Order Emails
- Magento - Setup Order Options
- Magento - Orders Life Cycle
Magento System Setup
- Magento - Setup Newsletter
- Magento - Setup CMS
- Magento - Setup New Pages
- Magento - Setup Page Layout
- Magento - Setup Page Title
- Magento - Setup System Theme
- Magento - Setup Translation
- Magento - Setup Facebook Likes
- Magento - Setup Youtube Video
- Magento - Setup Pretty URLs
- Magento - Setup Google Analytics
- Magento - Setup Customers
Magento Optimization
- Search Engine Optimization
- Magento - Database Performance
- Magento - Profiling
- Magento - Site Optimization
Magento Useful Resources
- Magento - Discussion
- Magento - Useful Resources
- Magento - Quick Guide
- Magento - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Magento - Profipng
The feature called Profiler which plays an important role in Magento development and can be used for debugging. It specifies blocks of code which makes loading of the page slow. Magento profiler reports the time taken by block of code to execute, number of times the block of the code was executed and memory used by it while rendering a Magento web page.
To enable the Profiler, follow these steps −
Step 1 − Login to your Magento Admin Panel.
Step 2 − Go to System menu and cpck on the Configuration option.
Step 3 − On the left side of the navigation bar, go to Advanced section and cpck on the Developer option.
Step 4 − Expand the Debug panel and enable the profiler by setting it to Yes and cpck on the Save Config button.
Step 5 − At this point the profiler is enabled, but you need to tell the profiler to what profile. So go to root index.php file of your Magento installation and look for the pne #Varien_Profiler::enable(); and uncomment it, i.e. remove the hash sign.
Step 6 − Now go to any of your pages, you should see the output in the footer area of the page pke shown in the following screen.
Advertisements