Skip Navigation

[Resolved] Performance issue on Toolset based website

This thread is resolved. Here is a description of the problem and solution.

Problem: My site is slow

Solution: Use webpagetest.org to pinpoint problems. Use smaller, more optimized images. Cache static assets. Consolidate and minimize render-blocking assets. Utilize a CDN. Utilize a caching plugin.

Relevant Documentation: https://sites.google.com/a/webpagetest.org/docs/

This support ticket is created 7 years, 3 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by volodiaB 7 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#480177

Hello,

I have performance issues on a website developed with the Toolset suite. E.g. hidden link

Can you help speed it up?

Regards, Volodia

#480377

Hi Volo,

Performance tuning is definitely important for SEO and customer satisfaction with your site. Have you looked at this page in a tool like WebPageTest or something similar? Check out the waterfall here:

hidden link

Here are a few things I see at first glance:

1. The images being used for each property are unreasonably large. These need to be optimized much more effectively, and you should probably use a smaller size instead of cropping and resizing the full size image.
2. Static assets, like your CSS files, are not being cached effectively.
3. You don't appear to be using a CDN to deliver your assets.
4. Your site uses several render-blocking separate CSS and JS files that could be effectively minimized and consolidated. TTFB is about 2, but render start is about 5. That's 3 secs, which is substantial.
5. The time to first byte is almost 2 seconds, which might not be too bad but could probably be reduced with a caching plugin for WordPress.

These are the first steps I would recommend investigating and implementing before we try modifying database queries.

#481491

Hi Christian,

Thanks for your reply. I used those 2 plugins which helped speeding up the website:
- https://wordpress.org/plugins/wp-super-cache/
- https://wordpress.org/plugins/wp-smushit/

Here is the new test result for comparison: hidden link

Regards, Volo

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.