Skip Navigation

[Resolved] Speed of loading the search

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by Shane 6 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#908316

The search is slow especially when you enter the Rest button (Opnieuw instellen, in Dutch)
hidden link

#908561

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Robert,

Thank you for contacting our support forum.

Was there any custom code added to the view ?

If so could you remove them temporarily and let me know if the search is still running slow ?

Thanks,
Shane

#908693

I'm not shore what you mean by custom code, so I will post my code.

Filter:

[wpv-filter-start hide="false"]
[wpv-filter-controls]

<div id="mainselection">

	[wpv-control-post-taxonomy taxonomy="vloertype" type="select" default_label="Selecteer een vloertype" url_param="wpv-vloertype"]
</div>
<div id="mainselection">

	[wpv-control-post-taxonomy taxonomy="legpatroon" type="select" default_label="Selecteer een legpatroon" url_param="wpv-legpatroon"]
  
</div>
<div id="mainselection">

	[wpv-control-post-taxonomy taxonomy="vloerkleur" type="select" default_label="Selecteer een kleur" url_param="wpv-vloerkleur"]
</div>
<div id="mainselection">

	[wpv-control-post-taxonomy taxonomy="toepassing" type="select" default_label="Selecteer een toepassing" url_param="wpv-toepassing"]
</div>[wpv-filter-reset class="reset-knop"][/wpv-filter-controls]

[wpv-filter-end]

Loop:

[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
	<wpv-loop>
    
      <a class="thickbox" rel="gallery" title="[wpv-post-title]" href='[wpv-post-featured-image size="1200" output="url"]'><img src="[wpv-post-featured-image size='custom' width='600' height='600' crop='true' output='url' crop_horizontal='center' crop_vertical='center']" alt="[wpv-post-title]"></a>
      	
	</wpv-loop>

	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

Output:

[wpv-filter-meta-html]
[wpv-pagination]
<div class='post_nav1'>
<div class='previous_post_link_align'>
[wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]<img src="/wp/wp-content/themes/Avada-Child-Theme/images/vorige.jpg" />[/wpml-string][/wpv-pager-prev-page]
</div>
<div class='next_post_link_align'>
[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]<img src="/wp/wp-content/themes/Avada-Child-Theme/images/volgende.jpg" />[/wpml-string][/wpv-pager-next-page]
</div>
  </div>
[/wpv-pagination]
[wpv-layout-meta-html]


[wpv-pagination]
<div class='post_nav1'>
<div class='previous_post_link_align'>
[wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]<img src="/wp/wp-content/themes/Avada-Child-Theme/images/vorige.jpg" />[/wpml-string][/wpv-pager-prev-page]
</div>
<div class='next_post_link_align'>
[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]<img src="/wp/wp-content/themes/Avada-Child-Theme/images/volgende.jpg" />[/wpml-string][/wpv-pager-next-page]
</div>
  </div>
[/wpv-pagination]
#909104

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Robert,

This looks normal to me.

Would you mind providing me with admin access to the site so that I can take a deeper look ?

The private fields have been enabled.

Thanks,
Shane

#909412

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Robert,

I see that you are running php version 5.3

This is far below the minimum requirements for wordpress and I would recommend that you contacting your hosting provider and ask them to update you to at least php version 7.0

Please try this and let me know if this resolves the issue.

Thanks,
Shane