Skip Navigation

[Resolved] Site is quite slow

This support ticket is created 3 years 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 10 replies, has 2 voices.

Last updated by igorL-3 2 years, 12 months ago.

Assisted by: Shane.

Author
Posts
#2270331

Tell us what you are trying to do? The users of the site complain about the slowness. Im not sure if it is related to the toolset or whether thre are some possible remedies to make it faster. The slownes comes from waiting for tables to load, or for fields in forms to react.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?
hidden link

#2270511

Shane
Supporter

Languages: English (English )

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

Hi Igor,

Thank you for getting in touch.

The site is actually loading quite quickly for me.

Is there a particular page on the site that you're experiencing the issue with ? If so can you send me a link to the page ?

Usually when the site is loading slowing we recommend using some form of caching to help with the speed of the website. One such plugin that you can use is the WP Super Cache plugin.

Thanks,
Shane

#2270515

Ok try this: hidden link
then list through the pages

also something like this: hidden link

now go back home and reload the page and then select any sub menu from the BORZOI menu

Also the issue sort of springs up when filling forms but you need to be loged in. I can give you acess if you send me a private message

#2270733

Shane
Supporter

Languages: English (English )

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

Hi Igor,

I suggest you take a look at our documentation below.
https://toolset.com/documentation/legacy-features/views-plugin/how-to-use-views-parametric-search-on-large-sites/

Based on what I see on the site, you have quite a large number of posts. Now regarding the speed the URL above will help somewhat as well as utilizing some amount of caching however with such a large dataset wordpress will definitely slow down when trying to query your posts.

Thanks,
Shane

#2271109

Do I need to turn on caching for evey view or only the super-views that are colling the smaller views?

also when there are fields on forms to link a record with existing many-to-many relationships the options in the field come up very slow. How can caching be used in this case?

#2271219

Hi Shane,

I have experimented with cache. For example in the List of Borzoi view I have Cache Pages selected in the Avanced Options. But then in the link you sent me I read:

Cache is automatically turned off for Views when:

The user is loading a page, different from the first one, in a paginated View.

As I understand becouse it's a multipage view the cache will have no effect.
Anything else I can do?

#2271561

Shane
Supporter

Languages: English (English )

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

HI Igor,

Do I need to turn on caching for every view or only the super-views that are colling the smaller views?

If it is a single page view then I would recommend that you enable the caching as this will help the view not to query the database each time you load the page.

Cache is automatically turned off for Views when:

The user is loading a page, different from the first one, in a paginated View.

As I understand becouse it's a multipage view the cache will have no effect.
Anything else I can do?

Are you using any caching plugin at all ? Generally using caching plugins or any CDN will help improve the speed of your website. I recommend using the WP Super Cache plugin as well as if your server host offers the use of any CDN then it would be best to enable this on the site.

Thanks,
Shane

#2272027

I have taken your advice and installed WP Super Cache. But it seems not acting on the views

#2272383

Shane
Supporter

Languages: English (English )

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

Hi Igor,

There is not much that we can do in terms of the speed of the data retrieval and this is solely a factor based on your server and how quickly it can process the requests to the database.

The caching plugins will help to load the pages faster but requesting the data from your database will take time especially when its a large dataset being queried like yours.

These sort of slowdowns are fairly common with wordpress itself when handling large dataset and filtering. The most I can do is make recommendations based on the common things that can cause a slowdown.

Finally I would take a look at the link below and try to follow some of the recommendations illustrated to help improve the site speed.
hidden link

Thanks,
Shane

#2272537

Thank you Shane,
This is indeed helpful

#2272539

My issue is resolved now. Thank you!