Our site has had extremely slow response today - up to 13 seconds to display a page and high resource usage. I have spent much of the day tracking this down with the help of ChatGPT. Here is a summary of history and our findings:
- Joomla 6 site.
- SP Page Builder upgraded from 6.6.2 to 6.7.0.
- Site was rebuilt from clean source after a previous compromise.
- Security scan (WebHosting Canada Safe Site) is clean.
- Front end appears normal.
- Apache logs show many 404s for missing files such as:
- /media/com_sppagebuilder/assets/iconfont/icovxkyvg/style.css
- /media/com_sppagebuilder/assets/iconfont/icotagluk/style.css
- The files do not exist on disk.
- test2_sppagebuilder_assets contains matching records:
-
- an example of the missing assets -
id: 15
type: iconfont
name: icovxkyvg
title: icovxkyvg
assets: ['ico ico-x']
css_path: media/com_sppagebuilder/assets/iconfont/icovxkyvg/...
created: 2026-06-22 12:12:59
It seems many of these should be deleted from the database - but perhaps not all . Are these orphaned custom iconfont records? Is there a supported way in SP Page Builder 6.7.0 to regenerate missing iconfont assets, or should unused rows in #__sppagebuilder_assets be removed?
What should I do now to move forward?