Url Rewriting
Posted: Wed Jul 17, 2013 7:25 pm
Hey All,
I'm working on a new site that contains about 12500 products, 550 categories, 260 manufacturers which gives me a grand total of around 13000 give or take url aliases.
This is KILLING my site and I'm on a dedicated cloud server.
I've tried everything I can think of, caching aliases in both file and memcached, I completely rewrote the routing, moving the rewriting into the Url class to save having to access another object, I've even added all the url_alias rows to the session, and nothing is working.
I know this is the problem because when I turn off config_seo_url the site loads fairly quickly.
Does anyone have ANY ideas at all on how to make this faster. I'm not worried about rewriting core files as my code is extremely modified already so that's not an issue.
But I need to get this resolved ASAP.
Thanks so much.
I'm working on a new site that contains about 12500 products, 550 categories, 260 manufacturers which gives me a grand total of around 13000 give or take url aliases.
This is KILLING my site and I'm on a dedicated cloud server.
I've tried everything I can think of, caching aliases in both file and memcached, I completely rewrote the routing, moving the rewriting into the Url class to save having to access another object, I've even added all the url_alias rows to the session, and nothing is working.
I know this is the problem because when I turn off config_seo_url the site loads fairly quickly.
Does anyone have ANY ideas at all on how to make this faster. I'm not worried about rewriting core files as my code is extremely modified already so that's not an issue.
But I need to get this resolved ASAP.
Thanks so much.