I have installed the module Taxonomy Term Reference Filter by Views(beta 2 version) in a drupal multisite environment to implement the functionality to list term reference field to show only parent terms.

I have set up the view as follows to get the parent terms
View to display Taxonomy Terms
Fields:
Field: Taxonomy Term:Name

Filter Criteria:
Vocabulary: Machine name(=custom_vocabulary_name)
(Parent) Taxonomy term: Term ID(empty)

Relationships:
Taxonomy Term: Parent Term

The issue is after implementing the functionality I see more number of index.php(drupal bootstrap process) script being executed in server, making the server run out of memory at certain times there is no regular intervals when this happens.

Is the issue occurring due to the module or the view I have setup ?

Comments

VM’s picture

Can beta module version or view be an issue in Drupal multisite ?

Any module version can cause an issue.

Is the issue occurring due to the module or the view I have setup ?

Seems to me that the answer would be able to be found if you disabled the module/view and tested.