out of memory

4 Monate 2 Wochen her #15325 von avandalen1
out of memory wurde erstellt von avandalen1
I have made a lazy load test page:
avdweb.nl/tech-tips/computer/lazy-load
Without lazy load you can view the page well.
WITH lazy load you get a OutOfMemoryError:
  1. if (strpos($buffer, 'href="' . $prefix . 'index.php?') !== false) {
  2.             preg_match_all('#href="' . $prefix . 'index.php\?([^"]+)"#m', $buffer, $matches);
  3.  
  4.             foreach ($matches[1] as $urlQueryString) {
  5.                 $buffer = str_replace(
  6.                     'href="' . $prefix . 'index.php?' . $urlQueryString . '"',
  7.                     'href="' . trim($prefix, '/') . Route::_('index.php?' . $urlQueryString) . '"',
  8.                     $buffer
  9.                 );
  10.             }
Dieses Thema wurde gesperrt.
4 Monate 2 Wochen her #15326 von Viktor
Viktor antwortete auf out of memory
Bitte anmelden, um die Antwort zu sehen. Achtung: Eine gültige Subscription wird benötigt, um einen Account zu aktivieren.

Kubik-Rubik Joomla! Extensions
Dieses Thema wurde gesperrt.
Ladezeit der Seite: 0.143 Sekunden