How to improve magento site speed?

Go to Magento System –> Cache Management –>
Change Below type

Enable :
Configuration, Layouts, Blocks HTML output, Translations

Disable :
Collections Data, EAV types and attributes, Web Services Configuration

Then Change you httaccess file inside below code:

############################################
## enable apache served files compression
## http://developer.yahoo.com/performance/rules.html#gzip

# Insert filter
SetOutputFilter DEFLATE

# Netscape 4.x has some problems…
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
# Don’t compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary

# Make sure proxies don’t deliver the wrong content
Header append Vary User-Agent env=!dont-vary

# enable resulting html compression
php_flag zlib.output_compression on

More Information below Site URL :
http://inchoo.net/ecommerce/magento/boost-the-speed-of-your-magento/

And Change your memory in .htaccess file inside :
php_value memory_limit 128M

And More Information here :

http://www.gxjansen.com/101-ways-to-speed-up-your-magento-e-commerce-website/

How to Add Advanced Search in Magento?

First You go Admin Side.

1. Select your catalog ==> Manage Attributes ==> Edit Attributes
2. Then Frontend Properties Use in Advanced Search is YES or NO

now you can see the frontend advanced search tab.

And one more update you can use below link for categories added in advanced search.
http://www.magentocommerce.com/wiki/5_-_modules_and_development/search_and_advanced_search/how_to_add_search_by_category_to_advanced_search

that is all.

How to View Product in magento?

1. Go to Catalog
2. Create Product or Manage Product
3. Select your Correct Product Attributes
4. Go to Inventory => Select Stock Availability => Select In Stock

Other information what you want add here.

That is All 🙂

http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/cms_and_home_page/add_featured_products_to_home_page

http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/add-attributes-to-product-grid

http://www.siteground.com/tutorials/magento/magento_product.htm

How Page Attribute template View in Page Section?

Easy Solution :
I think you mean the temple “option” in the attributes admin isn’t showing. If so, you may notice that you don not have an “active” theme after an upgrade. Re-activate your theme.

🙂
This is above line i can find good url :http://wordpress.org/support/topic/i-cant-see-the-page-templates-under-attributes, This is says this guy : premiumdw

I have no more english knowledge. So, thank you very much premiumdw 🙂

Another Post Template Create Option one guy telling here if anybody want kindly check it below url.
http://wordpress.stackexchange.com/questions/2765/adding-page-attributes-metabox-and-page-templates-to-the-posts-edit-page

© 2020 Spirituality