Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurent35240/magento-prerender
Use of Google Chrome Prerender functionnality into Magento
https://github.com/laurent35240/magento-prerender
Last synced: 3 months ago
JSON representation
Use of Google Chrome Prerender functionnality into Magento
- Host: GitHub
- URL: https://github.com/laurent35240/magento-prerender
- Owner: laurent35240
- Created: 2011-08-06T13:43:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T18:02:39.000Z (about 11 years ago)
- Last Synced: 2023-03-12T03:02:58.636Z (almost 2 years ago)
- Language: PHP
- Homepage: http://www.magentocommerce.com/magento-connect/laurent35240/extension/7921/prerender
- Size: 1.34 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magento Prerender Extension
===========================This extension enable Google Chrome Prerender functionnality on your Magento
site. This functionality allow you to prerender another page after viewed page
is loaded. You can then for example load next page of a category while firt page
is being viewed by customer.## Features
There are 2 modes for calculating prerender links: Guessing mode and Based on
Logs mode.In Guessing Mode:
* you can set prerender links for CMS page
* Prerender links for category pages will be the next page.In Based Log Mode, prerender link will be the most often next page viewed.
## Installation
1. Install extension through Magento downloader or with pear. Extension can be
found on [Magento Prerender page][1].
2. Refresh Cache
3. You can set which mode you want to use for calculating prerender links in
BO System > Configuration > System > Prerender Options## Compatibility
This extension is compatible with:* Magento CE 1.5 and 1.6
* Magento PE 1.10 and 1.11
* Magento EE 1.10 and 1.11## Locales
Extension available in:* English
* French## Tests
For using selenimum tests, disable "Add secret key to urls" option in BO (System > Configuration > Admin > Security)## Bug Reports
If you find a bug, [you can create a ticket][2].## More information
Check [Magento Prerender page][1] for more details.You can find details about prerender links in [Google Chrome Labs][3]
## Licence
Magento Prerender Extension is licensed under AFL 3.0 license.[1]: http://www.magentocommerce.com/magento-connect/laurent35240/extension/7921/prerender
[2]: https://github.com/laurent35240/Magento-Prerender/issues
[3]: http://code.google.com/chrome/whitepapers/prerender.html