Why my magento load each page in two steps? - magento

My magento website perform each frontend routing in two steps, for example when i request to http://example.com/test-product.html it will first load a blank page with magento favicon first then after just few seconds it will render the actual page. And the same story is for every page What's wrong is with magento?

you have to re indexed your Catalog URL Rewrites.
Go to the
System > Index Management
and then re indexed and also remove magento cache in var/cache folder

Related

Product Page not updating in Magento 1.9

I've tried everything I can find on the web about Magento 1.9 and refreshing a product page. I've updated the price and the old price is still displayed.
Things I've tried:
- Hard refresh in browser
- Different browser
- Private browsing
I've refreshed the cache for all caches in the page "Cache Storage Management"
The Magento Cache has been flushed
The Cache Storage has been flushed
All indexes have been reindexed
Disable and re-enable combining CSS and JavaScript files.
I'm on the correct product page. Both the URL and the product ID match the page and the product in magento.
I've deleted all files in the "/var/cache" folder.
I've updated the product description by adding a period and other small stuff.
Yet the page stays the same. Every time I refresh it displays the old data.
What else can I try?
You can try to fix it by do the re-indexing of "Product Prices". like below:
php shell/indexer.php --reindex catalog_product_price
The web host implemented server side caching. Disabling their caching was the solution that worked.

SEO : URL structure in magento

Currently I have a online store in magento.
I am using the url structure http://sitename/categoryname/productname
if I will change it to http://sitename/productname is this will be helpful to index ?
The main thing is that my site is doing well now but on search unique product page urls are not showing on google search. If I will change it then how it will be impact on site?
How can i do this without any bad impact? Please help..
Yes if you have Same product in multiple categories. It creates duplicate content issues.
By remove category path from the URL, It will help you to make your products URL unique for all categories.
You can manage this from backend configuration. In backend From top Navigation go to System >> Configuartion >> Catalog.
In Search Engine Optimizations Group, Set No to Use Categories Path for Product URLs. Reindex Catalog URL Rewrites.

can't delete URL rewrites in Magento 1.7

I have 43,806 rows under Catalog -> URL Rewrite Management but my sitemap.xml file contains only 2,035 URLs. I need to delete the entries in the core_url_rewrite table in order to get rid of duplicate meta tag issues that show up in Google Web Master. The problem is that the core_url_rewrite is empty and there are no records in it.
Where are all these URL rewrites stored? How do I get rid of these old URL rewrites?
I refreshed the "Catalog URL Rewrites" index as well but it didn't help.
I am using Magento 1.7.0.2
In Magento there is no table that stores the URL's that are shown in the sitemap.xml page. Those are automatically generated from your product collection at the time of request only. There is no relation to the core_url_rewrite table.

Product moved from Cat to Sub-Cat not showing up on site search

In Admin I created new subcats for my CyberPower category. When I search for BH1500 on our site for the product I get the whoops page. If I go step by step through our site to get to the product it works just fine. Why is the URL missing, or nor showing the link properly?
http://www.unipower.com/products/ups/cyberpower/bh-series.html, is what shows up.
However this
http://www.unipower.com/products/ups/cyberpower/bh-series/BH1500.html
should be the right link.
New to Magento, help me if you can!!
All you should need to do is run a reindex and flush your cache! Basically, your catalog URL rewrites are incorrect or out of date.
System > Index Management - Best to select all elements, choose the Reindex Data action and click the Submit button.
System > Cache Management - Flush Magento Cache

Magento admin panel gives 404 when trying to enter cms pages

I'm using Magento 1.4.1.1 which works great other then the 404 when I'm trying to enter CMS/Pages in the navigation.
All other pages work great and even other items in CMS menu, only Pages gives 404.
What should I do?
Had this exact problem..
You are getting a 404 on CMS pages because of the remains of old store views still hanging around in the database after deleting store views from Magento admin, to clean up ( delete ) old unused CMS pages for store views you have deleted run this MySQL query.
DELETE FROM cms_page_store WHERE store_id NOT IN (SELECT store_id FROM core_store)
You could also use an app like phpmyadmin to manually look for CMS entries that have store IDs that you know not to be in use, but this could get messy.
Original source: http://www.magentocommerce.com/boards/viewthread/18223/

Resources