Search results

  1. rejectli

    dokuwiki images load randomly

    After some fiddling with code managed to produce this. Just need to find a way to incorporate it into DokuWiki. <!DOCTYPE html> <html> <body> <p>This page only loads one image.</p> <table> <tr> <td><canvas id="c1"/></td> <td><canvas id="c2"/></td> <td><canvas id="c3"/></td>...
  2. rejectli

    dokuwiki images load randomly

    If I had the time and skills it wouldn't be too difficult to write some code to extract each image on the client side from an image map. How this works is you paste all your images for the whole page into one single image then use some code on the client side to crop/extract each image from this...
  3. rejectli

    dokuwiki images load randomly

    Making the website less efficient has reduced the problem somewhat. Hopefully as the site becomes fuller it'll be inefficient enough to avoid the following error: Resource Limit Is Reached The website is temporarily unable to service your request as it exceeded resource limit. Please try again...
  4. rejectli

    dokuwiki images load randomly

    That must be it then, an entry point access issue, because Dokuwiki is totally flat (it has no database) and it very PHP light. So the problem is my webpages are too efficient lol. I think I can fix the problem by turning my icons into animated gifs. That'll increase their filesizes and reduce...
  5. rejectli

    dokuwiki images load randomly

    So, does the problem originate with Dokuwiki or with x10hosting? I've searched for other people who've experienced the same problem with Dokuwiki but there are none. Also, I am wondering if it is related to an error I'm getting infrequently, saying that I've exceeded my data limit (or something...
  6. rejectli

    dokuwiki images load randomly

    I have some images on a dokuwiki page. Most are around 10k in size and no more than 4 images per page. Sometimes images load. Sometimes they don't. Individually. Every time I refresh the page it's totally random which images display. I have a fast connection. What can I do to force the page to...
Top