Latest activity

  • digitalpoint
    Shawn replied to the thread Plugin support.
    I’ve actually reached out to them before, but never heard back. It would be nice if WordPress had an abstracted filesystem where...
  • S
    sjamaan replied to the thread Plugin support.
    There are various image optimization services for wordpress. Shortpixel, Imagify and Elementor are the most popular ones. Woodmart...
  • C
    That would be rad. I can't seem to figure this out. I upped my server in the hopes that more ram would let me get through the initial...
  • S
    sjamaan replied to the thread License pricing packages.
    I would expect that agencies and companies who have many licences require less support, because the use the software more and understand...
  • S
    sjamaan reacted to digitalpoint's post in the thread License pricing packages with Like Like.
    It's already on the radar, but it's also not something that's not currently a high priority. It's not quite as simple as just offering...
  • digitalpoint
    Shawn replied to the thread License pricing packages.
    It's already on the radar, but it's also not something that's not currently a high priority. It's not quite as simple as just offering...
  • S
    Most WordPress plugin providers offer different pricing packages like: 1 website 5 websites 100 / unlimited websites Examples...
  • digitalpoint
    it’s really just fopen itself. If opening the file as a stream (with fopen) fails for whatever reason, it falls back to reading the file...
  • C
    It seems to fail at around 27% so I'll start going through files to find a few huge ones. I'll report back. Thanks. Curl is 8.5. fopen...
  • digitalpoint
    Shawn replied to the thread Automatic cache purging.
    Actually, I just remembered, if a site specifically disables the WordPress cron system via the DISABLE_WP_CRON constant in their...
  • digitalpoint
    Shawn replied to the thread Automatic cache purging.
    Updated the categories on individual posts/pages, or edit the categories themselves as a whole (like renaming categories)? Hmmm... not...
  • nickgraynews
    I've noticed some issues with the plugin recently on one of my sites that I manage for a friend. The site is...
  • digitalpoint
    With files that size, my gut says it's a situation where the server doesn't support streams, so it falls back to reading the file into...
  • C
    Oh yeah I have several large video files. A few approach 5gb.
  • digitalpoint
    In theory the memory used should be fairly minimal. By default it uploads data as a stream (effectively a byte by byte data stream that...
Back
Top