After I generated 34000 url aliases for all the nodes on Drupal 6 site, using pathauto, the site started to work really slow, every page loads more than 2 seconds. I'd really want my site to be search-engines-friendly, so it would be much better if every node had it's own URL, based on its title. Is there any way to speed up drupal page alias lookup? I tried creating indexes for all fields on table url_alias, but it doesn't help.
How to speed-up path lookup for large number of nodes?
539 Views Asked by Konstantin Pereiaslov At
1
There are 1 best solutions below
Related Questions in MYSQL
- MySQL Select Rank
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Push mysql database script to server using git
- Why does mysql stop using indexes when date ranges are added to the query?
- Google Maps API Re-size
- store numpy array in mysql
- Whats wrong with this query? Using ands
- MySQL-Auto increment
- show duplicate values subquery mysql
- Java Web Application Query Is Not Working
- microsoft odbc driver manager data source name not found and no default driver specified
- Setting foreign key in phpMyAdmin
- No responses from google places text search api
- Adding to MAMP database in SQL/PHP
- I want to remove certain parent- and child-divs in all my wordpress posts with php or some other script
Related Questions in DRUPAL
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- MariaDB/MySQL all of a sudden crashed and won't restart
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal7 modified user login no effect?
- Drupal AngularJS ajax simple ng-repeat update
- Drupal: Access A Field in hook_views_query_alter()
- Drupal Webform : set SCORE on each SELECT Options?
- Register new user as authenitcated user in drupal using xml-rpc
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
- Drupal print breaks when rendering a region
- All files and folders are not being listed in the imce file browser in Drupal 7
Related Questions in QUERY-OPTIMIZATION
- Why does mysql stop using indexes when date ranges are added to the query?
- How to make faster queries on my mysql table?
- MySQL: Grouped by hour, need to show all hours, null where no data
- How can i optimize this query on a big database tables having million rows
- SQL alternative to double subquery
- Make multi-subselect more efficient?
- Efficient way to get last record from the database
- Optimising codeigniter query, Join or Where
- DB Engine Tuning Advisor suggestion improvement
- OVER() vs Two Queries - Which is Most Efficient
- Optimize the execution of select
- Optimizing MySQL InnoDB insert through PHP
- Ruby on Rails - Are transactions working with nested objects?
- mysql select an average from order by with a query
- rewrite query to remove inner query in tsql to optimize
Related Questions in PATHAUTO
- multiple arguments for views2 to build a path
- How to programmatically bulk create/update aliases in Drupal 7
- How to speed-up path lookup for large number of nodes?
- Drupal 7:Pathauto patterns from menu structure hierarchy
- Drupal 7: Sub-path URL aliases work on 'imaginary' aliases like views but not nodes
- How to create pathauto same stackoverflow.com
- Drupal view and path urls
- how to URL path translate
- Drupal pathauto token [term:parents:join-path] works wrong
- Page not found error when using plus"+" sign in the path aliases
- Drupal 7: Display Hierarchical Vocabulary Terms in URL Pattern
- where in the db is the "Automatic alias" setting stored for drupal's pathauto
- Drupal, auto-generate article urlpath based on menu path
- Drupal 8: Mismatched entity and/or field definitions
- How to use Panels to handle node url in drupal
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You need to use Pressflow or this patch http://drupal.org/node/456824